| Line 404... |
Line 404... |
| 404 |
if(typeof dealRight != "undefined" && dealRight != ''){
|
404 |
if(typeof dealRight != "undefined" && dealRight != ''){
|
| 405 |
html.push('<span style="padding-bottom:3px;padding-left:6px;text-decoration:line-through;">' + dealRight +'</span>');
|
405 |
html.push('<span style="padding-bottom:3px;padding-left:6px;text-decoration:line-through;">' + dealRight +'</span>');
|
| 406 |
}
|
406 |
}
|
| 407 |
html.push('</div>');
|
407 |
html.push('</div>');
|
| 408 |
|
408 |
|
| 409 |
html.push('<div style="font-size:14px;padding-top:3px"><b>Only for You: </b><span class="red">Rs.' + sellingPrice + '</span> (' + percentoff + '% Off)<span class="red" style="font-weight:bold;font-size:14px;padding-left:6px"> Use Coupon: saholicdeals</span></div>');
|
409 |
html.push('<div style="font-size:14px;padding-top:3px"><b>Only for You: </b><span class="red">Rs.' + sellingPrice + '</span> (' + percentoff + '% Off)<span class="red" style="font-weight:bold;font-size:14px;padding-left:10px"> Use Coupon: saholicdeals</span></div>');
|
| 410 |
|
410 |
|
| 411 |
html.push('<div>');
|
411 |
html.push('<div>');
|
| 412 |
if(typeof dealLeft != "undefined" && dealLeft != ''){
|
412 |
if(typeof dealLeft != "undefined" && dealLeft != ''){
|
| 413 |
html.push('<span style="padding-right:9px">');
|
413 |
html.push('<span style="padding-right:10px">');
|
| 414 |
html.push('<span class="red" style="font-weight:bold;padding-bottom:3px">' + dealLeft +' </span>');
|
414 |
html.push('<span class="red" style="font-weight:bold;padding-bottom:3px">' + dealLeft +' </span>');
|
| 415 |
if($(".mk_best_deal_detail").size()>0){
|
415 |
if($(".mk_best_deal_detail").size()>0){
|
| 416 |
html.push('<a class="mk_best_deal_detail" href="javascript:void(0)" style="padding-left:2px"><img src="/images/quesmark.png" style="vertical-align: middle;"></a>');
|
416 |
html.push('<a class="mk_best_deal_detail" href="javascript:void(0)" style="padding-left:2px"><img src="/images/quesmark.png" style="vertical-align: middle;"></a>');
|
| 417 |
}
|
417 |
}
|
| 418 |
html.push('</span>');
|
418 |
html.push('</span>');
|
| Line 420... |
Line 420... |
| 420 |
html.push('<span class="mk_emi" style="font-size:14px;">EMIs from <span class="red">Rs.' + Math.round(installment) +'</span> per month<a style="padding-left:2px" href="javascript:void(0)" id="emi_more1"><img style="vertical-align: middle;" src="/images/quesmark.png"></a></span>')
|
420 |
html.push('<span class="mk_emi" style="font-size:14px;">EMIs from <span class="red">Rs.' + Math.round(installment) +'</span> per month<a style="padding-left:2px" href="javascript:void(0)" id="emi_more1"><img style="vertical-align: middle;" src="/images/quesmark.png"></a></span>')
|
| 421 |
html.push('</div>');
|
421 |
html.push('</div>');
|
| 422 |
|
422 |
|
| 423 |
html.push('</div>');
|
423 |
html.push('</div>');
|
| 424 |
$('div.mk_nodeal').hide();
|
424 |
$('div.mk_nodeal').hide();
|
| 425 |
$('div.mk_deal').html(html.join('')).show();
|
425 |
$('div.mk_deal').css("background-color","#f2ed69").html(html.join('')).show();
|
| 426 |
}
|
426 |
}
|
| 427 |
}
|
427 |
}
|
| 428 |
|
428 |
|
| 429 |
banks = {};
|
429 |
banks = {};
|
| 430 |
var first = true;
|
430 |
var first = true;
|