How to remove Shipping calculated at checkout.?

Hello,

I need help removing this thing called “Shipping calculated at checkout.”, I’m using the Shopify dawn theme.

Hi Jakob,

For Dawn Theme. To remove this, go to Themes > … > Edit Code > Sections Folder > main-product.liquid
Then after that, use CTRL + F to find this: {{ ‘products.product.shipping_policy_html’ | t: link: shop.shipping_policy.url }}
After finding it, just remove these three:

PaulMartin_0-1709722923313.png

Hi @Jakob12333

Can you please provide your store URL and password as well if applicable, so that I can provide you solution that can work for your store.

Best regards

Sahil

Thank You! It worked, but for product page only. I want to remove for homepage, how do I do that?

Hello,

I’ve already fixed the issue, thank you for your willingness to help!

Is this in the featured product section or the footer? Sending the store link or a screenshot would help a ton

its in featured product section, sorry. Cannot send one right now :disappointed_face:

No problem, the section name is all I needed. Give me a sec for now as I look for what you’ll need to change.

So, I found it.

It’s going to be the same process, but this time inside the featured-product.liquid:
Themes > … > Edit Code > Sections Folder > featured-product.liquid
Then after that, use CTRL + F to find this: {{ ‘products.product.shipping_policy_html’ | t: link: shop.shipping_policy.url }}
After finding it, just remove these three:

PaulMartin_0-1709738940686.png

How can i remove that mention form the drawer cart, i am able to remove it on the product page but not in the footer of the drawer cart.

Hey @wmd92 , Sorry I won’t be able to help just yet. I’ll give an answer to this or your post when I get some free time on my hands.