Sub Total: ₹{{ GETSUBTOTAL() | number: 2}}
CGST (5%): ₹{{5 * GETSUBTOTAL() /100 | number: 2}}
SGST (5%): ₹{{5 * GETSUBTOTAL() /100 | number: 2}}
Discount: ₹{{discount * GETSUBTOTAL() /100 | number: 2}}
Shipping: ₹{{shippingcost}}
Order Total: ₹{{ GETSUBTOTAL() + 10 * GETSUBTOTAL() /100 + (shippingcost * 1) | number: 2}}
Order Total: ₹{{ GETSUBTOTAL() + 10 * GETSUBTOTAL() /100 + shippingcost - discount * GETSUBTOTAL() /100 | number: 2}}