-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathFreeItemOrderPage.html
More file actions
89 lines (87 loc) · 2.36 KB
/
FreeItemOrderPage.html
File metadata and controls
89 lines (87 loc) · 2.36 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<ac:pagelayout id="FreeItemOrderPage">
<div align="center">
$$ERRORTEXT$$
</div>
<ac:widgetarea id="Top">
</ac:widgetarea>
<div>
<table id="tblCart" class="ShoppingCart" style="width:100%">
<tbody>
<ac:layoutarea id="ProductList">
<tr>
<td class="ShoppingCart" style="width:50%">
$$PRODUCTTHUMBNAIL$$
$$ITEMID$$
$$ITEMNAME$$
$$ITEMNR$$
</td>
<td class="ShoppingCart">
$$DESCRIPTION$$
</td>
<td align="center" class="ShoppingCart" nowrap="">
$$QUANTITY$$
</td>
</tr>
</ac:layoutarea>
</tbody>
</table>
</div>
<br>
<!--Begin Existing Customer Info-->
<div id="divShippingInfo" runat="server">
<div id="divExistingCustomer" runat="server">
<div class="CheckOutHeader">
$$EXISTINGCUSTOMERSHEADER$$
</div>
<div class="CheckOutText" style="HEIGHT:45px"><br>
If you have an account, $$LOGINLINK$$.<br><br>
</div>
</div>
<div style="clear:both"></div>
<div class="CheckOutHeader">
$$NEWCUSTOMERSTEXT$$<br><br>
</div>
<div style="clear:both"></div>
<div class="CheckOutSubHeader">
$$STEP1$$.
$$ADDRESSHEADER$$
</div>
<div>
$$ADDRESSEDITOR$$
</div>
</div>
<!--End Existing Customer Info-->
<!--Begin Registration-->
<div id="divRegistration" runat="server">
<div class="CheckOutSubHeader">$$STEP2$$.
<!-- Account Password -->
$$ACCOUNTPASSWORDHEADER$$
</div>
<div class="CheckOutText" style="PADDING-LEFT:2px;padding-bottom:6px">
$$ACCOUNTPASSWORDTEXT$$
</div>
<div>
<div class="CheckOutText" style="width:150px;float:left;height:28px;">
<!--Choose a password:-->
$$CHOOSEPASSWORDTEXT$$
</div>
<div class="CheckOutText">
$$PASSWORDTEXTBOX1$$
</div>
</div>
<div style="clear:both;"></div>
<div class="CheckOutText" style="width:150px;float:left;height:28px">
<!--Repeat password:-->
$$REPEATPASSWORDTEXT$$
</div>
<div class="CheckOutText">
$$PASSWORDTEXTBOX2$$
</div>
</div>
<!--EndRegitration-->
<ac:widgetarea id="Bottom">
</ac:widgetarea>
<div style="padding-top:10px;float:right;">
$$PLACEORDERBUTTON$$
</div>
</ac:pagelayout>