• Good day,

    Thank you ever so much for a good product. My client has mentioned to me that they have picked up a problem with the QuickView button, it shows the item in a view, however when they make a selection, it does not update the image, an example is this product, https://kikidesignsa.co.za/product/underestimate-me/, when you select “Ladies”, “White”, “Medium”, the image changes on the actual product page but this does not happen with the QuickView option. They have requested me to please remove the QuickView option from their site since they void this as useless. I have added this CCS code you suggested in this post, https://wordpress.org/support/topic/remove-quickview-woocommerce/, however the QuickView button still displays. Please advise how we can go about disabling this item?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello @chriskzn

    Thanks a lot for reaching out to us.

    The option to hide the button is available in the pro version of the plugin. But you can use a little bit of custom CSS to hide the button.

    .ht-products .ht-product .ht-product-inner .ht-product-action ul li a.woolentorquickview {
    display: none;
    }

    About the image getting changed:

    We’ll check our plugin thoroughly and update the plugin ASAP.

    Furthermore, we are seeing console errors on your website.

    Here is a screenshot for you: http://prntscr.com/18ws9fm

    If you have any questions, please let us know.

    Kind regards,
    Support Team

Viewing 1 replies (of 1 total)

The topic ‘QuickView Button (remove)’ is closed to new replies.