From 3e5536174253a11bb214d766d7377347265fcf6a Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Fri, 24 Nov 2017 20:23:06 +0100 Subject: missing templates --- talerdonations/donations/templates/checkout.html | 56 ++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 talerdonations/donations/templates/checkout.html (limited to 'talerdonations/donations/templates/checkout.html') diff --git a/talerdonations/donations/templates/checkout.html b/talerdonations/donations/templates/checkout.html new file mode 100644 index 0000000..a7d009c --- /dev/null +++ b/talerdonations/donations/templates/checkout.html @@ -0,0 +1,56 @@ +{% extends "templates/base.html" %} + +{% block main %} +
+

Select your payment method

+ +

+ 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. +

+

+ The page also demonstrates how to only enable (or show) the Taler + option if Taler is actually supported by the browser. For example, + if you disable the Taler extension now, the Taler payment option + will be disabled in the page. Naturally, you could also trivially + hide the Taler option entirely by changing the visibility instead. +

+

+ 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. +

+ + + +
+

+ + + Lisa +
+ You Card +
+ Card Me +
+ Taler +
+ +
+
+ +
+ +{% endblock main %} -- cgit v1.2.3