Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save anilmeena/65ad4009a415e5bd4c84e1c79d715090 to your computer and use it in GitHub Desktop.
Save anilmeena/65ad4009a415e5bd4c84e1c79d715090 to your computer and use it in GitHub Desktop.
Add cart price and quantity in header
// 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