Second commit
[app-web-oof.git] / tmpl / order.html
index f105b143fb9a6a76e9fc978336f3cddeb29cc8c5..977fbdc534fe283261d72b4c4c318761e76681e2 100644 (file)
@@ -4,6 +4,20 @@
 <title>Order placed</title>
 
 <h1 id="title">ledparts4you</h1>
+<div id="subtitle">Issues/Questions? Contact us at <a href="mailto:orders@ledparts4you.uk.to">orders@ledparts4you.uk.to</a></div>
+
+<h2>Order placed - continue to payment</h2>
+<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.
+
+<p>Use one of the following methods to pay for your order.
+
+<h2>Pay with bank transfer <small>(recommended)</small></h2>
+Transfer <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.
+
+<h2>Pay with card</h2>
+<form method="POST" action="/pay">
+<input type="hidden" name="order">
+<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"/>
+</form>
+</div>
 
-<h2>Success</h2>
-Order <strong id="orderid">FAKEID</strong> has been placed successfully. You will receive an email when the order has been dispatched.
This page took 0.009368 seconds and 4 git commands to generate.