| Line 292... |
Line 292... |
| 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>" + StringEscapeUtils.escapeXml(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>" + StringEscapeUtils.escapeXml(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;
|
| 302 |
if(prod_client != null){
|
302 |
if(prod_client != null){
|