{{ cart.products.length==0 ? 'Your basket is empty' : cart.products.length>1 ? cart.products.length+' items' : cart.products.length+' item'}}
Refreshing the cart...
{{product.ShortDetail}}
{{product.ShortDetail4}}
{{product.ShortDetail4.substring(0, product.ShortDetail4.indexOf('$'))}}
{{product.ShortDetail4.substring(product.ShortDetail4.indexOf('$'))}}
{{product.Price | currency}}
{{product.Price | currency}}
Qty: {{product.Quantity}}
{{discount.Description}}
Total: {{product.Subtotal | currency}}