AWI-104330 • 25-Mar-2025 • Bug
Description The wrapper refuses incoming urls when custom parameter values contain "+" or "%" once decoded. beside this, note that urls must always be valid. which require to : always encode % as %25 (path and query parameters) encode + as %2B (always in query parameters, recommended in the path) Example:
AWI-104220 • 26-Feb-2025 • Bug
Description We assume, that the second application server doesn't know about the changes of XML-CustomAttributes by the other server. Scenario: first application server is doing dbinit second application server is waiting for dbinit finish on first application server. after the first application is finished
KB0014557 • 06-Mar-2025 • Support Articles
Table of Contents Introduction Intershop Studio Download Options Download via Artifact Repository Server Download by Browsing Download with "wget" Command Introduction There are several ways to download the latest version of Intershop Studio. This article describes the most common ones. Intershop Studio
KB0014556 • 09-Apr-2025 • Support Articles
Table of Contents Introduction Database Preparer for Gift Cards Introduction Creating gift cards via ICM can be time-consuming. For this reason, ICM provides a database preparer. This article describes how to create gift cards using DBPrepare with the appropriate init preparer. Database Preparer for
AWI-104154 • 01-Apr-2025 • Bug • Solr Cloud
Description In general the autoCreateFields is not necessary as the schema is synchronized at each detected change of the search index configuration. But the update.autoCreateFields option in the configuration is used if there is an unrecognized field in documents that are sent to the Solr server. This
AWI-104142 • 04-Mar-2025 • Bug
Description The Payone API expects the value in the smallest currency unit as integer value in string representation. With the assumption, that the money values are always represented with decimal places from the used currency, the implementation converted the data by moving the decimal point and interpreting
3V1353 • 17-Feb-2025 • Release Notes • Intershop Studio
Introduction Releases Introduction These Intershop Studio versions are based on Eclipse 2024-12 (4.34.0), see Eclipse 2024-12 - New and Noteworthy. The newest version can be downloaded from the artifact repository: https://repository.cloud.intershop.com/ui/native/studio/com.intershop.studio/4.34.2/intershopstudio
KB0014553 • 03-Mar-2025 • Support Articles
Table of Contents Introduction Problem Solution Introduction The example below will help you define ICM-PWA setups to support multiple ICM channels. Problem ICM offers channels such as inTRONICS and inTRONICS_Business to supply data for PWA. A PWA SSR container is limited to handling requests from a
KB0014554 • 09-Apr-2025 • Support Articles
Table of Contents Introduction Database Preparers for Catalogs Introduction Creating and updating catalogs via ICM can be time-consuming. For this reason, ICM provides two database preparers. This article describes how to create and update catalogs using DBPrepare with the appropriate Init or Migrate
KB0014551 • 09-Apr-2025 • Support Articles
Table of Contents Introduction Database Preparers for Application Types Introduction Creating and updating application types via ICM can be time-consuming. For this reason, ICM provides two database preparers. This article describes how to create and update application types using DBPrepare with the