This topic has 4 replies, 2 voices, and was last updated 6 years, 9 months ago ago by Rose Tyler
Is it possible to disable click on product so visitors on shop page are NOT redirected to single product page? I would only like to leave the “quick view” option and buy button of course.
Hello,
Please provide link to your shop page.
Regards
I am still just testing everything but this is the shop page: http://bronkeysdev.space/?post_type=product
Its only your demo content on there right now.
Hello,
Please add this code in Theme Options > Custom css:
.product-content-image, .products-grid .product-title > a {
pointer-events: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up