Add delivery CSV for myHermes to the orders display
[app-web-oof.git] / tmpl / display.html
CommitLineData
69d4d80d
MG
1<!DOCTYPE html>
2<meta charset="utf-8">
3<link rel="stylesheet" href="/static/style.css">
4<title>Recent orders | ledparts4you</title>
5
6<h1 id="title">ledparts4you</h1>
7<div id="subtitle">Issues/Questions? Contact us at <a href="mailto:orders@ledparts4you.uk.to">orders@ledparts4you.uk.to</a></div>
8
9<div class="order">
10From <span class="name"></span>
11<table>
12<thead><tr><th>Item<th>Quantity<th>Price</thead>
13<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>
14</table>
15<p>Stripe token: <span class="stripe_token">[None]</span></p>
16<hr>
17</div>
18be372d
MG
18
19<pre id="hermes_csv"></pre>
This page took 0.010462 seconds and 4 git commands to generate.