Cart: Display included taxes in total sum from the start

This commit is contained in:
Raphael Michel
2022-09-29 10:24:51 +02:00
parent 4fdbe3912a
commit 009f100375

View File

@@ -400,7 +400,7 @@
<div role="cell" class="totalprice price">
<strong>{{ cart.total|money:event.currency }}</strong>
{% if not event.settings.display_net_prices and cart.tax_total and not editable %}
{% if not event.settings.display_net_prices and cart.tax_total %}
<small class="text-muted">
{% blocktrans trimmed with tax_sum=cart.tax_total|money:event.currency %}
incl. {{ tax_sum }} taxes