60 lines
1.6 KiB
HTML
60 lines
1.6 KiB
HTML
<?xml version="1.0" encoding="utf-8"?>
|
|
<html>
|
|
<version>1</version>
|
|
|
|
<head>
|
|
<title>Grazie per l'ordine!</title>
|
|
</head>
|
|
|
|
<body>
|
|
<p id="category" class="p-category">
|
|
<a href="/order/order.html">Prodotti</a>
|
|
</p>
|
|
|
|
<h1>Grazie per l'ordine!</h1>
|
|
|
|
<p class="p-summary">
|
|
Il prezzo totale del tuo ordine è <strong>€:AMOUNT:</strong>.
|
|
</p>
|
|
|
|
<p>
|
|
Puoi pagare online con diverse carte di credito, di debito oppure tramite
|
|
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>
|
|
<input type="submit" name="submit" value="Paga online"/>
|
|
</noscript>
|
|
</form>
|
|
|
|
<script type="text/javascript">document.payment.submit()</script>
|
|
|
|
<p>
|
|
Se invece preferisci pagare tramite bonifico bancario, queste sono le coordinate e la causale:
|
|
</p>
|
|
|
|
<p>
|
|
Beneficiario: Free Software Foundation Europe e.V.<br/>
|
|
Indirizzo beneficiario: Revaler Straße 19, 10245 Berlin, Germany<br/>
|
|
IBAN: DE47 4306 0967 2059 7908 01<br/>
|
|
Banca beneficiario: GLS Gemeinschaftsbank eG, 44774 Bochum, Germany<br/>
|
|
BIC: GENODEM1GLS<br/>
|
|
Importo: :AMOUNT:<br/>
|
|
Causale: :REFERENCE:
|
|
</p>
|
|
</body>
|
|
|
|
<followup>join</followup>
|
|
<translator/>
|
|
</html>
|
|
<!--
|
|
Local Variables: ***
|
|
mode: xml ***
|
|
End: ***
|
|
-->
|