| Line 400... |
Line 400... |
| 400 |
if(dealLeft != ''){
|
400 |
if(dealLeft != ''){
|
| 401 |
html.push('<div class="red" style="font-weight:bold;padding-bottom:6px">' + dealLeft +'</div>');
|
401 |
html.push('<div class="red" style="font-weight:bold;padding-bottom:6px">' + dealLeft +'</div>');
|
| 402 |
}
|
402 |
}
|
| 403 |
html.push('<div class="red" style="font-weight:bold;padding-bottom:6px">Use Coupon: saholicdeals</div>');
|
403 |
html.push('<div class="red" style="font-weight:bold;padding-bottom:6px">Use Coupon: saholicdeals</div>');
|
| 404 |
html.push('</div>');
|
404 |
html.push('</div>');
|
| 405 |
html.push('<div class="right">');
|
405 |
html.push('<div class="price right">');
|
| 406 |
html.push('<div class="left rupeeimage"></div><span class="mrp bold">'+ itemp.mrp +'</span>');
|
406 |
html.push('<div class="left rupeeimage"></div><span class="mrp bold">'+ itemp.mrp +'</span>');
|
| 407 |
if(itemp.mrp!=itemp.sellingPrice) {
|
407 |
if(itemp.mrp!=itemp.sellingPrice) {
|
| 408 |
html.push('<span class="mrp bold">'+ itemp.sellingPrice +'</span>');
|
408 |
html.push('<span class="mrp bold">'+ itemp.sellingPrice +'</span>');
|
| 409 |
}
|
409 |
}
|
| 410 |
if(dealRight != ''){
|
410 |
if(dealRight != ''){
|
| 411 |
html.push('<div style="font-weight:bold;padding-bottom:6px;text-decoration:line-through">' + dealRight +'</div>');
|
411 |
html.push('<div style="font-weight:bold;padding-bottom:6px;text-decoration:line-through">' + dealRight +'</div>');
|
| 412 |
}
|
412 |
}
|
| 413 |
html.push('<div><span class="mk_emi" style="font-size: 14px;"> | EMIs from <span class="red">Rs.' + installment +'</span> per month<a style="padding-left:2px" href="javascript:void(0)" id="emi_more1"><img style="vertical-align: middle;" src="/unversioned/images/quesmark.png"></a></span></div>')
|
413 |
html.push('<div><span class="mk_emi" style="font-size: 14px;">EMIs from <span class="red">Rs.' + (Math.round(installment*100)/100).toFixed(2) +'</span> per month<a style="padding-left:2px" href="javascript:void(0)" id="emi_more1"><img style="vertical-align: middle;" src="/unversioned/images/quesmark.png"></a></span></div>')
|
| 414 |
html.push('</div>');
|
414 |
html.push('</div>');
|
| 415 |
html.push('</div>');
|
415 |
html.push('</div>');
|
| 416 |
$('div.mk_nodeal').fadeOut('fast');
|
416 |
$('div.mk_nodeal').fadeOut('fast');
|
| 417 |
$('div.mk_deal').html(html.join('')).show();
|
417 |
$('div.mk_deal').html(html.join('')).show();
|
| 418 |
}
|
418 |
}
|