{{ 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) 1}}s{{end}} in your cart

Keep browsing

{{ range $.items }}

{{.Item.Name}}

SKU: #{{.Item.Id}}

Quantity: {{.Quantity}}
{{ renderMoney .Price}}
{{ end }}

Shipping Cost: {{ renderMoney .shipping_cost }}

Total Cost: {{ renderMoney .total_cost }}

Checkout

{{ end }}
{{ if $.recommendations}} {{ template "recommendations" $.recommendations }} {{ end }}