Quick view only mode, disbaling the single product link…

This topic has 4 replies, 2 voices, and was last updated 2 years, 4 months ago ago by Olga Barlow

  • Avatar: maxmatyas
    maxmatyas
    Participant
    November 29, 2021 at 17:47

    Hi there,

    Is it possible to do on the product list page?
    1. Quick view is always visible, not just on hover.
    2. Disabling the single product page, link on the product list. So people can buy products only on the product list page and on the quick view pop-up.

    Thanks

    3 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    November 29, 2021 at 18:53

    Hello,

    1) Add the below code to Theme Options > Custom CSS

    .product-view-default .footer-product {
        opacity: 1;
    }

    2) Add the below code to Theme Options > Custom CSS

    .product-title a, .product-content .product-name a, .content-product .product-content-image, .content-product .product-title a {
        pointer-events: none;
    }

    Regards

    Avatar: maxmatyas
    maxmatyas
    Participant
    November 30, 2021 at 10:33

    Thanks for the fast reply it is works fine.

    Is it possible to do on the product list page, if a product all links show the quick view popup?
    So click on the product pi cor click on the product title go to the same, like quick view button.

    Thanks
    Max

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    December 1, 2021 at 12:57

    Hello,

    You are welcome.
    It requires additional PHP and JS customization because we don’t have such option. You can submit customization request here.

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

The issue related to '‘Quick view only mode, disbaling the single product link…’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.