My shopping cart

Qty: {{totalNum}}      

{{item.productEditView.product.productName}}
Code:  {{item.productEditView.product.sku}}
{{item.productEditView.product.price3 | numberFormate}} +GST
x
{{(item.productEditView.product.price3 * item.quantity) | numberFormate}}  

{{freightDesc}}
Sub total
{{totalAmount | numberFormate}}
Freight
{{freight | numberFormate}}
+ GST
{{(totalAmount*0.15+ freight*0.15) | numberFormate }}
Discount
-{{(totalAmount*(1-discount) + freight*(1-discount))*1.15|numberFormate}}
Total NZD
{{ (totalAmount + freight)*1.15*discount | numberFormate}}