Cart page - text customization

Solved

Cart page - text customization

slidein_india
Excursionist
27 1 3

Hi,

 

When I add a product to my cart. In the description it shows - " Taxes, Discounts and shipping calculated at checkout". I want to edit this line to " Discounts to be applied at Checkout".

 

Website - www.slidein.co.in

I'm using the dawn theme. 

 

Attached a screenshot for reference below.Screenshot 2025-01-30 at 10.24.26 AM.png

Accepted Solution (1)

DaisyVo
Shopify Partner
4460 499 596

This is an accepted solution.

Hi @slidein_india ,

In the file main-cart-footer.liquid, there will be these code as follow: 
'sections.cart.taxes_at_checkout_shipping_at_checkout_without_policy'

 

After that, in the file  locales/en.default.json, find the text after the sections.cart, specifically, the "taxes_at_checkout_shipping_at_checkout_without_policy"

 

Then you can change the content there. 

DaisyVo_0-1738214318613.png

 

DaisyVo_1-1738214332479.png

 

Hope this can help!

Best,

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Replies 5 (5)

DaisyVo
Shopify Partner
4460 499 596

This is an accepted solution.

Hi @slidein_india ,

In the file main-cart-footer.liquid, there will be these code as follow: 
'sections.cart.taxes_at_checkout_shipping_at_checkout_without_policy'

 

After that, in the file  locales/en.default.json, find the text after the sections.cart, specifically, the "taxes_at_checkout_shipping_at_checkout_without_policy"

 

Then you can change the content there. 

DaisyVo_0-1738214318613.png

 

DaisyVo_1-1738214332479.png

 

Hope this can help!

Best,

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
slidein_india
Excursionist
27 1 3

My json files looks like this. Can you tell me in which lines do I have to edit the text. I'm getting confused.

 

Screenshot 2025-01-30 at 11.13.08 AM.png

DaisyVo
Shopify Partner
4460 499 596

Hi @slidein_india ,

Here it is: 

DaisyVo_0-1738221713895.png

 

Hope this can help!

Best,
Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

htmlBurger
Shopify Partner
87 8 21

Hello,

You can change this without the need for code changes. Go to Online store -> Themes -> Edit default theme content. Then go to the Sections tab, scroll down, and find this item Taxes at checkout shipping at checkout without policyChange the text and you are good to go.

 
Found this helpful? Like and accept as solution to help others too!
htmlBurger – Founded in 2007, Shopify experts for 10+ years.
Custom themes, UI/UX design, ongoing maintenance & support.
Let's talk: ecom@htmlburger.com
slidein_india
Excursionist
27 1 3

This is the easier solution! Thanks