AWI-76984 • 05-Jun-2024 • Bug • ICM 7.10
Description Assume you have two promotions: PromoA just works with a condition (1 product in basket) while PromoB requires a promotion code (but is using the same condition). PromoA is automatically added to the basket now the expectation is that PromoB can disable PromoA when the preference "Stop Lower
AWI-76974 • 13-Sep-2023 • Bug • ICM 7.10
Description The CommandLineClient (CLC) does not work via the linux command line on the application server VM. ./isclc.sh runjob -d SLDSystem -h localhost:8080 -j "Update Search Indexes" -l admin -p '!InterShop00!' 16:02:05.369 [main] DEBUG com.intershop.clc.CommandLineClient - CLC called with command
AWI-76966 • 05-Jun-2024 • Bug • ICM 7.10
Description The BO delete from channel application operation will consume lot of time due to amount of promotions assigned to application The related CleanupApplicationPromotionAssignments pipelet is running slow to remove PROMOTION_AA table records Steps to Repeat Customer project would like to delete
304F15 • 27-Jun-2022 • 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-76860 • 21-Nov-2023 • Bug • ICM 7.10, ICM 11
Description The order submission service fails during export. This seems to be due to a method call in DistributedBucketSurchargeBOImpl#getTaxes() (line 82), where LineItemCtnrCalculationResultView#getPLISurchargeTaxCostItems() is called. This call ultimately requires the the group prefix shipping.PLI_SURCHARGES
AWI-76831 • 24-Mar-2023 • Bug
Description The 1:n relation can exist for PaymentNotification of type Invoicing when using aggregated invoices. At least the DB view oms.transmissions_ov that is used for the transmission app is wrong in this point..must be fixed for transmission type: Invoice number. Only provided for Transmission
30N414 • 14-Sep-2022 • Release Notes • IOM 3.0, IOM 3.1, IOM 3.2, IOM 3.3, IOM 3.4, IOM 3.5, IOM 3.6, IOM 3.7, IOM 4.0, IOM 4.1, IOM 4.2, IOM 4.3, IOM 4.4, IOM 4.5, IOM 4.6, IOM 4.7, IOM 5.0, IOM 5.1
Table of Contents Introduction Dependency Version Information Glossary General Information New Features Default Value of dbaccount.image.tag Has Been Updated New Parameter jboss.javaOptsAppend Has Been Added Integrated Mailhog Has Been Updated Integrated NGINX Has Been Updated IOM Helm Templates Have
AWI-76788 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description The customer has noticed that if a Wishlist (so a productlist in the DB), contains a product that has been deleted, the FireViewProductListEvent pipelet throws a NullPointerException with no information other than the pipelet). [2022-05-13 08:05:33.762 +0000] ERROR vm-mid-p-live-app03 ES1
304M13 • 06-May-2025 • Support Articles • ICM 7.10
Table of Contents Introduction References Configuring an ISML Template for Customer CSV Import Checking Private and Business Customer XML Format Creating a Valid ISML Mapping Template for Private Customer CSV Import Phase 1 Phase 2 Header Data Container Customer Container Customer Data User Data Address
AWI-76748 • 22-Mar-2023 • Bug • IOM 4.2
Description The request for a manual credit note failed because the produced request is too long. In this case, there are 52 order positions, which results in a get request ~10.000 characters long. This is too much for the application server. The response acknowledges this with: Request-URI Too Long