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

Your shopping cart is empty!

Items you add to your shopping cart will appear here.

Browse Products → {{ else }}

{{ len $.items }} item {{- if gt (len $.items) 0}}s{{end}} in your Shopping Cart

{{ 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 }} {{ end }} {{ if $.recommendations}}
{{ template "recommendations" $.recommendations }} {{ end }}