Subversion Repositories SmartDukaan

Rev

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

Rev 12045 Rev 12046
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 class="left" style="padding-right:3px;font-size:14px;"><div><b>Only for You: </b><spap class="red">Rs.' + sellingPrice + '</span> (' + percentoff + '% Off) </div>');
398
		html.push('<div class="left" style="padding-right:3px;"><div style="font-size:14px;"><b>Only for You: </b><spap class="red">Rs.' + sellingPrice + '</span> (' + percentoff + '% Off) </div>');
399
		if(dealLeft != ''){
399
		if(dealLeft != ''){
400
			html.push('<div class="red" style="font-weight:bold;padding-bottom:3px">' + dealLeft +'</div>');
400
			html.push('<div class="red" style="font-weight:bold;padding-bottom:3px">' + dealLeft +'</div>');
401
		}
401
		}
402
		html.push('<div class="red" style="font-weight:bold;font-size:14px;">Use Coupon: saholicdeals</div>');
402
		html.push('<div class="red" style="font-weight:bold;font-size:14px;">Use Coupon: saholicdeals</div>');
403
		html.push('</div>');
403
		html.push('</div>');