AWI-104495 • 04-Mar-2025 • Bug
Description The Stripe Checkout API expects the value in the smallest currency unit to be an integer. Under the assumption that money values are always represented with decimal places from the used currency, the implementation converted the data by moving the decimal point and interpreting it as integer
Y31358 • 25-Feb-2025 • Cookbooks • ICM 7.10, ICM 11, Intershop Commerce Platform, ICM 12
Table of Contents Introduction Features Recipe: Log in to New Relic as External User Recipe: Understanding User Access and Capabilities in New Relic Recipe: Understanding the New Relic UI Recipe: Troubleshooting - Missing Kubernetes Data in New Relic Recipe: Analyzing Log Files in New Relic Recipe:
3C1357 • 26-Feb-2025 • References • ICM 7.10, ICM 11, Intershop Commerce Platform, ICM 12
Table of Contents Introduction Dropped Data Introduction After log event data is sent to New Relic, it can either be stored in the New Relic database or dropped (discarded). Drop filter rules serve to accomplish several important purposes: Storing only the relevant logs Protect privacy and security
3135H6 • 10-Apr-2025 • Guidelines • ICM 7.10, ICM 11, ICM 12
Table of Contents Introduction References Business Process Monitoring Features Obtaining Business Process Monitoring Exploring the Business Process Monitoring Data Dashboard Structure AKS Solr or Solr Cloud VM Page ICM: Orders & Products Page ICM: Job Logs ICM 11+ Job Logs ICM 7.10 Job Logs Alerting
AWI-104417 • 11-Mar-2025 • Bug
Description Requests to the policy enforcer that contain an encoded % character and that should be directed directly to the sparque desk (prefix /sparque/) generate a 500 error from the policy enforcer. Such requests are nor redirected to sparque desk. example: https://policy-enforcer.search.sparque
AWI-104383 • 01-Apr-2025 • Bug • ICM 7.10, Solr Cloud
Description When search index builds or other locking processes are in progress there is currently a message at the backoffice page: "Currently search index operations..." but the index configurations are editable. This can cause inconsistencies at the synchronization of index configuration with the
3135D5 • 22-Apr-2025 • Guidelines • Intershop Progressive Web App
Configuration Additional chatflowConfig Variables Customize Chatbot Override Chatbot Styling handleToolCall Actions The Intershop PWA provides an integration with Intershop Copilot for Buyers. Official Intershop Documentation: Overview - Intershop Copilot for Buyers The Intershop Copilot system consists
AWI-104331 • 26-Feb-2025 • Bug
Description The PayPal connector uses one log file for all application servers. These leads to the problem, that Azure FileSystem get more or less corrupt. Please remove the connector specific logback configuration, so no log separate file is created. ... java.nio.file.NoSuchFileException: /intersho
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