Announcement

Collapse
No announcement yet.

CTGY missing attribute message

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    CTGY missing attribute message

    I'm trying to find where the missing attribute message is. I checked Global Settings > Error Messages but I cannot find this?

    CKxNF9.png
    I'm trying to remember, is there a way to make products with attributes automatically go to the PROD page if the required attributes are missing?

    Leslie Kirk
    Miva Certified Developer
    Miva Merchant Specialist since 1997
    Previously of Webs Your Way
    (aka Leslie Nord leslienord)

    Email me: [email protected]
    www.lesliekirk.com

    Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

    #2
    I think this is from the PATR page? What page are you coming from? I noticed the page builder product carousel does go to the Prod page automatically if the products has attributes.
    Last edited by Mark Hood; 01-24-24, 07:47 AM.
    Mark Hood
    Vermont Gear

    Comment


      #3
      Mark Hood it looks to stay on the CTGY page but displays the message in an overlay.
      Leslie Kirk
      Miva Certified Developer
      Miva Merchant Specialist since 1997
      Previously of Webs Your Way
      (aka Leslie Nord leslienord)

      Email me: [email protected]
      www.lesliekirk.com

      Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

      Comment


        #4
        Doesn't seem to be a stock shadows feature (that goes to the PATR page)
        Maybe it's some sort of "quickview"?
        Mark Hood
        Vermont Gear

        Comment


          #5
          Originally posted by Mark Hood View Post
          Doesn't seem to be a stock shadows feature (that goes to the PATR page)
          Maybe it's some sort of "quickview"?
          It's version 1.0.6 - no quickview. Keep in mind that "Add to Cart" is not a feature of the CTGY page. I may have to figure out a conditional that can hopefully detect if attributes exist use a learn more type button instead of add to cart.
          Leslie Kirk
          Miva Certified Developer
          Miva Merchant Specialist since 1997
          Previously of Webs Your Way
          (aka Leslie Nord leslienord)

          Email me: [email protected]
          www.lesliekirk.com

          Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

          Comment


            #6
            Originally posted by lesliekirk View Post

            It's version 1.0.6 - no quickview. Keep in mind that "Add to Cart" is not a feature of the CTGY page. I may have to figure out a conditional that can hopefully detect if attributes exist use a learn more type button instead of add to cart.
            It's a feature if you go into point and click mode but that click will take you to the PATR page.
            Mark Hood
            Vermont Gear

            Comment


              #7
              I found what is presenting the message - it's coming from the ajax-add-to-cart.js file
              Leslie Kirk
              Miva Certified Developer
              Miva Merchant Specialist since 1997
              Previously of Webs Your Way
              (aka Leslie Nord leslienord)

              Email me: [email protected]
              www.lesliekirk.com

              Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

              Comment


                #8
                I always ask, why "Add to Cart" on the category page? I would in almost all cases, take them to the product page.

                That being said, try this:


                <mvt:do file="g.Module_Library_DB" name="l.success" value="AttributeList_Load_Product(product_id, l.settings:attributes)" />
                <mvt:if expr="l.settings:attributes">
                this product has attributes
                </mvt:if>

                note: this is just from the Miva API, i have never (at least that i remember) used it.

                Bruce Golub
                Phosphor Media - "Your Success is our Business"

                Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
                phosphormedia.com

                Comment

                Working...
                X