| Line 413... |
Line 413... |
| 413 |
props.put("displayAccessories", "FALSE" );
|
413 |
props.put("displayAccessories", "FALSE" );
|
| 414 |
displayAccessories = false;
|
414 |
displayAccessories = false;
|
| 415 |
}
|
415 |
}
|
| 416 |
|
416 |
|
| 417 |
props.put("categoryName", categoryName);
|
417 |
props.put("categoryName", categoryName);
|
| 418 |
props.put("hasAccessories", parentCategory.isComparable() ? "TRUE":"FALSE");
|
418 |
props.put("isComparable", parentCategory.isComparable() ? "true":"false");
|
| 419 |
props.put("compareCategory", parentCategory.isComparable() ? parentCategory.getLabel() : categoryName);
|
419 |
props.put("compareCategory", parentCategory.isComparable() ? parentCategory.getLabel() : categoryName);
|
| 420 |
props.put("categoryUrl", categoryName.replaceAll(SPACE, "-").toLowerCase() + "/" + category.getID());
|
420 |
props.put("categoryUrl", categoryName.replaceAll(SPACE, "-").toLowerCase() + "/" + category.getID());
|
| 421 |
String categoryUrl = categoryName.replaceAll(SPACE, "-").toLowerCase() + "/" + category.getID();
|
421 |
String categoryUrl = categoryName.replaceAll(SPACE, "-").toLowerCase() + "/" + category.getID();
|
| 422 |
|
422 |
|
| 423 |
String brandUrl = expEntity.getBrand().toLowerCase().replace(' ', '-');
|
423 |
String brandUrl = expEntity.getBrand().toLowerCase().replace(' ', '-');
|