| Line 408... |
Line 408... |
| 408 |
html.push('<span class="bold" style="text-decoration:line-through;font-size:14px;"> '+ itemp.sellingPrice +'</span>');
|
408 |
html.push('<span class="bold" style="text-decoration:line-through;font-size:14px;"> '+ itemp.sellingPrice +'</span>');
|
| 409 |
}
|
409 |
}
|
| 410 |
if(typeof dealRight != "undefined" && dealRight != ''){
|
410 |
if(typeof dealRight != "undefined" && dealRight != ''){
|
| 411 |
html.push('<div style="font-weight:bold;padding-bottom:3px;text-decoration:line-through;">' + dealRight +'</div>');
|
411 |
html.push('<div style="font-weight:bold;padding-bottom:3px;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.' + Math.round(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) +'</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></div>')
|
| 414 |
html.push('</div>');
|
414 |
html.push('</div>');
|
| 415 |
$('div.mk_nodeal').hide();
|
415 |
$('div.mk_nodeal').hide();
|
| 416 |
$('div.mk_deal').html(html.join('')).show();
|
416 |
$('div.mk_deal').html(html.join('')).show();
|
| 417 |
}
|
417 |
}
|
| 418 |
}
|
418 |
}
|