Subversion Repositories SmartDukaan

Rev

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

Rev 7880 Rev 9301
Line 114... Line 114...
114
							<img id='remove_$item.get("ITEM_ID")' class="remove-quantitybttn" src="/images/Cross_DeleteRow_DEF.png" title="Remove item from the cart" />
114
							<img id='remove_$item.get("ITEM_ID")' class="remove-quantitybttn" src="/images/Cross_DeleteRow_DEF.png" title="Remove item from the cart" />
115
                        </td>
115
                        </td>
116
                    </tr>
116
                    </tr>
117
					#if(!($item.get("IS_INSURABLE").equals("0")))
117
					#if(!($item.get("IS_INSURABLE").equals("0")))
118
    					<tr>
118
    					<tr>
119
    						<td colspan="6" style="box-shadow: 0 0 5px 0px #67ABD3 inset;">
119
    						<td colspan="6" style="padding: 2px 0;">
120
								#if($item.get("IS_INSURED").equals("true"))
120
								#if($item.get("IS_INSURED").equals("true"))
121
										#set($checked = "checked")
121
										#set($checked = "checked")
122
										#set($toShow = '')
122
										#set($toShow = '')
123
									#else
123
									#else
124
										#set($checked = "")
124
										#set($checked = "")
125
										#set($toShow = 'display:none')
125
										#set($toShow = 'display:none')
126
									#end
126
									#end
127
    							<img style="float:left" width="50px" height="50px" alt="phone" src="/images/insurance.jpg">
127
    							<img style="float:left;padding-left:25px;" alt="phone" src="/images/insurance.jpg">
-
 
128
								<div>
128
                                <div style="padding: 5px 0 5px 60px;">
129
                                <div style="padding: 5px 0 5px 30px;float:left">
129
    								<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>
130
    								<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 <span style="font-size:11px" class="rupee-icon">$item.get("INSURANCE_AMOUNT")</span></input>
130
                                </div>
131
                                </div>
131
    							<div id='agreeInsuranceTncDiv_$item.get("ITEM_ID")' class='agreeInsuranceTncDiv' style='padding-left:60px;$toShow'>
132
    							<div id='agreeInsuranceTncDiv_$item.get("ITEM_ID")' class='agreeInsuranceTncDiv' style='width:30%;float:right;padding-top:5px;$toShow'>
132
									
133
									
133
    								<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>
134
    								<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>
134
                                </div>
135
                                </div>
-
 
136
								</div>
-
 
137
    							<div style="clear:left"></div>
-
 
138
    						</td>
-
 
139
    					</tr>
-
 
140
					#end
-
 
141
					#if(!($item.get("DATA_PROTECTION_INSURER").equals("0")))
-
 
142
						<tr>
-
 
143
    						<td colspan="6" style="padding: 2px 0;">
-
 
144
								#if($item.get("IS_DATA_PROTECTED").equals("true"))
-
 
145
										#set($checked = "checked")
-
 
146
									#else
-
 
147
										#set($checked = "")
-
 
148
									#end
-
 
149
    							<img style="float:left;padding-top:5px;padding-left:10px;" alt="one-assist" src="/images/oneassist.jpg">
-
 
150
                                <div style="padding: 5px 0 5px 85px;">
-
 
151
    								<input type="checkbox" $checked productid=$item.get("ITEM_ID") style='margin-right:4px;' productid=$item.get("ITEM_ID") quantity=$item.get("ITEM_QUANTITY") class="dataProtection" name="dataProtection" id='dataProtection_$item.get("ITEM_ID")'>Sign me up for free 3 months mobile data protection pack worth <span style="font-size:11px" class="rupee-icon">$item.get("ONE_ASSIST_AMOUNT")</span></input>
-
 
152
									<a class="one_assist_know_more" href="javascript:void(0)" style="padding-left:2px">
-
 
153
										<img src="/images/quesmark.png" style="vertical-align: middle;">
-
 
154
									</a>
-
 
155
                                </div>
135
    							<div style="clear:left"></div>
156
    							<div style="clear:left"></div>
136
    						</td>
157
    						</td>
137
    					</tr>
158
    					</tr>
138
					#end
159
					#end
139
				#end
160
				#end