Description A customer wanted to build a method that returns all promotions that a suitable for a product. But it seems like GetProductPromotions ApplicablePromotions only returns promotions without promotion code. Repro Steps try{ PipelineCall pipelineCall = new PipelineCall("ProcessPromotion", "GetProductPromotions"
AWI-69985 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description When there are asian chars in the TargetURL of a redirect, generated by tag <ISRedirect> then in the resulting Location header the asian chars are lost, example Location: https://www.example.com:444/Computers/1835/wdb020-eco-w1- - -zid10649760 although it should be: Location: https://www
AWI-69943 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description There are multiple performance issues when handling large orders (e.g. 700-1000 items). So far these issues have been identified in a testorder with > 700 items: Order creation (REST) is slow -> 30s opening order details page in OMT --> 120s-180s Order history (REST) -> 30s RMA (REST) ->
AWI-69930 • 30-Sep-2021 • Bug • IOM 3.4, IOM 3.6
Description [No Description]Actual Behavior After switching from self-hosted to a managed postgres instance in Azure, import performance dropped significantly for *small* files. Example: on a local environment it takes about 300ms to import an inventory file with 2 products, on a managed instance small
AWI-69876 • 21-Oct-2021 • Bug • IOM 3.4, IOM 3.6
Description Order withh 1000 positions cannot be dispathed from the OMT : org.springframework.web.util.NestedServletException: Request processing failed; nested exception is java.lang.RuntimeException: io.undertow.util.ParameterLimitException: UT000047: The number of parameters exceeded the maximum of
AWI-69854 • 21-Oct-2021 • Bug • IOM 3.4, IOM 3.6
Repro Steps Define a custom order approval rule with a custom ApprovalTypeDefDO Create an order that triggers the approval condition ??? this is hard to reproduce - you have to "accept" the order approval in IOM backoffice and somehow make it crash (e.g. restart IOM pod) at the same time Order will be
AWI-69833 • 08-Dec-2021 • Bug • IOM 3.7
Repro Steps use ICM with SolrCloud 3 Adapter do some search index tasks (modify, rebuild search index) Actual Behavior Log files during regular use of SolrCloud contain several occurrences of these messages: 2021-09-07 08:01:03.523 WARN (coreLoadExecutor-23-thread-2-processing-n:xxxxxxxxxx:8983_solr)
AWI-69805 • 27-Apr-2023 • Bug • Solr Cloud
Description Error log contains message: <jmx> is no longer supported, use xyz instead. Apache: <jmx> element in solrconfig.xml is no longer supported. Equivalent functionality can be configured in solr.xml using <metrics><reporter ...> element and SolrJmxReporter implementation. Limited back-compatibility
AWI-69807 • 27-Apr-2023 • User Story • Solr Cloud
Description 2 Promotions cannot be applied to reduce the item price to 100% Repro Steps - Import the promotions (see the attached file) - Change for the promotion "5 EUR off on product computers when you buy cameras" the on tab "Discounts Rules" the configured action to "Discount lowest price product
AWI-69797 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Repro Steps Open the inSPIRED demo store backoffice Go to the inTRONICS channel backoffice Marketing/Link Management Open one of the example short links and review the hints above the form fields Actual Behavior In the channel link management short links can be created/managed. The hint text in the short
AWI-69760 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description The "Show in Menu" attribute of a catalog is not transferred via REST API, when it is not set (value = "false"). Repro Steps Create a new catalog in ICM Uncheck "Show in Menu" Check PWA storefront Actual Behavior Currently "Show in Menu" attribute of a catalog is not transferred via REST
AWI-69716 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description Using the Pipelet "GetAccessibleCatalogBOs" floods the warn-log with: [2021-09-02 07:59:40.177 +0200] WARN testapp ES1 appserver1 [] [] com.intershop.beehive.orm.internal.query.QueryResult [] [] [] [] "Finalizer" Closing query result via finalize method. java.lang.Throwable: Stack trace on
AWI-69705 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description When changing or removing the URLPrefix appserver.properties: - intershop.urlmapping.urlPrefix=/INTERSHOP + intershop.urlmapping.urlPrefix=/INTERSHOPTest or + intershop.urlmapping.urlPrefix= The Swagger UI does not work anymore due to a missing oapi.info REST resource file: GET https://l
AWI-69683 • 13-Sep-2023 • Bug • ICM 7.10, ICM 11
Description As a Customer, I want to quickly access the PWA contents, so that I don't have to wait until I see the requested information. release-icm-7.10.36 null User Story null Acceptance tests pass Closed coop;sharkninja Critical AdoWorkItem 69644 Products Products Organization Management 0 Fixed
AWI-69644 • 30-Jun-2022 • User Story • ICM 7.10, ICM 11
Actual Behavior Beside this, also "ShippingBucketComposerImpl::composeShippingBuckets()" uses the method "lineItemCtnr.createIndependentProductLineItemsIterator()" instead of "lineItemCtnr.createIndependentProductLineItemsOrderedByPositionIterator". So the sorting of the result is random instead of position
AWI-69614 • 21-Nov-2023 • Bug • ICM 7.10, ICM 11
Description In some cases of an error the response body shows internal information of the error occured. Repro Steps create a Basket change the Basket quantity to an invalid value (like "1%,") using the REST endpoint: "https://{IP_PORT}/INTERSHOP/rest/WFS/inSPIRED-inTRONICS-Site/-/baskets/{basketID}/items/{LineItem}"
AWI-69570 • 04-Nov-2021 • Bug • ICM 7.10
Description The order history (my account) gets very slow when there are more and more orders. In our case 17 orders led to a 6s load time. ICM 7.10.30.2 / IOMConnector 6.5.1/2 We use the RSS Repro Steps Have an account with roughly 20 orders and navigate to the order history. Observe long loading times
AWI-69572 • 22-Mar-2023 • Bug • IOM Connector
Description Description: lower case in Order List should be adjusted. inSPIRED > Orders > Order List Steps to Repeat In the backoffice: Open inSPIRED > Orders > Order List Actual Behavior Description: lower case in Order List should be adjusted. Expected Behavior All items need to be in Sentence Case
AWI-69517 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11, IOM Connector
Repro Steps run test "IOM-64568-024: add a second charge to a bucket, then remove it and send a charge with the same id for the order sale" for the charges and "IOM-64568-019: successfully add, move position between shippingBuckets" for order positions Actual Behavior The order change process tries to
AWI-69384 • 21-Sep-2021 • Bug • IOM 3.6
Actual Behavior imports in batch mode fail in case the import file contains replacements. null Bug null Verified Closed null Major AdoWorkItem 69388 Product and Catalog Products Products Import Export 0 Fixed in Commit 63370 Parent 72264 Related as/11.0.4 as/11.0.5 b2c/7.10.26.17-lts b2c/7.10.32.6-lts
AWI-69388 • 13-Sep-2023 • Bug • ICM 7.10, ICM 11
Showing 841-860 of 3218
The Intershop Knowledge Portal uses only technically necessary cookies. We do not track visitors or have visitors tracked by 3rd parties. Please find further information on privacy in the Intershop Privacy Policy and Legal Notice.
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.