Hi there,
How to delete " shipping calculated at checkout" Dawn theme, thank you co much
Hi there,
How to delete " shipping calculated at checkout" Dawn theme, thank you co much
Hi @Ajing ,
Please follow the instructions below.
small.tax-note.caption-large.rte {
display: none;
}
Hi, @made4Uo Thank you for your reply.
I added, but it still in.
Iâm Richard Nguyen - CRO Expert at PageFly- Free Landing Page Builder.
To completely change the wording in your themeâs language editor.You can go to Online Store > Themes > Actions > Edit language.
Once youâre in the next screen, you can just type the sentence " shipping calculated at checkout" into the search box. This will bring up all the areas that it appears on your store. Editing each one will then reflect these changes on your storefront. (Just be sure to scroll to the bottom of the page and change them all as it is listed in various areas.)
For the âFREE Worldwide Shippingâ line, you can click here to change Online Store > Themes > Actions > Edit code and open-up the âproduct-template.liquidâ and look for:
{{ product.vendor }}
Underneath that, you can add the text:
:delivery_truck: FREE Worlwide Shipping
Click âSaveâ and that will be done for you!
If you feel my answer is helpful, like it or mark it as a solution. Let me know if you have any questions.
Best regards,
Richard | PageFly
Hi @PageFly-Richard ,
Thank you so much, I changed the words, but itâs still in
And I want to delete this part, I canât find the âproduct-template. liquidâ in my theme code
Hi @Ajing ,
Are you talking about the text on the top of the checkout button? See image highlighted below. I think it would be best you provide your website so we can give an specific code for you
Hi @Ajing ,
In order to remove Shipping calculated at checkout on the product page, please follow these steps :
I hope this answer helps.
Hi @Ajing ,
It doesnât appear when you search for âShipping policyâ. Please move to the products tab and scroll down to find it. It should only take 1 or 2 scrolls to see it.
Hope you can find it.
Hi @Ajing ,
Thank you for the image. If you just want to delete it, you can use the code below. But you can always change it as per other suggestions.
.product__tax.caption.rte {
display: none
}
Hi @made4Uo
Done! Thank you so much
Done! Thank you so much