Subversion Repositories SmartDukaan

Rev

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

Rev 12682 Rev 13177
Line 437... Line 437...
437
		if(typeof dealRight != "undefined" && dealRight != ''){
437
		if(typeof dealRight != "undefined" && dealRight != ''){
438
			html.push('<span style="padding-bottom:3px;padding-left:6px;text-decoration:line-through;">' + dealRight +'</span>');
438
			html.push('<span style="padding-bottom:3px;padding-left:6px;text-decoration:line-through;">' + dealRight +'</span>');
439
		}
439
		}
440
		html.push('</div>');
440
		html.push('</div>');
441
 
441
 
442
		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>');
442
		html.push('<div style="font-size:14px;padding-top:3px"><b>Only for You: </b><span class="red">Rs.' + sellingPrice + '</span> (' + percentoff + '% Off)</div>');
443
 
443
 
444
		html.push('<div>');
444
		html.push('<div>');
445
		if(typeof dealLeft != "undefined" && dealLeft != ''){
445
		if(typeof dealLeft != "undefined" && dealLeft != ''){
446
			html.push('<span style="padding-right:10px">');
446
			html.push('<span style="padding-right:10px">');
447
			html.push('<span class="red" style="font-weight:bold;padding-bottom:3px">' + dealLeft +' </span>');
447
			html.push('<span class="red" style="font-weight:bold;padding-bottom:3px">' + dealLeft +' </span>');