Announcement

Collapse
No announcement yet.

How to move Quick View Missing Attributes

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

    How to move Quick View Missing Attributes

    I'm wanting to have the Quick View Missing Attributes error message stay on the Quick View popup page but I'm trying to figure out what javascript / tokens / CSS controls it. First, is it doable? If so, what do I need to look for?

    Many thanks!
    Leslie
    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
    Re: How to move Quick View Missing Attributes

    When you click the quickview link and ajax call is made to this page to load the quickview content into the lightbox:

    http://suivant-theme.mivamerchantdev.com/product-display.html?product_code=elegance&show=quickview

    If you wanted to keep the customer in the lightbox after they click add to cart (for the missing products attributes page) it is possible but you would have to do another ajax call for the add to cart, and update the page with the response.
    Last edited by Brennan; 12-22-15, 08:14 AM.
    Brennan Heyde
    VP Product
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment


      #3
      Re: How to move Quick View Missing Attributes

      It might be easier to bring the attributes into the quick view and use JS to make sure all required attributes are selected.
      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


        #4
        Re: How to move Quick View Missing Attributes

        Originally posted by Bruce - PhosphorMedia View Post
        It might be easier to bring the attributes into the quick view and use JS to make sure all required attributes are selected.
        The attributes are already part of the Quick View popup...
        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


          #5
          Re: How to move Quick View Missing Attributes

          Then it should be relatively easy to employ some JS to prevent (DISABLE) the Add to function until selections are made. Look for JS that will re-iterate through all types of X input types.
          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


            #6
            Are there any instructions somewhere to make this feature work? When an attribute isn't selected in Quick View that is required it doesn't make sense to be redirected to the full view missing attribute page.

            Comment


              #7
              Forgot to mention I am using the Levels theme. I didn't realize this was posted under Suivant.

              Comment

              Working...
              X