1Customer Information
3Delivery Method
Select a delivery method
4Order Overview
| Product Name | Price | Total |
| {{product.product_name}} | {{product.sales_price}}৳ x {{product.qty}} | {{product.sales_price * product.qty}}৳ |
| Sub Total: | {{total_cart_price}}৳ | |
| Delivery Charge: | {{(checkout_info.shipping_method == 'inside_dhaka' ? 60 : 0)}}৳ | |
| Total: | {{total_cart_price + (checkout_info.shipping_method == 'inside_dhaka' ? 60 : 0)}}৳ | |