Subversion Repositories SmartDukaan

Rev

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

Rev 7035 Rev 7110
Line 292... Line 292...
292
			} else	{
292
			} else	{
293
				irDataXMLSnippets.add(this.xmlIndentation[2] + "<ProductPrice>" + minPrice + "</ProductPrice>");
293
				irDataXMLSnippets.add(this.xmlIndentation[2] + "<ProductPrice>" + minPrice + "</ProductPrice>");
294
			}
294
			}
295
			
295
			
296
			if (StringUtils.isNotEmpty(firstItem.getBestDealText())) {
296
			if (StringUtils.isNotEmpty(firstItem.getBestDealText())) {
297
				irDataXMLSnippets.add(this.xmlIndentation[2] + "<DealText>" + firstItem.getBestDealText() + "</DealText>");
297
				irDataXMLSnippets.add(this.xmlIndentation[2] + "<DealText>" + StringEscapeUtils.escapeXml(firstItem.getBestDealText()) + "</DealText>");
298
			}
298
			}
299
			
299
			
300
			irDataXMLSnippets.add(this.xmlIndentation[2] + "<ProductMRP>" + getMinMRP(items) + "</ProductMRP>");
300
			irDataXMLSnippets.add(this.xmlIndentation[2] + "<ProductMRP>" + getMinMRP(items) + "</ProductMRP>");
301
			
301
			
302
			LogisticsInfo logisticsInfo = null;
302
			LogisticsInfo logisticsInfo = null;