Subversion Repositories SmartDukaan

Rev

Rev 5574 | Rev 5598 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5574 Rev 5594
Line 108... Line 108...
108
    			<div id="tab-right" class=$hotSpot-tab-status>PICK FROM STORE</div>
108
    			<div id="tab-right" class=$hotSpot-tab-status>PICK FROM STORE</div>
109
			</div>
109
			</div>
110
			
110
			
111
			<div id="store-address-div" class=$billing-and-store-div-status>
111
			<div id="store-address-div" class=$billing-and-store-div-status>
112
    			<div id="hotspot-address-heading" class="label">
112
    			<div id="hotspot-address-heading" class="label">
113
					<div id="store-address-header-text" class="address-header-text">&nbsp;Select your nearest HotSpot store</div>
113
					<div id="store-address-header-text" class="address-header-text">&nbsp;Select a pickup point nearest to you (<b>$storeAddresses.size()</b> stores available)</div>
114
				</div>
114
				</div>
115
    			<div id="store-address-container">
115
    			<div id="store-address-container">
116
            		<table id="store-addresses" class="shipping-page-addresses right">
116
            		<table id="store-addresses" class="shipping-page-addresses right">
117
            			<thead></thead>
117
            			<thead></thead>
118
            			<tbody>
118
            			<tbody>
Line 125... Line 125...
125
                    				#set($cssClassDefault = "")
125
                    				#set($cssClassDefault = "")
126
                    			#end
126
                    			#end
127
                    				<tr id="tr_$storeAddress.getId()" class="address $cssClassDefault">
127
                    				<tr id="tr_$storeAddress.getId()" class="address $cssClassDefault">
128
                    					<td align="center" valign="top" class="radio">
128
                    					<td align="center" valign="top" class="radio">
129
                    			#if($defaultStoreId == $storeAddressId)
129
                    			#if($defaultStoreId == $storeAddressId)
130
                    				#set($shipAddressEmpty = 0)
-
 
131
            						<img src="/images/RadioButton_Selected.png" />
130
            						<img src="/images/RadioButton_Selected.png" />
132
            						<input type="hidden" id="selectedPincode" value="$storeAddress.getPin()" />
131
            						<input type="hidden" id="selectedPincode" value="$storeAddress.getPin()" />
133
        						#else
132
        						#else
134
                    				<img id="selectStoreAddress_$storeAddressId" class="store-address-selector-button" src="/images/RadioButton_Unselected.png" title="Select this Store for Shipment" />
133
                    				<img id="selectStoreAddress_$storeAddressId" class="store-address-selector-button" src="/images/RadioButton_Unselected.png" title="Select this Store for Shipment" />
135
                    						<form id="formChangeStoreAddressTo_$storeAddressId" method="post" action="/shipping?action=change&selectedTab=HotSpot&addressid=$storeAddressId">
134
                    						<form id="formChangeStoreAddressTo_$storeAddressId" method="post" action="/shipping">
-
 
135
												<input type="hidden" name="selectedTab" value="HotSpot" />
-
 
136
												<input type="hidden" name="addressid" value="$storeAddressId" />
-
 
137
												<input type="hidden" name="action" value="change" />
136
        									</form>
138
        									</form>
137
                    			#end
139
                    			#end
138
                                        </td>
140
                                        </td>
139
                    					<td class="detail">
141
                    					<td class="detail">
140
                    						#if($storeAddress.getName())
142
                    						#if($storeAddress.getName())
Line 160... Line 162...
160
                                            <b>Phone: $storeAddress.getPhone() </b>
162
                                            <b>Phone: $storeAddress.getPhone() </b>
161
                            				#end
163
                            				#end
162
                                        </td>
164
                                        </td>
163
                                    </tr>
165
                                    </tr>
164
                    		#end
166
                    		#end
165
                    		<!--#if($shipAddressEmpty!=0)
-
 
166
                                    <tr><td colspan="2">You do not have a shipping address linked to your profile. Please add one.</td></tr>
-
 
167
                    		#end
-
 
168
                    			<input type="hidden" id="addressEmpty" value="$shipAddressEmpty">-->
-
 
169
                        </tbody>
167
                        </tbody>
170
                    </table>
168
                    </table>
171
    			</div><!--End of store address container-->
169
    			</div><!--End of store address container-->
172
			</div>
170
			</div>
173
			<div id="billing-address-div" class=$billing-and-store-div-status>
171
			<div id="billing-address-div" class=$billing-and-store-div-status>
Line 200... Line 198...
200
            						<!--<form id="formChangeAddressTo_$addressId" method="post" action="/shipping?action=change&selectedTab=HotSpot&addressid=$addressId">
198
            						<!--<form id="formChangeAddressTo_$addressId" method="post" action="/shipping?action=change&selectedTab=HotSpot&addressid=$addressId">
201
									</form>-->
199
									</form>-->
202
            			#end
200
            			#end
203
                                </td>
201
                                </td>
204
            					<td class="detail">
202
            					<td class="detail">
205
            						<b>PRINT BILL FOR THIS ADDRESS</b>
-
 
206
            						<p>
-
 
207
            						#if($address.getName())
203
            						#if($address.getName())
208
            							<b>$address.getName()</b><br />
204
            							<b>$address.getName()</b><br />
209
                    				#end
205
                    				#end
210
                    				#if($address.getLine1())
206
                    				#if($address.getLine1())
211
            							<label>$address.getLine1() </label><br />
207
            							<label>$address.getLine1() </label><br />
Line 270... Line 266...
270
            						<form id="formChangeAddressTo_$addressId" method="post" action="/shipping?action=change&selectedTab=myLocation&addressid=$addressId">
266
            						<form id="formChangeAddressTo_$addressId" method="post" action="/shipping?action=change&selectedTab=myLocation&addressid=$addressId">
271
									</form>
267
									</form>
272
            			#end
268
            			#end
273
                                </td>
269
                                </td>
274
            					<td class="detail">
270
            					<td class="detail">
275
            						<b>SHIP ITEMS TO THIS ADDRESS</b>
-
 
276
            						<p>
-
 
277
            						#if($address.getName())
271
            						#if($address.getName())
278
            							<b>$address.getName()</b><br />
272
            							<b>$address.getName()</b><br />
279
                    				#end
273
                    				#end
280
                    				#if($address.getLine1())
274
                    				#if($address.getLine1())
281
            							<label>$address.getLine1() </label><br />
275
            							<label>$address.getLine1() </label><br />
Line 308... Line 302...
308
            			<input type="hidden" id="addressEmpty" value="$shipAddressEmpty">
302
            			<input type="hidden" id="addressEmpty" value="$shipAddressEmpty">
309
                        </tbody>
303
                        </tbody>
310
                    </table>
304
                    </table>
311
    			</div>
305
    			</div>
312
			</div>
306
			</div>
313
		</div><!--End of main Container-->
-
 
314
		
307
		
315
		#if($shipAddressEmpty == 1)
308
		#if($shipAddressEmpty == 1)
316
			<input type="hidden" id="canProceedToPay" value="0" />
309
			<input type="hidden" id="canProceedToPay" value="0" />
317
			<input type="hidden" id="reasonActionDisability" value="Please specify an address" />
310
			<input type="hidden" id="reasonActionDisability" value="Please specify an address" />
318
		#elseif($locationServiceable == 0)
311
		#elseif($locationServiceable == 0)
Line 324... Line 317...
324
		<!-- Add Shipping Detail Start-->
317
		<!-- Add Shipping Detail Start-->
325
        <form name="frmShippingAddress" id="frmShippingAddress" method="post" action="/shipping" class="right">
318
        <form name="frmShippingAddress" id="frmShippingAddress" method="post" action="/shipping" class="right">
326
			<table cellpadding="0" cellspacing="0">
319
			<table cellpadding="0" cellspacing="0">
327
				<thead>
320
				<thead>
328
					<tr class="header">
321
					<tr class="header">
329
						<td colspan="2">Enter the address where you want the items to be delivered</td>
322
						<td id="newAddressFormHeading" colspan="2">Enter the address where you want the items to be delivered</td>
330
					</tr>
323
					</tr>
331
                </thead>
324
                </thead>
332
				<tbody>
325
				<tbody>
333
					<tr>
326
					<tr>
334
						<td>&nbsp;</td>
327
						<td>&nbsp;</td>
Line 390... Line 383...
390
					<td class="instruction">This will be added to your list of addresses</td>
383
					<td class="instruction">This will be added to your list of addresses</td>
391
				</tr>
384
				</tr>
392
                </tbody>
385
                </tbody>
393
			</table>
386
			</table>
394
			<input id="tabSelectorForAddAddressForm" type="hidden" name="selectedTab" value="myLocation" />
387
			<input id="tabSelectorForAddAddressForm" type="hidden" name="selectedTab" value="myLocation" />
395
		</form>
-
 
396
388
		</form>
-
 
389
	</div><!--End of main-right- Container-->
-
 
390