summaryrefslogtreecommitdiff
path: root/talermerchantdemos/donations/templates/checkout.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'talermerchantdemos/donations/templates/checkout.html.j2')
-rw-r--r--talermerchantdemos/donations/templates/checkout.html.j210
1 files changed, 7 insertions, 3 deletions
diff --git a/talermerchantdemos/donations/templates/checkout.html.j2 b/talermerchantdemos/donations/templates/checkout.html.j2
index 5251fdf..5b6900f 100644
--- a/talermerchantdemos/donations/templates/checkout.html.j2
+++ b/talermerchantdemos/donations/templates/checkout.html.j2
@@ -6,12 +6,16 @@
<p>
{{
- gettext('This is an example for a "checkout" page of a Web shop. On the previous page, you have created the shopping cart and decided which product to buy (i.e. which project to donate KUDOS to). Now in this page, you are asked to select a payment option. As Taler is not yet universally used, we expect merchants will offer various payment options.')
+ gettext('This is an example for a "checkout" page of a Web shop.') + "<br\>" +
+ gettext('On the previous page, you have created the shopping cart and decided which product to buy (i.e. which project to donate KUDOS to).') + "<br/>" +
+ gettext('As Taler is not yet universally used, we expect merchants will offer various payment options.') + "<br/>" +
+ gettext('To continue with the demo, select the &quot;Taler&quot; payment option.')
}}
</p>
- <p>
+ <p class="graybox">
{{
- gettext('Note that you MUST select Taler here for the demo to continue, as the other payment options are just placeholders and not really working in the demonstration. Also, it is of course possible to ask the user to make this choice already on the previous page (with the shopping cart), we just separated the two steps to keep each step as simple as possible.')
+ gettext('Note that you must select Taler here for the demo to continue, as the other payment options are just placeholders and not really working in the demonstration.') + "<br\>" +
+ gettext('It would be possible to ask the user to make this choice already on the previous page (with the shopping cart); we just separated the two steps to keep each step as simple as possible.')
}}
</p>