Subversion Repositories SmartDukaan

Rev

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

Rev 5355 Rev 5362
Line 291... Line 291...
291
			String imageUrl = "http://static" + ((entityId+1)%3) + ".saholic.com" + File.separator + "images" + File.separator +
291
			String imageUrl = "http://static" + ((entityId+1)%3) + ".saholic.com" + File.separator + "images" + File.separator +
292
            "website" + File.separator + entityId + File.separator + "icon.jpg";
292
            "website" + File.separator + entityId + File.separator + "icon.jpg";
293
			
293
			
294
			accessoriesXMLSnippets.add(this.xmlIndentation[1] + "<products>");	
294
			accessoriesXMLSnippets.add(this.xmlIndentation[1] + "<products>");	
295
			accessoriesXMLSnippets.add(this.xmlIndentation[2] + "<ProductSKU>" + entityId + "</ProductSKU>");
295
			accessoriesXMLSnippets.add(this.xmlIndentation[2] + "<ProductSKU>" + entityId + "</ProductSKU>");
296
			accessoriesXMLSnippets.add(this.xmlIndentation[2] + "<ProductName>" + title + "</ProductName>");
296
			accessoriesXMLSnippets.add(this.xmlIndentation[2] + "<ProductName>" + StringEscapeUtils.escapeXml(title) + "</ProductName>");
297
			accessoriesXMLSnippets.add(this.xmlIndentation[2] + "<ProductURL>" + url + "</ProductURL>");
297
			accessoriesXMLSnippets.add(this.xmlIndentation[2] + "<ProductURL>" + url + "</ProductURL>");
298
			accessoriesXMLSnippets.add(this.xmlIndentation[2] + "<ProductPrice>" + getMinPrice(items) + "</ProductPrice>");
298
			accessoriesXMLSnippets.add(this.xmlIndentation[2] + "<ProductPrice>" + getMinPrice(items) + "</ProductPrice>");
299
			accessoriesXMLSnippets.add(this.xmlIndentation[2] + "<ProductMRP>" + getMinMRP(items) + "</ProductMRP>");
299
			accessoriesXMLSnippets.add(this.xmlIndentation[2] + "<ProductMRP>" + getMinMRP(items) + "</ProductMRP>");
300
			
300
			
301
			LogisticsInfo logisticsInfo = null;
301
			LogisticsInfo logisticsInfo = null;