My shopping cart

Qty: {{totalNum}}      

{{item.productEditView.product.productName}}
Code:  {{item.productEditView.product.sku}}
${{item.productEditView.product.price3 | numberFormate}} +GST
 

{{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
{{ (parseFloat(totalAmount*1.15) + parseFloat(freight*1.15))*discount | numberFormate}}