Allow order change

This commit is contained in:
Raphael Michel
2019-09-19 17:54:05 +02:00
parent e97ae04581
commit 9842fcf7da
4 changed files with 83 additions and 14 deletions

View File

@@ -0,0 +1,8 @@
{% load i18n %}
<p>
{% blocktrans %}
Your gift card will be used to pay for this order. If the credit on the gift card is lower than the order total, you will be able to pay the
difference with a different payment method. If the credit is higher than the order total, you will be able to re-use the gift card in the future.
{% endblocktrans %}
</p>