I use the narrative theme, and my product is shown as sold out before a variant is selected, my concern is this may drive off customers, they will be informed that it is sold out before they get to choose a variant/colour.
Hi @shopfruitify ,
You can hide sold out by using Automated collections, then you can add your inventory stock greater than 0. You can check out the guide here: https://bom.so/sKdLST
But then those items will disappear from your sites, Or if you do not want that, you can check with these steps :
-From your Shopify admin, go to Online Store > Themes.
-Find the theme you want to edit, and then click Actions > Edit code.
-In the Assets directory, click theme.js or theme.js.liquid.
-At the bottom of the file, paste the following code:
- Click Save
I hope that was helpful.
Is there any way you can copy that code and paste it here? To save time on re writing the code, plus I dont want to mess anything up with the code. Thank you!
Hi @shopfruitify ,
May this guide will help you much more and you do not need to code that
Have a nice day.
This isn’t my problem, my problem is that when my product page is clicked, once you land on the product page it says sold out, then once you select a variant it says add to cart. All my variants are full in inventory, none are sold out, but before you click a variant is says sold out. Until you select a variant then it will say add to cart.
Same ! did you find the solution? Thank you !
I am having this same issue. Did anyone find a solution?
I noticed that this looks to be a bug (maybe?) when a product’s inventory is not being tracked. Adding inventory fixed the problem for me. I’ve submitted this as a bug on Github.