Disabler single product page
-
I want to disable single product page and just want to keep quick view.
I did not see any option to disable single product page.
Hi nilesh,
Sorry, but your answer is unclear to us. Please describe in more detail.
Do you want to disable redirect link to single product?
Regards,
If user will click on product title then only quick view should work, it should not go to single product page.
I have tried with some quick view plugin, but if user clicks on title then also it redirects to the single product page.
Yes I want to disable redirect link to single prodcut
Hi nilesh,
There is no such an option by default, but you can try below Custom CSS code.
Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS
.product-grid-item .product-wrapper .wd-entities-title a{
pointer-events: none;
}
Regards,