Release Notes / Version 10.2107
Table Of ContentsFixed loading of custom Taglibs with FreeMarker
Fixed loading of custom Taglibs into FreeMarker from the classpath. Set System Property
org.freemarker.jsp.metaInfTldSources=classpath:.*"
and set the list of classpath taglib locations on the
FreeMarkerConfigurer
bean as follows:
freeMarkerConfigurer.getTaglibFactory().setClasspathTlds(tagLibLocations);
(CMS-17093)
Fixed the missing prices in the product teasers of AuroraESite German Site
Fixed the missing prices in the product teasers of AuroraESite German Homepage, by adding cm prices in the search result of CoreMedia product search profile
(CMS-16704)
Swatch Images
A small workaround for wrongly escaped product swatch image paths in WCS 9.0.1.4 (and potentially other minor versions) has been added to the workspace.
workspace/crs-web/WebContent/Widgets_801/com.ibm.commerce.store.widgets.PDP_DefiningAttributes/ext/DefiningAttributes_UI.jspf
replaces
%2F
with
/
in swatch image URLs. Otherwise they are not rendered correctly. This might not be needed in custom WCS9 projects.
(CMS-16045)