Description The PendingPaymentOrderCreationChain is skipped when the notification is processed before the callback. The issue is also present when implementing the NotificationRouting capability. Use cases: Callback completed before Notification Notification comes in before callback Notification only
AWI-91614 • 08-Feb-2024 • Issue • ICM 7.10, Responsive Starter Store
Description updates from solrj8.11.1 to 8.11.2 sets match version in solrconfig from 8.9.0 to 8.11.2 null Issue null Moved out of state Resolved Closed null Major AdoWorkItem 83270 Search Search Service Impl Products Products 0 Fixed in Commit 83122 Predecessor responsive/32.4.1 responsive/34.2.2 solrcloud/3
AWI-83270 • 22-May-2023 • Issue • Responsive Starter Store, Solr Cloud
Description Solr Index build creates a lot of "info" logs like: Solr API request ListAliases was successful Solr API request DynamicFields was successful added 500 documents to index, status:0 ... This logging is moved to debug level. null Issue null Moved out of state Resolved Closed null Major AdoWorkItem
AWI-78724 • 21-Jun-2023 • Issue • Solr Cloud
Description Steps to Repeat: Login SF inTRONICS Business as a user who is the main user of his company e.g bboldner@test.intershop.de Go to My Account -> Branding Click "Browse..."-Button Choose a picture, click "Open" and "Upload"-> it is shown correct Choose a xml/log/pdf/e.g-file click "Open" and
IS-23992 • 09-Feb-2024 • Issue • ICM 11, Responsive Starter Store
Description Staging fails after update to ICM 11.10.0 at table PRODUCT. Reason: Column BMECATALOGID has been introduced in 11.10.0. It is available in tables PRODUCT$1 and PRODUCT$2, but not in views PRODUCT$S and PRODUCT$X ! That's why the following staging statement fails: INSERT INTO PRODUCT$1 (.
AWI-95352 • 27-Mar-2024 • Bug
Description Assuming the settings intershop.authentication.expires.idtoken=50 intershop.authentication.expires.accesstoken=5 intershop.authentication.expires.refreshtoken=60 the PWA obvioulsy relies on the "expires_in", which is the expire time of the id_token. But, the relevant token for being logged
AWI-95303 • 27-Mar-2024 • Bug • ICM 7.10
Description The address doctor feature does not take effect when providing the necessary configurations in a YAML file for a Flux deployment. Steps to Repeat The following steps refer to our Azure project "issup" (https://dev.azure.com/ish-issup/issup/_git/issup): 1. Open the "Environments" repository
AWI-95296 • 27-Mar-2024 • Bug • Intershop Progressive Web App
Description When a large number of products are shared, from Master Repository into Channel, the unshare process can take several hours to complete. And afterwards products might still remain accessible in the channel. null Bug null Verified Closed null Major AdoWorkItem 95204 Products Products Product
AWI-95204 • 25-Mar-2024 • Bug
Description You can select retail sets as item inclusion for promotions but the promotion wont be triggered because the retail set uses an own sku and in the basket you will have products with a different sku Steps to Repeat on the inTRONICS channel create a new promotion in the discount rules tab create
AWI-95154 • 27-Mar-2024 • Bug • ICM 7.10
Description Importing a category with an empty name throws an error page and also creates a catalog without id/name. The catalog cannot be edited / deleted in the back office. Stacktrace: com.intershop.beehive.core.capi.pipeline.PipelineExecutionException: Exception occurred while executing pipelet 'UpdateProductType'
AWI-95099 • 20-Mar-2024 • Bug • ICM 7.10
Description Problem with Paypal connector 6.0.4 in ICM 7.10.38.29-LTS Use case: 4 different Paypal services for 4 different paypal accounts in the same channel. Which paypal account will be used by which customer is defined by the customer segment to which the customer belongs and that the service is
AWI-95038 • 26-Mar-2024 • Bug • PayPal
Description This might be a new bug introduced with the fix of #93998 steps to repeat: Configuration: no use of hierarchical stocks shop 1 bound to supplier 1 and supplier 2 BC files for supplier 1 only Create order with order approval (supplier 1) Check the evaluations in OrderSupplierEvaluationDO:
AWI-94949 • 15-Mar-2024 • Bug • IOM 4.7, IOM 5.0
Description The Scheduling section had a description text in an earlier version which can be seen in the SMC Online Help. It's not available anymore at least since 7.6 (no older demo server was available.) Furthermore the text for the section Site Management is missing as well. Actual Behavior The Schedules
AWI-94842 • 12-Mar-2024 • Bug
Description The customer reports the following to the topic OCI Punchout. His opinion is that the class PunchoutPricePlaceholderImpl and the line: price = punchoutConfigurationContext.getLineItem().getSingleBasePrice(); should be replaced with the discounted single base price e.g.: price = punchoutConfigurationContext
AWI-94831 • 20-Mar-2024 • Bug • ICM 7.10
Description Created URLs for "intershop.REST" static pages in PWA3 sitemaps are incorrect. Steps to Repeat 1. Open the file "domainsplittings.xml" under "<server>/share/system/config/cluster". 2. Add a valid domain splitting entry where the host name matches the host from the "intershop.WebServerSecureURL"
AWI-94830 • 12-Mar-2024 • Bug • ICM 7.10
Description Static pages of "intershop.REST" applications cannot be selected for sitemaps under the "Target" tab. Steps to Repeat 1. Open the ICM and switch to the "inTRONICS Business" channel. 2. Go to "Catalogs" > "Product Data Feeds" and click "New". 3. Enter a "Name" and "ID" and click on "Apply"
AWI-94822 • 25-Mar-2024 • Bug • Responsive Starter Store
Description A lot of error messages occur in case the connection between application server and database is broken. "Error while trying to send a heartbeat signal over a non-alive connection of JDBCSharedConnectionPool [currentPoolSize=15, maxPoolSize=20]." The non-alive connections will be removed and
AWI-94727 • 11-Mar-2024 • Bug • ICM 7.10
Description Configuration: shop 1 (supplier 1 and supplier 2) (Shop2SupplierDO are active) |_> shop 2 (supplier 1 and supplier 2) (allowParent=true) (Shop2SupplierDO are not active) |_> shop 3 (supplier 1 and supplier 2) (Shop2SupplierDO are active) product data and inventory A and N files for shop 1 and both supplier
AWI-94702 • 18-Mar-2024 • Bug • IOM 4.7, IOM 5.0
Description The edit environment faces the behavior that an update of index configuration (e.g. adding an attribute) does not lead to a touch / update of the related ish-config.xml in the channels site directory. However the lastSchemaUpdate.properties file IS updated in the same directory. The circumstances
AWI-94700 • 15-Mar-2024 • Bug • Solr Cloud
Description A null value in Shop2SupplierDO."allowParentStock" will cause a jpa error when loading the entity as the setter/attribute expects a primitive boolean. The database column should hence be defined as not null (it has already a default set to false). Otherwise such errors will be triggered:
AWI-94641 • 15-Mar-2024 • Bug • IOM 4.7, IOM 5.0
Showing 1-20 of 3177
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.