| Line 331... |
Line 331... |
| 331 |
String pathName = domainPath.split("\\.")[0].split(":")[0];
|
331 |
String pathName = domainPath.split("\\.")[0].split(":")[0];
|
| 332 |
minPrice = priceInserter.insertPriceInHtml(items, entityId,
|
332 |
minPrice = priceInserter.insertPriceInHtml(items, entityId,
|
| 333 |
domainName, Utils.EXPORT_PATH + "html/entities-" + pathName + "/", null);
|
333 |
domainName, Utils.EXPORT_PATH + "html/entities-" + pathName + "/", null);
|
| 334 |
if(domainOnce){
|
334 |
if(domainOnce){
|
| 335 |
priceString.append("<field name=\"F_50002\">" + minPrice + "</field>");
|
335 |
priceString.append("<field name=\"F_50002\">" + minPrice + "</field>");
|
| 336 |
availabilityString.append("<field name=\"F_500028\">" + availability + "</field>");
|
336 |
availabilityString.append("<field name=\"F_50028\">" + availability + "</field>");
|
| 337 |
domainOnce = false;
|
337 |
domainOnce = false;
|
| 338 |
}
|
338 |
}
|
| 339 |
if(sources != null){
|
339 |
if(sources != null){
|
| 340 |
for (Source source : sources) {
|
340 |
for (Source source : sources) {
|
| 341 |
minPrice = priceInserter.insertPriceInHtml(items, entityId,
|
341 |
minPrice = priceInserter.insertPriceInHtml(items, entityId,
|