diff --git a/src/pretix/presale/templates/pretixpresale/event/order_pay_change.html b/src/pretix/presale/templates/pretixpresale/event/order_pay_change.html index 6026d7e08..e0dde99fa 100644 --- a/src/pretix/presale/templates/pretixpresale/event/order_pay_change.html +++ b/src/pretix/presale/templates/pretixpresale/event/order_pay_change.html @@ -13,12 +13,14 @@ Choose payment method: {{ code }} {% endblocktrans %} -
- {% blocktrans trimmed %} - Please note: If you change your payment method, your order total will change by the - amount displayed to the right of each method. - {% endblocktrans %} -
+ {% if show_fees %} ++ {% blocktrans trimmed %} + Please note: If you change your payment method, your order total will change by the + amount displayed to the right of each method. + {% endblocktrans %} +
+ {% endif %}