{{ cart.find(_prod=>_prod._id == product._id).qty}}
|
{{ getDiscount(product) }}
OFF
|
{{ product.name | truncate(20, '...') }} {{product.value_per_unit}}{{product.unit}} x{{ cart.find(_prod=>_prod._id == product._id).qty}}{{product.desc}}
{{ cart.find(_prod=>_prod._id == product._id).qty}}
|
{{ product.name | truncate(20, '...') }} {{product.value_per_unit}} {{product.unit}} |
{{shop.currency_data.symbol_native}} {{calculateProductPrice(product)}} |
| Subtotal | {{shop.currency_data.symbol_native}} {{subtotal.toFixed(shop.currency_data.decimal_digits)}} |
| Delivery | {{shop.currency_data.symbol_native}} {{ delivery.toFixed(this.shop.currency_data.decimal_digits) }} |
| {{tax.name}} | {{shop.currency_data.symbol_native}}{{(tax.percent/100*taxable_amount).toFixed(shop.currency_data.decimal_digits)}} |
| Total Incl Tax | {{shop.currency_data.symbol_native}}{{total.toFixed(shop.currency_data.decimal_digits)}} |