This is an example of how to display "Free shipping when you leave a certain amount" on the cart screen without using an app in Shopify. Some themes update the total amount without reloading the cart screen when changing the quantity or deleting an item, so it's better to change it dynamically with js rather than Liquid.
1
/
of
1
Published:2023.03.20(Last updated:2025.01.08)
Example of implementation to display "Free shipping when you leave a certain amount" on the cart screen in Shopify without using an app
Example of implementation to display "Free shipping when you leave a certain amount" on the cart screen in Shopify without using an app
Applications
Applications
- CollectionsEdit
How to implement
How to implement
- LIQUID
- HTML/CSS
Share
After making a purchase (all items are ¥0), you will be able to view the sample code.
Couldn't load pickup availability
If you have already made a purchase, please login here.
Sample Codes
Test Theme :Dawn/Rise 15.2.0
Example code to display "Free shipping with ¥XXXXX"
The code at that time was in an old format that used cart.json, so I revised it to use cart.js. (January 8, 2025)
