EU legislation note

This commit is contained in:
Raphael Michel
2017-06-22 15:47:30 +02:00
parent e1bdfd7e4e
commit b2801f3a40
2 changed files with 17 additions and 0 deletions

View File

@@ -12,6 +12,12 @@ The choice totally depends on you and what your customers expect from you. Optio
offer different payment methods and want to encourage your customers to use the ones that come you cheaper, but you offer different payment methods and want to encourage your customers to use the ones that come you cheaper, but you
might also decide to go for option one to make it easier for customers who don't have the option. might also decide to go for option one to make it easier for customers who don't have the option.
.. warning:: Please note that EU Directive 2015/2366 bans surcharging payment fees for most common payment
methods within the Europen Union. Depending on the payment method, this might affect
selling to consumers only or to business customers as well. Depending on your country, this
legislation might already be in place or become relevant from January 2018 the latest. This is not
legal advice. If in doubt, consult a lawyer or refrain from charging payment fees.
If you go for the second option, you can configure pretix to charge the payment method fees to your user. You can If you go for the second option, you can configure pretix to charge the payment method fees to your user. You can
define both an absolute fee as well as a percental fee based on the order total. If you do so, there are two define both an absolute fee as well as a percental fee based on the order total. If you do so, there are two
different ways in which pretix can calculate the fee. Normally, it is fine to just go with the default setting, but different ways in which pretix can calculate the fee. Normally, it is fine to just go with the default setting, but

View File

@@ -15,6 +15,17 @@
</fieldset> </fieldset>
<fieldset> <fieldset>
<legend>{% trans "Payment providers" %}</legend> <legend>{% trans "Payment providers" %}</legend>
<div class="alert alert-warning">
<span class="fa fa-w fa-legal fa-4x pull-left"></span>
<strong>{% trans "Warning:" %}</strong>
{% blocktrans trimmed %}
Please note that EU Directive 2015/2366 bans surcharging payment fees for most common payment
methods within the Europen Union. Depending on the payment method, this might affect
selling to consumers only or to business customers as well. Depending on your country, this
legislation might already be in place or become relevant from January 2018 the latest. This is not
legal advice. If in doubt, consult a lawyer or refrain from charging payment fees.
{% endblocktrans %}
</div>
{% for provider in providers %} {% for provider in providers %}
<div class="panel panel-default"> <div class="panel panel-default">
<div class="panel-heading"> <div class="panel-heading">