Bump version and update Changes
[app-web-oof.git] / tmpl / order.html
CommitLineData
6e33dd68
MG
1<!DOCTYPE html>
2<meta charset="utf-8">
3<link rel="stylesheet" href="/static/style.css">
5d7b5400 4<title>Order placed | ledparts4you</title>
6e33dd68
MG
5
6<h1 id="title">ledparts4you</h1>
1576fc41
MG
7<div id="subtitle">Issues/Questions? Contact us at <a href="mailto:orders@ledparts4you.uk.to">orders@ledparts4you.uk.to</a></div>
8
9<h2>Order placed - continue to payment</h2>
10<p>Order <strong id="orderid">FAKEID</strong> has been placed successfully. The items will be dispatched within 2 business days of receiving payment. You will receive an email with tracking information from Hermes when the order has been dispatched.
11
12<p>Use one of the following methods to pay for your order.
13
14<h2>Pay with bank transfer <small>(recommended)</small></h2>
15Transfer <strong id="total">&pound;xx</strong> to Marius Gavrilescu (sort code 77-66-72, account number 01496860), using your full name or postcode as payment reference.
16
17<h2>Pay with card</h2>
af1f89b5 18Note: when asked for a postcode, <strong>please use the postcode associated with your card</strong> (otherwise your card may be declined).
1576fc41
MG
19<form method="POST" action="/pay">
20<input type="hidden" name="order">
21<script src="https://checkout.stripe.com/checkout.js" class="stripe-button" data-key="pk_live_lT2Fq70reqw2wlgUKiDrMv3H" data-name="ledparts4you" data-description="LED parts" data-currency="GBP" data-zip-code="true" data-locale="auto"/>
22</form>
23</div>
6e33dd68 24
This page took 0.011593 seconds and 4 git commands to generate.