Subversion Repositories SmartDukaan

Rev

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

Rev 6915 Rev 6924
Line 112... Line 112...
112
							<img id='remove_$item.get("ITEM_ID")' class="remove-quantitybttn" src="/images/Cross_DeleteRow_DEF.png" title="Remove item from the cart" />
112
							<img id='remove_$item.get("ITEM_ID")' class="remove-quantitybttn" src="/images/Cross_DeleteRow_DEF.png" title="Remove item from the cart" />
113
                        </td>
113
                        </td>
114
                    </tr>
114
                    </tr>
115
					#if(!($item.get("IS_INSURABLE").equals("0")))
115
					#if(!($item.get("IS_INSURABLE").equals("0")))
116
    					<tr>
116
    					<tr>
117
    						<td colspan="6" style="box-shadow: 0 0 10px 0px #67ABD3 inset;">
117
    						<td colspan="6" style="box-shadow: 0 0 5px 0px #67ABD3 inset;">
118
								#if($item.get("IS_INSURED").equals("true"))
118
								#if($item.get("IS_INSURED").equals("true"))
119
										#set($checked = "checked")
119
										#set($checked = "checked")
120
										#set($toShow = '')
120
										#set($toShow = '')
121
									#else
121
									#else
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") 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 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>
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 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;' 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>
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