CLOSE
{{each(k, item) items}}

${item.Title} ${Basket.stringifyPrice(Basket.parsePrice(item.Price))}

PRODUCT CODE: ${item.Sku}

${item.Size}

QTY:

UPDATE
{{/each}}
{{if items.length > 2}}

2 of ${items.length} items

{{/if}}

TOTAL

${total}

{{if items.length == 0}}

YOUR BAG IS EMPTY

{{/if}}