This topic has 4 replies, 2 voices, and was last updated 2 years, 11 months ago ago by Olga Barlow
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
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
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
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
Tagged: best selling, disabling, link, quick view, single product, theme, woocommerce
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