Subversion Repositories SmartDukaan

Rev

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

Rev 12067 Rev 12069
Line 402... Line 402...
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
 
-
 
408
		html.push('<div class="left" style="padding-right:3px;"><div style="font-size:14px;"><b>Only for You: </b><span class="red">Rs.' + sellingPrice + '</span> (' + percentoff + '% Off) </div>');
-
 
409
		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>');
410
		if(typeof dealLeft != "undefined" && dealLeft != ''){
409
		if(typeof dealLeft != "undefined" && dealLeft != ''){
411
			html.push('<span class="red" style="font-weight:bold;padding-bottom:3px">' + dealLeft +' </span>');
410
			html.push('<div><span class="red" style="font-weight:bold;padding-bottom:3px">' + dealLeft +' </span></div>');
412
		}
411
		}
413
		html.push('<span class="red" style="font-weight:bold;font-size:14px;"> Use Coupon: saholicdeals</span>');
-
 
414
		html.push('</div>');
-
 
415
		
-
 
416
		
-
 
417
		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>')
412
		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>')
-
 
413
		
418
		html.push('</div>');
414
		html.push('</div>');
419
		$('div.mk_nodeal').hide();
415
		$('div.mk_nodeal').hide();
420
		$('div.mk_deal').html(html.join('')).show();
416
		$('div.mk_deal').html(html.join('')).show();
421
	}
417
	}
422
}
418
}