-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcart1.html
More file actions
56 lines (52 loc) · 3.09 KB
/
cart1.html
File metadata and controls
56 lines (52 loc) · 3.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html><!-- (C) oekobox-online.eu 2016. Free for use with oekobox-online services -->
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link href="app.css" rel="stylesheet" type="text/css"/>
<title>alt. Cart Page</title>
<!-- replace this call with an url like https://oekobox-online.eu/v3/shop/<shopname>api/client.js -->
<script src="shop.js" data-main="app.js"></script>
</head>
<body id="cart1">
<div class="header">
<div class="oo-loading" >
loading...<div class="oo-loading-big">loading... </div>
</div>
<div id="oo-search" data-oo-shop-page="shop.html"></div>
<div id="oo-status" data-oo-shop-page="shop.html" data-oo-logon-page="logon.html" data-oo-profile-page="profile.html" data-oo-date-page="date.html" data-oo-cart-page="cart.html"></div>
<div><a href="index.html">Start</a></div>
</div>
<h2>Warenkorb 1 <a href="cart.html">einfach</a></h2>
<h1>NoDesign@<span class="oo-system-title"></span></h1>
<div id="oo-flash" ></div>
<div id="pagecontent">
<div id="oo-navi" data-oo-shop-page="shop.html"></div>
<div class="nd-container">
<div id="nd-left" >
<div class="oo-state-auth oo-state-located">
<div id="oo-date" data-oo-shop-page="cart1.html" data-oo-cart-page="cart1.html" data-oo-profile-page="profile.html" ></div>
<div id="oo-profile" data-oo-shop-page="shop.html" data-oo-logon-page="logon.html" data-oo-cart-page="cart.html"></div>
</div>
<div class="oo-state-anon">
Keine Datumsauswahl ohne Anmeldung...vielleicht ein Ticker hier?
</div>
</div>
<div id="nd-right">
<!-- with this optional parameter thankyou-page, you may use an alternative page, e.g. without the date selector. That page should have a cart component too. -->
<div id="oo-cart" data-oo-shop-page="shop1.html" data-oo-date-page="date.html" data-oo-thankyou-page="cart.html" data-oo-logon-page="logon.html" ></div>
</div>
</div>
<div class="hints">
<ul>
<li>Diese Version hat zusätzlich die Terminwahl und die Profilangaben links eingeblendet.</li>
<li>Date-Komponente links verbleibt auf der Seite (shop-page-Konfiguration zeigt auch auf diese Seite). Die Interaktion bei Datumswechsel sollte der dann erscheinende arenkorb link ausgeblendet werden.
</li>
<li>Per CSS kann eingestellt werden, was die Date-Komponente anzeigt. Bei immer gleichen Lieferkosten können diese z.B. ausgeblendet werden.</li>
<li>die linke seite </li>
<li>Die Datumskomponente ist per CSS angepasst (siehe app.css)</li>
</ul>
</div>
</div>
</body>
</html>