continuous-integration/drone/push Build is passing
Implementation of a simple form to withdraw from an order from the website. Reviewed-on: #5946 Co-authored-by: Tobias Diekershoff <tobiasd@fsfe.org> Co-committed-by: Tobias Diekershoff <tobiasd@fsfe.org>
66 lines
1.9 KiB
HTML
66 lines
1.9 KiB
HTML
<?xml version="1.0" encoding="utf-8"?>
|
|
<html>
|
|
<version>2</version>
|
|
|
|
<head>
|
|
<title>Thank you for your order!</title>
|
|
</head>
|
|
|
|
<body>
|
|
<p id="category" class="p-category">
|
|
<a href="/order/order.html">Merchandise</a>
|
|
</p>
|
|
|
|
<h1>Thank you for your order!</h1>
|
|
|
|
<p class="p-summary">
|
|
Total costs of your order are <strong>€:AMOUNT:</strong>.
|
|
</p>
|
|
|
|
<p>
|
|
You can now pay online through various credit and debit cards or through
|
|
PayPal.
|
|
</p>
|
|
|
|
<form name="payment" action="https://my.fsfe.org/pay/:REFERENCE:" method="post" class="thankyou">
|
|
<input type="hidden" name="amount" value=":AMOUNT:"/>
|
|
<input type="hidden" name="email" value=":EMAIL:"/>
|
|
<input type="hidden" name="success_url" value="https://fsfe.org/order/thankyou.html"/>
|
|
<input type="hidden" name="cancel_url" value="https://fsfe.org/order/cancel.html"/>
|
|
<noscript>
|
|
<!-- translators: please also translate the term "Pay online", it will
|
|
show on the button. -->
|
|
<input type="submit" name="submit" value="Pay online"/>
|
|
</noscript>
|
|
</form>
|
|
|
|
<script type="text/javascript">document.payment.submit()</script>
|
|
|
|
<p>
|
|
In case you prefer to pay by bank transfer, please use the following data:
|
|
</p>
|
|
|
|
<p>
|
|
Recipient: Free Software Foundation Europe e.V.<br/>
|
|
Address: Revaler Straße 19, 10245 Berlin, Germany<br/>
|
|
IBAN: DE47 4306 0967 2059 7908 01<br/>
|
|
Bank: GLS Gemeinschaftsbank eG, 44774 Bochum, Germany<br/>
|
|
BIC: GENODEM1GLS<br/>
|
|
Amount: :AMOUNT:<br/>
|
|
Payment reference: :REFERENCE:
|
|
</p>
|
|
<p>
|
|
If you want to withdraw from your order, please let us know by
|
|
<a href="/about/contact.html">contacting us</a> or <a href="/order/withdraworder.html">filling out this form</a>.
|
|
</p>
|
|
</body>
|
|
|
|
<followup>join</followup>
|
|
<translator/>
|
|
</html>
|
|
<!--
|
|
Local Variables: ***
|
|
mode: xml ***
|
|
End: ***
|
|
-->
|