|
{% if __SELF__.showShipping %}
{{ 'offline.mall::frontend.grand_total' | trans }}
{% else %}
{{ 'offline.mall::frontend.total' | trans }}
{% endif %}
|
{% if __SELF__.showShipping %}
{{ totals.totalPostTaxes | money }}
{% else %}
{{ totals.productPostTaxes | money }}
{% endif %}
|