Description Outside of the shopping cart and mini cart, the gross prices for products can be incorrect for logged in customers in the PWA. This is the case for both the B2C and B2B storefronts. The desired scenario is that the "Price Type" of the products is set to "Net" and the "Price Display for Individual
AWI-81248 • 06-Apr-2023 • Bug • ICM 7.10, ICM 11
Description Currently missing subtotal discounted values are just set from the not-discounted values. They should respect promotions. Repro Steps Send an order containing only the undiscounted values for a subtotal and the discounted values will be set to the same value as the not discounted value. The
AWI-81158 • 22-Mar-2023 • Bug • IOM 4.4
Actual Behavior REST APIs (except Order and OMS REST Communication App) return HTTP 500 when getting OPTIONS Fixing the exception handling for OPTIONS requests reveals that responses for CORS preflights do not include headers as specified (https://fetch.spec.whatwg.org/#cors-protocol) null Bug null Verified
AWI-81146 • 19-Apr-2023 • Bug • IOM 4.5
Description Replicating a schema-changed (adding fields etc.) search indexes from edit to live. Customers changed specific attributes / fields on edit. Current error message: Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://localhost:8983/s
AWI-81125 • 27-Apr-2023 • Bug • Solr Cloud
Actual Behavior The invoice aggregation job is rather slow and gets issues with race conditions after a few minutes. Expected Behavior 1) better performance 2) runtime should be linear / only scale with the number of invoices to be generated 3) no race conditions / exceptions due to parallel processing
AWI-81093 • 05-Jun-2023 • Bug • IOM 4.3, IOM 4.4
Description Error when adding, removing or changing Solr synonyms in the ICM backoffice if many synonyms (>1000) were previously imported into the index. Error log: [2022-11-08 13:30:20.260 +0100] ERROR localhost ES1 appserver0 [My-Site] [Transaction] org.apache.solr.client.solrj.impl.BaseCloudSolrClient
AWI-81091 • 27-Apr-2023 • Bug • Solr Cloud
Steps to Repeat Create an order that stay in a status that not created any mails before. Actual Behavior Empty order mails tab is showing a warning, but all other tabs not. Expected Behavior Empty order mails tab is showing the same grey message as other tabs when empty, because there's nothing dangerous
AWI-81041 • 05-Jun-2023 • Bug
Description The customer complained about a very slow access for the first customer that logs in into their system after the server restart. We measured ~ 2 minutes on our pre live environment for the whole first login process.. We found that 80 sec of this time were taken up by select statements to
AWI-80977 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Actual Behavior Currently, unused values in PromotionLO are mapped to BigDecimal.ZERO. As theses values are API (null or a value) this affects projects checking for it. PromotionType.FIXED -> promotionDO.setPercentageValue(BigDecimal.ZERO) PromotionType.PERCENTAGE -> promotionDO.setFixedValue(BigDecimal
AWI-80980 • 05-Jun-2023 • Bug • IOM 4.4
Description If you configured a Max Code Redemption for promotions this can be tricked if you add some promotions while logged in then log out and add further promotions to a new basket. If you now login again the baskets will be merged and all promotions will be active, even if they are above the max
AWI-80931 • 22-May-2023 • Bug • ICM 7.10, ICM 11, Responsive Starter Store
Description When querying order-states via the REST API order, a NullpointerException is raised if a special order is contained in the result. Possibly related to #78970 The stacktrace extract is as follows (I'll attach a full one):Caused by: java.lang.NullPointerException at deployment.bakery.base-app-4
AWI-80908 • 16-Jan-2024 • Bug • IOM 4.4
Description When trying the POST /baskets endpoint in the Swagger UI, no Content-Type is set for Basket [1.2.0] (and v 1.3.0) Resource causing 415 "Unsupported Media Type". Steps to Repeat 1) login to SMC 2) go to Site Management > inSPIRED-inTRONICS_Business-Site 3) click "Open Swagger UI" REST API:
AWI-80878 • 21-Nov-2023 • Bug • ICM 7.10, ICM 11
Description The initial dump contains information about database user, which leads to an error if another database user is restoring the dump: {"tenant":"company-name","environment":"system-name","logHost":"iom","logVersion":"1.0","appName":"iom","appVersion":"4.3.0","logType":"script","timestamp":"
AWI-80870 • 05-Jun-2023 • Bug • IOM 4.3, IOM 4.4
Description Importing a category with a space in the name passes the validation step, but results in an IllegalArgumentException "domain name has invalid charaters". Stacktrace of the exception: [2022-11-04 10:55:01.144 +0100] ERROR localhost ES1 appserver0 [inSPIRED-Site] [inTRONICS] com.intershop.beehive
AWI-80857 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Actual Behavior When creating an order, e.g. using REST API, specifying only one of the gross or net (sub-)total prices, then the missing price will be calculated using a calculated effective tax rate. This is prone to rounding errors and should be replaced by summing up corresponding included sub-prices
AWI-80799 • 05-Jun-2023 • Bug • IOM 4.3, IOM 4.4
Description The customer that uses SAP Ariba as their procurement system sends prices in the following format 1,000.00 i.e. using commas as thousand-separators in the order injection cXML. This causes the order injection to fail. According to the cXML standard, commas can be used as thousand separators
AWI-80778 • 22-Mar-2023 • Bug • ICM 11
Table of Contents Introduction View and Edit Interactive Prototype Responsive Design Page Notes Widget Style Manager Feedback Wireframes Introduction The wireframes described here contain interaction designs for storefront pages. Elements and functionality of the Intershop Progressive Web App are displayed
3063T8 • 12-May-2023 • Wireframes • Intershop Progressive Web App
Description dbprepare throws warn message about "Skipping to change PRODUCTPRICECHANGEEVENT.LASTMODIFIED from NULL to NOT NULL because there are non-null-values present" Repro Steps - setup ICM 7.10.37.1 on SQL Server with db "migration" - staging type=none - execute dbprepare -classic - setup ICM 7
AWI-80719 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Table of Contents Introduction What's New? Features References Fixed Defects Documentation Breaking Changes Changes That Require More Recent ICM Versions Introduction Welcome to Intershop Progressive Web App 3.1. This public release note contains information about the latest features of the Intershop
306B32 • 26-Oct-2022 • Release Notes • Intershop Progressive Web App
Description Internal: The order total price do not have discounted prices REST model: In my understanding of the REST API model, it was possible to reflect order level discounts in the order total discounted prices. But in reality, these discounted prices are just ignored and will not be persisted. We
AWI-80642 • 22-Apr-2024 • Bug • IOM 4.1
Showing 2261-2280 of 5345
Home
Knowledge Base
Product Releases
Log on to continue
This Knowledge Base document is reserved for registered customers.
Log on with your Intershop Entra ID to continue.
Write an email to supportadmin@intershop.de if you experience login issues,
or if you want to register as customer.