-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathWishListPage.html
More file actions
144 lines (133 loc) · 5.84 KB
/
WishListPage.html
File metadata and controls
144 lines (133 loc) · 5.84 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<ac:pagelayout id="WishListPage">
<ac:widgetarea id="Top">
</ac:widgetarea>
<div class="breadcrumb"><a href="/">Home</a> > Temporary Wish List</div>
<div class="page-header">
<h1>Temporary Wish List</h1>
</div>
<p>This is a temporary Wish List. It is not permanently saved on your account. If you access this site from another browser, you will not see this Wish List. To permanently save a Wish List, you must create an account.
</p>
<div class="pad-b-20">
<ul class="nav nav-pills">
<li class="active"><a href="WishList.aspx">Wish List</a></li>
<li><a href="SavedWishLists.aspx">Saved Wish Lists</a></li>
<li><a href="SharedWishList.aspx">Shared Wish Lists</a></li>
</ul>
</div>
$$ERRORTEXT$$
$$WISHLIST$$
<ac:widgetarea id="Bottom">
<ac:widget id="LARGESHOPPINGCART2453" type="LargeShoppingCart">
<ac:visibilityarea id="MessageControlsArea">
<div class="CartMessages">
<div id="dvMessageControls">
$$MESSAGE$$
$$SHIPPINGNOTICE$$
$$ERRORTEXT$$
</div>
<div class="ShoppingCartError">
$$ECERROR$$
</div>
</div>
</ac:visibilityarea>
<div>
<table id="tblCart" class="ShoppingCartTable table">
<thead>
<tr>
<th class="ShoppingCartHeader ShoppingCartProductDescriptionHeader">Product Description</th>
<th class="ShoppingCartHeader ShoppingCartSpacer"> </th>
<ac:visibilityarea id="ShippingCodeHeaderArea"><th class="ShoppingCartHeader">Shipping Code</th> </ac:visibilityarea>
<ac:visibilityarea id="PurchasedQtyHeaderArea"><th class="ShoppingCartHeader">Purchased</th></ac:visibilityarea>
<th class="ShoppingCartHeader ShoppingCartUnitPriceHeader">Unit Price</th>
<th class="ShoppingCartHeader ShoppingCartQuantityHeader">Quantity</th>
<th class="ShoppingCartHeader ShoppingCartTotalHeader">Total</th>
</tr>
</thead>
<ac:visibilityarea id="SelectAllArea">
<tr id="trSelectAll">
<td class="ShoppingCart" colspan="4">
<script type="text/javascript">
$(function () {
$('#chkSelectAll').click(function () {
var chkval = $(this).prop('checked');
console.log(chkval);
$('.dvChkSelect input:checkbox').prop('checked', chkval);
});
});
</script>
<div class="ShoppingHTML17865"><input type="checkbox" id="chkSelectAll"><a>Select/Deselect All</a></div>
</td>
</tr>
</ac:visibilityarea>
<ac:layoutarea id="ShopCartItem">
<tr>
<td class="ShoppingCart">
<div class="ShoppingCartChildBranch">
$$CHILDBRANCHIMAGE$$
</div>
<div class="dvChkSelect">
$$SELECTCHECKBOX$$
</div>
<a href="##ITEMURL##" class="thumbnail f-left clear m-20 no-m-t no-m-l">
$$THUMBNAIL$$
</a>
<div class="ProductInfo">
<div class="ItemName">$$ITEMNAME$$</div>
<div class="CallForShipping">$$CALLFORSHIPPING$$</div>
<div class="ItemNumber">$$ITEMNR$$</div>
$$MFGNAME$$
<div class="Variants">$$VARIANTS$$</div>
<div class="Personalizations">$$PERSONALIZE$$</div>
$$REMOVEFROMCARTLINK$$
</div>
<div style="clear:both">
$$MOVETOWISHLISTBUTTON$$
$$MOVETOCARTBUTTON$$
</div>
</td>
<td class="ShoppingCartSpacer"></td>
<ac:visibilityarea id="ShippingCodeArea"><td align="center" class="ShoppingCart">$$SHIPPINGCODE$$</td></ac:visibilityarea>
<ac:visibilityarea id="PurchasedQuantityArea"><td align="center" class="ShoppingCart" nowrap="">$$PURCHASEDQUANTITYTEXTBOX$$</td></ac:visibilityarea>
<td class="ShoppingCartPrice ShoppingCart" nowrap="">
<div class="CartBorder">
<div class="CartItemPriceArea">
<div>
<div><del>$$ITEMORIGINALPRICEDOLLARS$$$$ITEMORIGINALPRICECENTS$$</del></div>
<div>$$ITEMPRICEDOLLARS$$$$ITEMPRICECENTS$$ $$UNITS$$</div>
</div>
</div>
</div>
</td>
<td align="center" class="ShoppingCart ShoppingCartQuantity" nowrap="">
<div class="CartBorder">
<div class="CartUpdateItemArea">
<div>
$$QUANTITYTEXTBOX$$
<div class="UpdateButton">$$UPDATEBUTTON$$</div>
</div>
</div>
</div>
</td>
<td class="ShoppingCartPrice ShoppingCart" nowrap="">
<div class="CartBorder">
<div class="CartItemTotalArea">
<div>
<div><del>$$ITEMORIGINALTOTALDOLLARS$$$$ITEMORIGINALTOTALCENTS$$</del></div>
<div>$$ITEMTOTALDOLLARS$$$$ITEMTOTALCENTS$$</div>
</div>
</div>
</div>
</td>
</tr>
</ac:layoutarea>
</table>
<ac:visibilityarea id="SubtotalArea">
<div class="UnderCartSubTotal">
Subtotal
$$SUBTOTALDOLLARS$$$$SUBTOTALCENTS$$
</div>
</ac:visibilityarea>
</div>
</ac:widget>
</ac:widgetarea>
</ac:pagelayout>