Disable "Add to cart" functionality on shop pages
-
Hi,
I’m using “Alternative” option in “Hover on product” shop settings.
I like it, but I would like to disable “Add to cart” (or “Select options”) functionality on my shop pages.
So, I don’t want to wrap price effect and “Add to cart” (or “Select options”) appears – just link to target product page after click.
Could You help me to do that?
Best regards
MieT
Hello,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.basel-hover-alt.purchasable:hover .swap-elements {
transform: translateY(0px);
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
}
Regards
Works fine – thank You!
MieT
The topic ‘Disable "Add to cart" functionality on shop pages’ is closed to new replies.