| Line 400... |
Line 400... |
| 400 |
html.push('<div class="left rupeeimage"></div><span class="bold" style="text-decoration:line-through;font-size:14px;">'+ itemp.mrp +'</span>');
|
400 |
html.push('<div class="left rupeeimage"></div><span class="bold" style="text-decoration:line-through;font-size:14px;">'+ itemp.mrp +'</span>');
|
| 401 |
if(itemp.mrp!=itemp.sellingPrice) {
|
401 |
if(itemp.mrp!=itemp.sellingPrice) {
|
| 402 |
html.push('<span class="bold" style="text-decoration:line-through;font-size:14px;"> '+ itemp.sellingPrice +' </span>');
|
402 |
html.push('<span class="bold" style="text-decoration:line-through;font-size:14px;"> '+ itemp.sellingPrice +' </span>');
|
| 403 |
}
|
403 |
}
|
| 404 |
if(typeof dealRight != "undefined" && dealRight != ''){
|
404 |
if(typeof dealRight != "undefined" && dealRight != ''){
|
| 405 |
html.push('<span>style="font-weight:bold;padding-bottom:3px;text-decoration:line-through;"> ' + dealRight +'</span>');
|
405 |
html.push('<span style="font-weight:bold;padding-bottom:3px;text-decoration:line-through;"> ' + dealRight +'</span>');
|
| 406 |
}
|
406 |
}
|
| 407 |
html.push('</div>');
|
407 |
html.push('</div>');
|
| 408 |
html.push('<div style="font-size:14px;"><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>');
|
408 |
html.push('<div style="font-size:14px;"><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 |
if(typeof dealLeft != "undefined" && dealLeft != ''){
|
409 |
if(typeof dealLeft != "undefined" && dealLeft != ''){
|
| 410 |
html.push('<div><span class="red" style="font-weight:bold;padding-bottom:3px">' + dealLeft +' </span></div>');
|
410 |
html.push('<div><span class="red" style="font-weight:bold;padding-bottom:3px">' + dealLeft +' </span></div>');
|