disable add to cart/select options button
-
Hello, how can i disable add to cart button/select options functionality on products tabs and change it to something like “more info” and redirecting directly to the product page. Thanks
-
This topic was modified 2 years, 10 months ago by
univerbau.
Hello,
Please remove the price from the product or enable Catalog mode in the Theme Settings > Shop > Catalog mode.
Best Regards
yea i know but if i want keep the prices, is it possible?
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.wd-tab-content-wrapper .wd-hover-base .wd-bottom-actions:not(.wd-add-small-btn) .wd-add-btn>a {
display:none;
}
This code would remove the button on the tabs, at the same time on the product/shop page the button remains, if you need to remove the button elsewhere, let us know.
Best Regards
You are welcome! We are here to help.
Wish you a wonderful day!
The topic ‘disable add to cart/select options button’ is closed to new replies.