AWI-84180 • 22-Mar-2023 • Bug • IOM 4.5
Description The enum ObjectTypeDefDO is referenced in ShopPropertyObjectConfigurationDO and miss the shippingBucket Actual Behavior Expected Behavior ObjectTypeDefDO should contain all objects implementing PropertyOwner, as it can be used for customisation. see https://intershop.atlassian.net/wiki/s
AWI-84148 • 05-Jun-2024 • Bug • ICM 7.10
Description You will receive an error when deleting a backoffice user via DELETE import when it is assigned as Account Manager to a Business Customer. Steps to Repeat Login to inSPIRED Create a new backoffice user (organization -> Users) add the necessary privileges so it can be assigned as account manager
AWI-84138 • 24-Apr-2023 • Bug • ICM 7.10, ICM 11
Description In Master backoffice the search-index-attribute-detail configuration hides some properties of an indexed-attribute, e.g. the "Searchable" flag (checkbox). These "hidden" attributes are only configurable in channel backoffice. However, the Master config is stored in a "ISH-Config.xml" file
AWI-84126 • 05-Jun-2023 • Bug • IOM 4.4
Description method: PaymentNotificationPersistenceBean.getQuantityCaptured() Exception: jakarta.ejb.EJBTransactionRolledbackException: Could not resolve NativeQuery parameter type : `org.hibernate.query.internal.QueryParameterNamedImpl@5bcbbeac` : jakarta.ejb.EJBTransactionRolledbackException: Could
AWI-84092 • 05-Jun-2023 • Bug • IOM 4.4
Description There is a primary key on admin.migration_log(logtime), that prevent to register 2 distinct scripts within a same millisecond. This can cause the db migration to fail. Expected Behavior include the script name in the primary key. have the script for this modification be performed before other
AWI-84053 • 14-Apr-2023 • Bug • ICM 7.10, ICM 11
Description The dynamic category assignments of shared products without a derived product are not indexed into the search index. As a result the REST API is also affected. See the following REST call: /categories/TEST/products?attrs=sku&amount=9&offset=0&productFilter=fallback_searchquerydefinition the
307P77 • 12-May-2023 • Wireframes • Intershop Progressive Web App
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
AWI-84002 • 31-Mar-2025 • Bug • ICM 7.10
Description When using NetBasedCalculation_V3 or GrossBasedCalculation_V3 in combination with promotions expected to reduce the order total to 0.00, a minor rounding discrepancy may occur. This can result in small non-zero values for the total net value (in the case of gross-based calculations), total
AWI-83977 • 14-Jun-2024 • Bug • ICM 7.10
Description Migration from ICM 7.10.26.12 to 7.10.38.14. The database migration runs successfully but the error log contains some errors of type "ORA-02443: Cannot drop constraint - nonexistent constraint " for the pricing tables: Line 6: ALTER TABLE PRICEDEFINITIONPRODUC$2 DROP CONSTRAINT SYS_C0049718
L30773 • 28-Mar-2025 • Guidelines • Intershop Progressive Web App
Stick to General Unit Testing Rules Single Responsibility Test Functionality - Not Implementation Do not Comment out Tests Always Test the Initial State of a Service/Component/Module/... Do not Test the Obvious Make Stronger Assertions Do not Meddle with the Framework Assure Readability of Tests Stick