Turning off add to cart on some products.

This topic has 2 replies, 2 voices, and was last updated 6 years, 2 months ago ago by Rose Tyler

  • Avatar: dkaszuba
    dkaszuba
    Participant
    January 18, 2018 at 20:41

    Ok so I have an online catalog and most of my products are not available to buy online. But each product has a product page. I know in the theme dashboard I can turn the catalog option on. BUT there are some products that I want to start selling online. HOw do I turn those products on so that they can be added to cart and purchased online.

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 19, 2018 at 13:20

    Hello,

    What about such idea – you may disable the catalog mode, but marked some products as Out of stock + disable “Enable “Out of stock” icon” option in Theme Options > E-commerce > Shop and add this code in Theme Options > Styling > Custom css:

    .product-information .out-of-stock {
        display: none;
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 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.