Product |
Quantity |
Price |
Subtotal |
{%for item in cart_data%}
{%set product = get_product(item)%}
{{product.name}} |
{{cart_data[item]}} |
{{product.selling_price}} |
{{product.selling_price * cart_data[item]}} |
{%endfor%}
Grand Subtotal: {{get_currency_symbol()}}
Grand total: {{get_currency_symbol()}}