Description Description: Actual behavior: Cart and shipping calculation is invoked several several times over just re-browsing through the cart and checkout pages without a single change. Going from Cart -> Address (calculation is called 2 times), Address -> Shipping Page (2 times). Can chained pipeline
IS-25872 • 28-Apr-2023 • Bug • ICM 7.10, ICM 11, Responsive Starter Store
Description The query GetCategoriesByParentWithFilters.query is not yet ready for MSSQL. Acceptance criteria The existing query test works successfully for Oracle and MSSQL. Steps to Repeat The query GetCategoriesByParentWithFilters.query is not yet ready for MSSQL. Acceptance criteria The existing query
IS-25865 • 13-Sep-2023 • Bug • ICM 7.10, ICM 11
Description The CaptchaAuthenticationProvider currently expects multiple key value pairs to be sent with a request with captcha authentication. That's because the old reCAPTCHA had two parameters you had to sent with the request (recaptcha_challenge_field, recaptcha_response_field). However, the new
IS-25866 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description Description: The customer tries to update e.g. localized category names by importing changes with update mode in master. The data changes in master, but not in channels the catalog is shared to. The same works when one manually update the name in master - BO. Steps to repeat: 1. Import the
IS-25859 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description The stored procedure UUID$create_uuid is now an function. Statement CREATE OR ALTER FUNCTION [dbo].[UUID$create_uuid]() will be rejected by the database because a stored procedure with this name already exists. Steps to Repeat The stored procedure UUID$create_uuid is now an function. Statement
IS-25855 • 13-Sep-2023 • Bug • ICM 7.10, ICM 11
Description The test RemoveLineItemFromBasketTest (bc_basket_test) needs a rework. This test is run as an embedded server test. However, it also uses lots of mock objects. This causes issues e. g. if a product mock is used in conjunction with a ProductMgr (which is not mocked and can therefore not be
IS-25854 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description Description: The method getSubCategories(final User user, final Domain organizationOwningDomain, final Boolean online) in ORMCatalogCategoryBOImpl, returns the SubCategories considering catalog filters (and therefore also user->usergroup assignments). At the first call the subcategories-result
IS-25841 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description Steps To Repeat call a filters REST request with a selection of a specific filter value: the following PipelineExecutionException occurs [2019-01-08 16:56:50.163 +0100] ERROR localhost ES1 appserver0 [inSPIRED-inTRONICS-Site] [-] com.intershop.component.rest.internal.pipeline.PipelineHandlerImpl
IS-25833 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description Description: When changing the customer password in "My Account" and entering a wrong "Current Password", the wrong error field is marked and the error message does not really indicate the actual problem. Steps to repeat: 1) Open Home / My Account / Profile Settings / Edit Password 2) Try
IS-25817 • 28-Apr-2023 • Bug • ICM 7.10, ICM 11, Responsive Starter Store
Description Current Behavior search exclusions (search term and "-") are ignored in simple search Expected Behavior search exclusions work Steps to Repeat Master Catalogs > Products search for canon -cartridge => search results contain "cartridge" Notes same behavior if only one term is excluded - then
IS-25816 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description Description: During deletion of an attribute in a product attribute group, the pagination is reset to page 1 instead of remaining on the selected page. Steps to repeat: 1) in inSPIRED Back Office go to Master Catalogs > Product Attribute Groups > Product Detail Attributes - Attributes 2)
IS-25805 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Download TechTalk Q4 [PDF - 248 KB] ENFDEVDOC doc_access_contract doc_status_final doc_type_techtalk 11 4fc13c434aee44c6a973aefb1573e260 ConfluenceCloud 1870352080 /spaces/ENFDEVDOC/pages/1870352080 1844226834
28960V • 03-Mar-2020 • TechTalk Newsletter
Description Following error message is responded by the Basket REST API v1 if a client tries to add a retail set to the basket: {"errors":[{"causes":[{"code":"basket.line_item.add.error.cause.ProductIsARetailSet"}],"code":"basket.line_item.add.error","message":"L’article n’a pas pu être ajoutéà votre
IS-25803 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description Description: Customer notices a degradation of basket calculation after some server runtime. At the beginning, after the server start the calculation is fast but later becomes slow. When this happens they see heaps of queries for REBATEFILTEROBJECTASSIGNMENT at every new basket calculation
IS-25800 • 13-Sep-2023 • Bug • ICM 7.10, ICM 11
Description The staging should be possible for MSSQL. Actually, there is one failure: [2019-01-03 09:59:08.045 +0100] Failure: xcs:Class30 SQLScriptPreparer [resources/xcs/dbinit/scripts/spmainfile.ddl] The smallest possible way to reproduce the problem is with an sql-statement like this: select * from
IS-25790 • 13-Sep-2023 • Bug • ICM 7.10, ICM 11
Description Description: Actual behavior: A) The two templates listed below make a call getShippingMethodCost which in turn calls through sld_ch_b2c_base/src/main/java/com/intershop/sellside/appbase/b2c/internal/shipping/BasketEligibleShippingMethodBOImpl.java into the calculateShippingCharges() method
IS-25755 • 28-Apr-2023 • Bug • ICM 7.10, ICM 11, Responsive Starter Store
Description Description: Parallel ProcessProductPriceRefresh job executions will lead to ProductPriceChangeEventHandler thread exceptions Steps to repeat: Customer project having multiple channels with enabled ProcessProductPriceRefresh job for it's single channels. After price list imports these jobs
IS-25739 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description Description: The Re-Captcha 2 ReCaptchaVerificationService does not work if the system is placed behind a proxy server. The "ReCaptchaVerificationService.java" does the following: HttpClient client = HttpClientBuilder.create().build(); HttpPost request = new HttpPost(uri); A simple solution
IS-25725 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Description Description: The microservices blueprint project is outdated (see https://gitlab.intershop.de/intershop/Microservices/) Linked in: Concept - Service Registration and Discovery (6.1 Project Specific Microservices and Their Registration at Eureka): https://support.intershop.com/kb/index.php/Display/R28083
IS-25727 • 13-Sep-2023 • Bug • ICM 7.10, ICM 11
Description Description: Customer notices Could not UPDATE object exceptions on DerivedProductPO when committing a transaction during checkout like this: [2018-11-28 09:43:54.074 +0100] ERROR org.apache.catalina.core.ContainerBase.[Engine].[].[/].[default] [] [] [] [] "http-bio-10104-exec-11" Servlet
IS-25718 • 22-Mar-2023 • Bug • ICM 7.10, ICM 11
Showing 3841-3860 of 5292
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.