Skip to product information
1 of 1
Published:2024.08.07

Example of setting to display total amount on the header cart icon in Shopify's theme "Dawn"

Example of setting to display total amount on the header cart icon in Shopify's theme "Dawn"

Applications

  • Cart Edit

How to implement

  • Javascript
View full details

The cart icon in the header of the Shopify theme "Dawn" normally displays the number of items in the cart, but this is an example of how to set it up so that it displays the total price of the products in the cart instead.


Example of setting to display total amount on the header cart icon in Shopify's theme "Dawn"


[How to set it up] Add a custom Liquid section to the header group and insert 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

Add a custom Liquid section to a header group and insert the code

Related Post