Home Forums WoodMart support forum disable add to cart/select options button

disable add to cart/select options button

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #418877

    univerbau
    Participant

    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 1 year, 6 months ago by univerbau.
    #418992

    Hello,

    Please remove the price from the product or enable Catalog mode in the Theme Settings > Shop > Catalog mode.

    Best Regards

    #419001

    univerbau
    Participant

    yea i know but if i want keep the prices, is it possible?

    #419088

    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

    #419518

    univerbau
    Participant

    thanks

    #419688

    You are welcome! We are here to help.

    Wish you a wonderful day!

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘disable add to cart/select options button’ is closed to new replies.