]> iEval git - app-web-oof.git/blobdiff - tmpl/continue.html
Add a display of the latest orders
[app-web-oof.git] / tmpl / continue.html
index 9f323426306dd9085e8ce29629609352c9e49251..9df87eb7950c7c8b6d3338027cbaa42e8ec12c0b 100644 (file)
@@ -1,9 +1,10 @@
 <!DOCTYPE html>
 <meta charset="utf-8">
 <link rel="stylesheet" href="/static/style.css">
-<title>Order details</title>
+<title>Order details | ledparts4you</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>
 
 <ul id="notes"><li>Note</ul>
 
@@ -11,7 +12,7 @@
 <form action="/order" method="POST">
 <table id="order">
 <thead><tr><th>Item<th>Quantity<th>Price</thead>
-<tbody><tr><td class="item"><a href="#" class="title"></a><br><span class="subtitle"></span><td class="quantity"><td class="price"></tbody>
+<tbody><tr><td class="item"><a href="#" class="title"></a><br><span class="subtitle"></span><td class="quantity"><td><span class="price"></span><span class="freepost"><br>FREE P&amp;P</span></tbody>
 </table>
 
 <h2>Totals</h2>
 <label>Address line 4 <em>(optional)</em><br><input name="address4" type="text" maxlength="32"></label><br>
 <label>Safe place <em>(optional)</em><br><input name="safe_place" type="text" maxlength="32"></label><br>
 <label>Delivery instructions <em>(optional)</em><br><input name="instructions" type="text" maxlength="32"></label><br>
+<br>
+You can pay with bank transfer or credit/debit card via Stripe.<br>
+<input type="submit" value="Place order" id="place_order">
 
 <input type="hidden" name="discount">
 <input type="hidden" name="products">
 <input type="hidden" name="total">
-<input type="submit" value="Place order" id="place_order">
 </form>
This page took 0.021223 seconds and 4 git commands to generate.