Release Notes / Version 10.2107
Table Of ContentsMarketing Spot Support via Commerce Adapter
Marketing Spots are now supported via Commerce Hub
Follow Section, “Marketing Spot Support via Commerce Adapter” for upgrade information.
(CMS-16641)
Parameter 'siteId' was removed from MappedCatalogsProvider's methods
The parameter
siteId
was removed from the methods of
com.coremedia.blueprint.base.livecontext.ecommerce.common.MappedCatalogsProvider
as the site ID is a mandatory field of the
com.coremedia.livecontext.ecommerce.common.StoreContext
.
(CMS-14573)
Preview URLs for Augmented Categories and Products
Preview URLs for Augmented Categories and Products have been fixed so that preview parameters such as timetravel data or personas are correctly transformed into preview URLs, e.g. by enconding into preview tokens.
The
PreviewUrlService
methods
getCategoryUrl
and
getProductUrl
have been changed so that the
StoreContext
is added as parameter like in the other
getXYZUrl
methods.
(CMS-16731)