How to deleted " shipping calculated at checkout" Dawn theme

Hi there,

How to delete " shipping calculated at checkout" Dawn theme, thank you co much

Hi @Ajing ,

Please follow the instructions below.

  1. From your Admin store, go to Online store > Themes > Click Actions > Edit code
  2. Open the Asset folder, and find the base.css file.
  3. Add the code 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 :

  • From your Shopify admin, go to Online store > Actions > Edit languages
  • Click on Products in the top navigation menu, navigate to Shipping policy html, or enter “calculated at checkout” into the search bar.

  • There you can delete or edit the text.
  • Hit Save

I hope this answer helps.

Hi @AvadaCommerce

Do you mean here?

No result when I search Shipping policy html

Hi @made4Uo

Yes check the picture, thank you so much

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.

  1. From your Admin store, go to Online store > Themes > Click Actions > Edit code
  2. Open the Asset folder, and find the base.css file.
  3. Add the code below.
.product__tax.caption.rte {
display: none
}

Hi @made4Uo

Done! Thank you so much

Hi @AvadaCommerce

Done! Thank you so much

1 Like