Shopping Cart

{{ if eq (len $.items) 0 }}

Your shopping cart is empty.

Browse Products {{ end }} {{ range $.items }}
{{.Item.Name}}
SKU: #{{.Item.Id}}
Qty: {{.Quantity}}
{{.Price.CurrencyCode}} {{.Price.Amount.Decimal}}. {{- .Price.Amount.Fractional}}{{- if lt .Price.Amount.Fractional 10}}0{{end}}
{{ end }} {{ if $.items }}
Proceed to Checkout
{{ end }} {{ if $.recommendations}}
{{ template "recommendations" $.recommendations }} {{ end }}