Created
October 7, 2016 03:31
-
-
Save anilmeena/65ad4009a415e5bd4c84e1c79d715090 to your computer and use it in GitHub Desktop.
Add cart price and quantity in header
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Add cart price and quantity in header.liquid file | |
{{ cart.item_count }} {{ cart.item_count | pluralize: 'Item', 'Items' }} ({{ cart.total_price | money }}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment