How can I change the 'in stock' label to 'made to order' on my product page?

Hi,

I am relatively new on shopify. I need to make a change on my product page that is causing a lot of issues for us. on or product page the availability tab says “in stock”. now the problem is none pf your products are in stock, they are all made to order. so I either need to replace the line “in stock” with this line “Made to Order - Delivery in 4-6 weeks” or remove availability completely from product page because its making our confused. Really appreciate your help. Thanks

Product page link: https://savoir.com.bd/collections/desks/products/norm-desk

Screenshot 2021-08-11 at 7.43.58 AM.png

Hi hasan49

Sorry for facing issue.please Go to Online Store->Theme → click action → Edit code then product-template.liquid and search this

- In stock

And then replase Instock to Made to Order - Delivery in 4-6 weeks. If any issue let me know.

This link is your subject related https://community.shopify.com/c/Shopify-Design/Changing-Sold-Out-to-Coming-Soon-but-only-for-certain-products/td-p/352904

If helpful then please Like and Accept Solution.
For Design, Development and custom changes Hire Me.
Skype: live:hardikradadiya355
Thanks

Hi @hasan49 ,

Nick here from Shopify. Really good questions!

To follow up from @hardik355 's reply on the code part, something you could do to add to this to talk about it more in the shipping policy page and even add the Shipping Policy to your main menu to make it more evident and clear. I’ve added a screenshot for where I mean below:

There is also a great blog post from the content team at Shopify which goes into a lot of detail on how to make the best shipping policy. Because of your specific shipping query, this could be worth reading and possibly applying some of the tips. You can read it here.

Hope this helps!

Hi, Thank you for your reply. I tried adding it but unfortunately it did not work. I am adding the codes here for you to see. thanks


                      
                      {% if product.variants.size > 1 %}
                      

                        

                          {% for option in product.options %}
                          {% include 'swatch' with option %}
                          {% endfor %}
                        

                      

                      {% endif %}
                      {% endcase %}
                      
                        - {% if product.available %}{{ 'products.product.Made to Order - Delivery in 4-5 weeks' | t }}{% else %}{{ 'products.product.out_of_stock' | t }}{% endif %}

Hi, Thank you for the suggestion. it sounds like a good idea.

1 Like

Please go to sections > product-template.liquid file and find “info-single-product”.
You can change it directly here: https://i.imgur.com/g5Di1J3.png
Hope it helps!