chubute Posted September 20, 2023 Posted September 20, 2023 Hi All, Creating a website for my online store. One of my products will not be available until a few more months, but i wanted to add some excitement around it. I've successfully added a tag that says "Coming Soon" thanks to someone that posted in the forum these instructions. Now I'm looking to see if someone knows how to make it so that there is no option to purchase. Lowering the quantity to 1 isn't my solution and I don't want it to say sold out. I just want the product to have its own page with a description, a price (or maybe not needed), and NO ability to purchase yet. Any help would be appreciated! Thanks!
tuanphan Posted September 22, 2023 Posted September 22, 2023 How about removing Add to Cart/Purchase button? You can edit these products > Additional Info > Add a Code Block > Use this code <style> /* hide add to cart */ div.sqs-add-to-cart-button-wrapper { display: none !important; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment