This topic has 2 replies, 2 voices, and was last updated 6 years, 10 months ago ago by Rose Tyler
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.
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
You must be logged in to reply to this topic.Log in/Sign up