diff --git a/src/pretix/presale/templates/pretixpresale/event/fragment_cart.html b/src/pretix/presale/templates/pretixpresale/event/fragment_cart.html index c701718eaf..9a16865eb7 100644 --- a/src/pretix/presale/templates/pretixpresale/event/fragment_cart.html +++ b/src/pretix/presale/templates/pretixpresale/event/fragment_cart.html @@ -437,7 +437,7 @@ {% if not hide_prices %}
{% if event.settings.display_net_prices and cart.tax_total %} -
+
{% trans "Net total" %}
@@ -448,7 +448,7 @@
-
+
{% trans "Taxes" %}
diff --git a/src/pretix/static/pretixpresale/scss/_cart.scss b/src/pretix/static/pretixpresale/scss/_cart.scss index 2c91bf4b5b..51a163d313 100644 --- a/src/pretix/static/pretixpresale/scss/_cart.scss +++ b/src/pretix/static/pretixpresale/scss/_cart.scss @@ -221,7 +221,7 @@ &.has-downloads.hide-prices .download-desktop { margin-left: 50%; } - &.total .product { + &.subtotal .product, &.total .product { width: 50%; } .count {