Actual Behavior CleanupBatchProcesses and CleanUpImpexJobs is disabled in current version. Documentation only mentions CleanUpImpexJobs and Remove Outdated File Resources. null Bug null Verified Closed null Major AdoWorkItem 69986 SMC and Operations Products Products 0 Fixed in Commit 69856 Parent 70034
AWI-69986 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
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
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
299Z53 • 05-Oct-2021 • Wireframes • Intershop Progressive Web App
Table of Contents Introduction What's New? Features Compatibility References Fixed Defects Introduction Welcome to Intershop Progressive Web App 1.1. This public release note contains information about the latest features of the Intershop Progressive Web App. In addition, it serves as a quick reference
2995P0 • 21-Sep-2021 • Release Notes • Intershop Progressive Web App
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
Showing 2721-2740 of 5329
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.