Product | Qty Qty | Price | Total Price | Remove | ||
---|---|---|---|---|---|---|
|
{{ item.name }} |
|
{{ defaultCurrency.symbol }}{{ parseFloat(item.price).toFixed(2) }} | {{ defaultCurrency.symbol }}{{ parseFloat(item.price * item.qty).toFixed(2) }} |
Sub Total | {{ defaultCurrency.symbol }}{{ subtotal.toFixed(2) }} |
Tax | {{ defaultCurrency.symbol }}{{ totalTax.toFixed(2) }} |
Discount Coupon |
|
Discount | {{ defaultCurrency.symbol }}{{ discountTotal }} |
Shipping | Free Shipping |
Total | {{ defaultCurrency.symbol }}{{ cartTotal }} |