Subversion Repositories SmartDukaan

Rev

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

Rev 12038 Rev 12039
Line 393... Line 393...
393
			dealRight=itemp.bestDealText;
393
			dealRight=itemp.bestDealText;
394
			dealLeft = itemp.dealPojo.dealText
394
			dealLeft = itemp.dealPojo.dealText
395
		}
395
		}
396
		
396
		
397
		var html = [];
397
		var html = [];
398
		html.push('<div style="padding:3px">');
398
		html.push('<div style="padding:6px">');
399
		html.push('<div class="left"><div><b>Only for You: </b><spap class="red">Rs.' + sellingPrice + '</span> (' + percentoff + '% Off) </div>');
399
		html.push('<div class="left"><div><b>Only for You: </b><spap class="red">Rs.' + sellingPrice + '</span> (' + percentoff + '% Off) </div>');
400
		if(dealLeft != ''){
400
		if(dealLeft != ''){
401
			html.push('<div class="red" style="font-weight:bold;padding-bottom:6px">' + dealLeft +'</div>');
401
			html.push('<div class="red" style="font-weight:bold;padding-bottom:6px">' + dealLeft +'</div>');
402
		}
402
		}
403
		html.push('<div class="red" style="font-weight:bold;padding-bottom:6px">Use Coupon: saholicdeals</div>');
403
		html.push('<div class="red" style="font-weight:bold;padding-bottom:6px">Use Coupon: saholicdeals</div>');