Subversion Repositories SmartDukaan

Rev

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

Rev 12043 Rev 12044
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"><div><b>Only for You: </b><spap class="red">Rs.' + sellingPrice + '</span> (' + percentoff + '% Off) </div>');
398
		html.push('<div class="left" style="padding-right:2px"><div><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;">Use Coupon: saholicdeals</div>');
402
		html.push('<div class="red" style="font-weight:bold;">Use Coupon: saholicdeals</div>');
403
		html.push('</div>');
403
		html.push('</div>');