-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathShippingEstimationPage.html
More file actions
47 lines (39 loc) · 1.08 KB
/
ShippingEstimationPage.html
File metadata and controls
47 lines (39 loc) · 1.08 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
<ac:pagelayout id="ShippingEstimationPage">
<script>
dontEscape = true;
</script>
<ac:widgetarea id="Top">
</ac:widgetarea>
<div class="panel panel-default">
<div class="panel-heading">$$SHIPPINGESTIMATIONHEADER$$</div>
<div class="panel-body">
<p class="ShippingEstimationHelpText">$$HELPTEXT$$</p>
<div class="ShippingEstimationItemInfo center pad-20 pad-b-only">
$$QUANTITYTEXTBOX$$ x $$ITEMNAME$$
</div>
<br>
<table class="ShippingEstimationForm">
$$COUNTRY$$
$$ZIPCODE$$
<tr>
<td class="ShippingEstimationFormInput">
$$ESTIMATEBUTTON$$
</td>
</tr>
</table>
<br>
<ac:layoutarea id="ShippingMethodList">
<tr>
<td class="ShippingEstimationRateName">
$$DESCRIPTION$$
</td>
<td class="ShippingEstimationRate">
$$TOTAL$$
</td>
</tr>
</ac:layoutarea>
</div>
</div>
<ac:widgetarea id="Bottom">
</ac:widgetarea>
</ac:pagelayout>