Skip to product information
1 of 1
Published:2023.03.20Last 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

  • CollectionsEdit

How to implement

  • LIQUID
  • HTML/CSS
View full details

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.


Uses the theme "Dawn". Supports real-time calculations based on changes in cart quantities.


Add a "Customized Liquid" section to your cart screen and enter the code


After making a purchase (all items are ¥0), you will be able to view the sample code.

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)

Related Post