From aa06ddd3cf1de03922fc4e45e46ef3476a69e3f8 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 11 Oct 2020 16:15:15 +0200 Subject: add i18n and new menu structure to donations page --- .../donations/templates/checkout.html.j2 | 46 ++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 talermerchantdemos/donations/templates/checkout.html.j2 (limited to 'talermerchantdemos/donations/templates/checkout.html.j2') diff --git a/talermerchantdemos/donations/templates/checkout.html.j2 b/talermerchantdemos/donations/templates/checkout.html.j2 new file mode 100644 index 0000000..5251fdf --- /dev/null +++ b/talermerchantdemos/donations/templates/checkout.html.j2 @@ -0,0 +1,46 @@ +{% extends "templates/base.html.j2" %} + +{% block main %} +
+

{{ gettext("Select your payment method") }}

+ +

+ {{ + 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('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.') + }} +

+ +
+

+ + + + + +
+
+ +
+ +{% endblock main %} -- cgit v1.2.3