Subversion Repositories SmartDukaan

Rev

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

Rev 3719 Rev 3929
Line 113... Line 113...
113
			
113
			
114
			String title = getProductTitle(firstItem);
114
			String title = getProductTitle(firstItem);
115
			irDataXMLSnippets.add(this.xmlIndentation[2] + "<ProductName>" + title + "</ProductName>");
115
			irDataXMLSnippets.add(this.xmlIndentation[2] + "<ProductName>" + title + "</ProductName>");
116
 
116
 
117
			String url = getProductURL(entityId, firstItem);
117
			String url = getProductURL(entityId, firstItem);
118
			
118
						
119
			String imageUrl = "http://static" + ((entityId+1)%3) + ".saholic.com" + File.separator + "images" + File.separator + entityId + File.separator + "icon.jpg";    
119
			String imageUrl = "http://static" + ((entityId+1)%3) + ".saholic.com" + File.separator + "images" + File.separator +
-
 
120
			                  "website" + File.separator + entityId + File.separator + "icon.jpg";
120
			
121
 
121
			irDataXMLSnippets.add(this.xmlIndentation[2] + "<ProductURL>" + url + "</ProductURL>");
122
			irDataXMLSnippets.add(this.xmlIndentation[2] + "<ProductURL>" + url + "</ProductURL>");
122
 
123
 
123
			
124
			
124
			irDataXMLSnippets.add(this.xmlIndentation[2] + "<ProductPrice>" + getMinPrice(items) + "</ProductPrice>");
125
			irDataXMLSnippets.add(this.xmlIndentation[2] + "<ProductPrice>" + getMinPrice(items) + "</ProductPrice>");
125
			
126