products

{{ item.name | capitalize }}
  • {{ opts.details }} {{ opts.price | currency }}

shopping Cart

{{ item.quantity }} @ {{ item.price | currency}}
{{ item.listitem }}
{{ item | subvalue | currency}}
DISCOUNT :{{ discounted |currency}}
Purchase over $100 to get 10% off
Count : {{ count }}
TOTAL: {{ (total - discounted) | currency }}
Tip Amount
 {{ $data | json }}