| X | Name | Quantity | Total |
|---|---|---|---|
| {{cart.options.product_name}} Note[{{cart.options.note}}] Add-ons[{{cart.options.add_on_names}}] | £{{cart.subtotal+cart.qty*cart.options.add_on_price | NumFormat}} |
|
|
| Total | £ {{all_total_price | NumFormat}} |
|---|---|
| Discount ( {{discount_parcent }}% ) | - £ {{overall_discount | NumFormat}} |
| Delivery Charge | + £{{cart_info.delivery_charge | NumFormat}} |
| Grand Total | £ {{all_total_price + cart_info.delivery_charge - overall_discount | NumFormat}} {{all_total_price - overall_discount | NumFormat}} |
Qty: {{cart.qty}}
£ {{cart.subtotal+cart.qty*cart.options.add_on_price | NumFormat}}