| Line 15... |
Line 15... |
| 15 |
<div id="messageError">
|
15 |
<div id="messageError">
|
| 16 |
<span></span>
|
16 |
<span></span>
|
| 17 |
<p>$errorMsg <br/></p>
|
17 |
<p>$errorMsg <br/></p>
|
| 18 |
</div>
|
18 |
</div>
|
| 19 |
#end
|
19 |
#end
|
| - |
|
20 |
<div id="proceedToPayContainer" style="float:left; width:100%">
|
| 20 |
<div class="free-shipping left">
|
21 |
<div class="free-shipping left">
|
| 21 |
<div class="label">Shipping to your area is <span class="orange">FREE</span>.</div>
|
22 |
<div class="label">Shipping to your area is <span class="orange">FREE</span>.</div>
|
| 22 |
<div class="payment-modes-msg">
|
23 |
<div class="payment-modes-msg">
|
| 23 |
We accept all <b>credit / debit cards</b> and <b>netbanking facilities</b>. You can also pay <b>Cash on Delivery</b>.
|
24 |
We accept all <b>credit / debit cards</b> and <b>netbanking facilities</b>. You can also pay <b>Cash on Delivery</b>.
|
| 24 |
</div>
|
25 |
</div>
|
| - |
|
26 |
#if($selectedTab == "HotSpot")
|
| - |
|
27 |
#set($visibility = "")
|
| - |
|
28 |
#else
|
| - |
|
29 |
#set($visibility = "invisibleDiv")
|
| - |
|
30 |
#end
|
| - |
|
31 |
<div id="inStoreLocationMsg" style="color:red; font-size:15px" class="$visibility">
|
| - |
|
32 |
Pickup in store is currently available only for Delhi/NCR
|
| - |
|
33 |
</div>
|
| 25 |
</div>
|
34 |
</div>
|
| 26 |
<form id="formProceedToPay" action="/proceed-to-pay" method="post">
|
35 |
<form id="formProceedToPay" action="/proceed-to-pay" method="post">
|
| 27 |
<input type="hidden" value="$defaultid" name="addressid" id="addressid">
|
36 |
<input type="hidden" value="$defaultid" name="addressid" id="addressid">
|
| 28 |
<input type="hidden" name="deliveryLocation" value="$selectedTab" id="tabSelector">
|
37 |
<input type="hidden" name="deliveryLocation" value="$selectedTab" id="tabSelector">
|
| 29 |
<input type="hidden" name="hotSpotAddressId" value="$defaultStoreId" id="hotSpotAddressId">
|
38 |
<input type="hidden" name="hotSpotAddressId" value="$defaultStoreId" id="hotSpotAddressId">
|
| 30 |
</form>
|
39 |
</form>
|
| 31 |
<div id="proceedToPay" class="cartflow-main-action-button right">PROCEED TO PAYMENT ></div>
|
40 |
<div id="proceedToPay" class="cartflow-main-action-button right">PROCEED TO PAYMENT ></div>
|
| 32 |
|
41 |
</div>
|
| 33 |
#if($items)
|
42 |
#if($items)
|
| 34 |
<div class="cart-container left">
|
43 |
<div class="cart-container left">
|
| 35 |
<table id="cartDetail" cellpadding="0" cellspacing="0" class="left">
|
44 |
<table id="cartDetail" cellpadding="0" cellspacing="0" class="left">
|
| 36 |
<thead>
|
45 |
<thead>
|
| 37 |
<tr>
|
46 |
<tr>
|