| Line 122... |
Line 122... |
| 122 |
#set($checked = "")
|
122 |
#set($checked = "")
|
| 123 |
#set($toShow = 'display:none')
|
123 |
#set($toShow = 'display:none')
|
| 124 |
#end
|
124 |
#end
|
| 125 |
<img style="float:left" width="50px" height="50px" alt="phone" src="/images/insurance.jpg">
|
125 |
<img style="float:left" width="50px" height="50px" alt="phone" src="/images/insurance.jpg">
|
| 126 |
<div style="padding: 5px 0 5px 60px;">
|
126 |
<div style="padding: 5px 0 5px 60px;">
|
| 127 |
<input type="checkbox" $checked itemId=$item.get("ITEM_ID") style='margin-right:4px;' class="wantInsurance" name="wantInsurance" id='wantInsurance_$item.get("ITEM_ID")'>I want to opt for 1 year WorldWide Theft Insurance for this product for Rs.$item.get("INSURANCE_AMOUNT")</input>
|
127 |
<input type="checkbox" $checked productid=$item.get("ITEM_ID") style='margin-right:4px;' class="wantInsurance" name="wantInsurance" id='wantInsurance_$item.get("ITEM_ID")'>I want to opt for 1 year WorldWide Theft Insurance for this product for Rs.$item.get("INSURANCE_AMOUNT")</input>
|
| 128 |
</div>
|
128 |
</div>
|
| 129 |
<div id='agreeInsuranceTncDiv_$item.get("ITEM_ID")' class='agreeInsuranceTncDiv' style='padding-left:60px;$toShow'>
|
129 |
<div id='agreeInsuranceTncDiv_$item.get("ITEM_ID")' class='agreeInsuranceTncDiv' style='padding-left:60px;$toShow'>
|
| 130 |
|
130 |
|
| 131 |
<input type="checkbox" insuranceAmount=$item.get("INSURANCE_AMOUNT") $checked style='margin-right:4px;' itemId=$item.get("ITEM_ID") quantity=$item.get("ITEM_QUANTITY") class="agreeInsuranceTnc" name="agreeInsuranceTnc" id='agreeInsuranceTnc_$item.get("ITEM_ID")'>I agree to <a href='static/insurance-terms' target='_blank'>terms and conditions</a></input>
|
131 |
<input type="checkbox" insuranceAmount=$item.get("INSURANCE_AMOUNT") $checked style='margin-right:4px;' productid=$item.get("ITEM_ID") quantity=$item.get("ITEM_QUANTITY") class="agreeInsuranceTnc" name="agreeInsuranceTnc" id='agreeInsuranceTnc_$item.get("ITEM_ID")'>I agree to <a href='static/insurance-terms' target='_blank'>terms and conditions</a></input>
|
| 132 |
</div>
|
132 |
</div>
|
| 133 |
<div style="clear:left"></div>
|
133 |
<div style="clear:left"></div>
|
| 134 |
</td>
|
134 |
</td>
|
| 135 |
</tr>
|
135 |
</tr>
|
| 136 |
#end
|
136 |
#end
|
| Line 187... |
Line 187... |
| 187 |
<td class="label">After Discount:</td>
|
187 |
<td class="label">After Discount:</td>
|
| 188 |
<td id='discountedAmount'><img src="/images/rupee-symbol.png" alt="Rs." /> $discountedAmount</td>
|
188 |
<td id='discountedAmount'><img src="/images/rupee-symbol.png" alt="Rs." /> $discountedAmount</td>
|
| 189 |
</tr>
|
189 |
</tr>
|
| 190 |
#end
|
190 |
#end
|
| 191 |
</table>
|
191 |
</table>
|
| - |
|
192 |
<div id="$actionButtonId" class="cartflow-main-action-button right checkout-button-below">ENTER SHIPPING INFO ></div>
|
| 192 |
</div>
|
193 |
</div>
|
| 193 |
#if($action.isUserLoggedIn())
|
194 |
#if($action.isUserLoggedIn())
|
| 194 |
#set($actionButtonId = "checkout")
|
195 |
#set($actionButtonId = "checkout")
|
| 195 |
#else
|
196 |
#else
|
| 196 |
#set($actionButtonId = "poplogin")
|
197 |
#set($actionButtonId = "poplogin")
|
| 197 |
#end
|
198 |
#end
|
| 198 |
<div id="$actionButtonId" class="cartflow-main-action-button right checkout-button-below">ENTER SHIPPING INFO ></div>
|
- |
|
| 199 |
</div>
|
199 |
</div>
|
| 200 |
</div>
|
200 |
</div>
|
| 201 |
#else
|
201 |
#else
|
| 202 |
<div id="registration" class="blue-border">
|
202 |
<div id="registration" class="blue-border">
|
| 203 |
<div class="middle">
|
203 |
<div class="middle">
|