Hide Add to cart but keep Price table - by hacho

This topic has 4 replies, 2 voices, and was last updated 3 years, 11 months ago ago by Olga Barlow

  • Avatar: hacho
    hacho
    Participant
    April 30, 2020 at 18:27

    Hello!
    Using XStore Bike
    We are trying to hide the add to cart button, and the theme options for catalog don’t work for us because we want the price table to be still visible.
    Also tried with the Theme Options, in Woocommerce, PRoducts Style it gives you the option to enable/disable elements but it doesn’t work.
    Any suggestions?

    3 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    April 30, 2020 at 18:56

    Hello,

    Catalog mode won’t hide the price. It will just hide the add to cart button. Also, don’t forget to edit the header(Theme Options > Header builder) and remove the cart element from the header if you don’t need it.

    Regards

    Avatar: hacho
    hacho
    Participant
    April 30, 2020 at 19:08

    Hello Olga!
    What i have is a tiered price table, it does hides it when i use catalog mode.

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    April 30, 2020 at 19:38

    Hello,

    I see. Then use custom CSS to hide the button (Theme Options > Custom CSS)

    .add_to_cart_button, div.quantity {
        display: none;
    }

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.