Hi peeps!
I’m about to launch my website but looking through the details some info look odd. I’ve set up a flat fee shipping of $6 nationwide and free shipping on orders over $50. But when browsing the products, the shipping info says it will be calculated at the checkout. Is there a way to change this?

Note: the website is still password protect at the moment.
Many thanks!!
Hi @Roberta82
You can change that wording within the language editor of your theme. You can navigate there by clicking Online Store > Themes > Actions > Edit language.
For the ‘FREE Shipping’ line, this would need to be added through the code. So if you click Online Store > Themes > Actions > Edit code and open-up the ‘product-template.liquid’ and look for:
<p>{{ product.vendor }}</p>
Underneath that, you can add the text:
<p>?FREE Shipping</p>
Click ‘Save’
Check out this guide for better understanding: https://help.shopify.com/en/manual/online-store/themes/customizing-themes/language/change-wording?utm_campaign=Guru+Ask&utm_medium=Forums_&utm_source=social
Thank you very much @Anindita . Easy peasy. Problem solved. 