Guidelines
28-Mar-2025 • 3Z0831 • Table Of Contents Code Integrity Dependencies Code Formatting Unit Testing UI Testing Lighthouse Testing Performance Checks Accessibility Checks Testing Server-Side Rendering Static Code Analysis This section provides an overview of required continuous integration steps to verify the validity of code
Guidelines
28-Mar-2025 • 308E30 • Table Of Contents JSDoc Tags Document Only When Needed! The JSDoc comment format is used for general information. Examples for the comment styling pattern can be found here: TypeDoc - DocComments. Use this format to describe components, modules, etc., but also methods, inputs, variables and so on. Example
Guidelines
28-Mar-2025 • 30X829 • Table Of Contents Configuring ESLint Custom ESLint Rules The PWA uses ESLint for static code analysis and to enforce best practices. In order to use ESLint with Angular, we use the typescript-eslint and angular-eslint packages extensively. The PWA's ruleset is configured in .eslintrc.json and includes
Guidelines
28-Mar-2025 • 308C28 • Table Of Contents Configuration Login Registration Token Lifetime Logout This document describes the authentication mechanism if punchout is used as identity provider. If you need an introduction to this topic, read the Authentication Concept first. Configuration The PWA must be configured in a specific
Guidelines
28-Mar-2025 • T30827 • Table Of Contents When to Write Cypress Tests? Rules for Developing Cypress Tests Always Stick to Small Scope Pay Respect to Individuality Do not Reinvent the Wheel Stick to the PageObject Pattern Debugging Flaky Cypress Tests Further References When to Write Cypress Tests? With Angular most of the functionality
Concepts
05-Nov-2025 • 3082L6 • Table Of Contents Bootstrap Integration Assets Fonts Icons Optimization References The visual design (styling) and the interaction design (behavior) of the Intershop Progressive Web App is derived from the Responsive Starter Store with some changes (e.g., the header) to improve and modernize the customer
Overviews
05-Nov-2025 • 3E0825 • Developers Getting Started Architecture Concept - Software Architecture Concept - Project Structure Concept - State Management Guide - State Management Guide - Product Context Concept - CMS Integration Concept - Configuration Guide - Propagating Environment Variables Concept - Localization Concept -
Guidelines
28-Mar-2025 • 3C0823 • Table Of Contents Login Registration Token Lifetime Logout This document describes the main authentication mechanism if the ICM server is used as identity provider. If you need an introduction to this topic, read the Authentication Concept first. Login If the user wants to login by clicking a login link
Guidelines
28-Mar-2025 • 3L0822 • Table Of Contents SSO with Auth0 for PWA Business Cases Create New User User Forgot Password Further References Intershop Commerce Management supports logging in clients via SSO (see Concept - Single Sign-On (SSO)). The PWA uses the library angular-oauth2-oidc to support an easy configuration for providing
Guidelines
28-Mar-2025 • 3A0821 • Table Of Contents Mapping Incoming Rewritten ICM URLs to the PWA Mapping PWA URLs to Rewritten ICM URLs Further References If the ICM is set up with URL Rewriting, further modifications are required to run the deployment with the Hybrid Approach. The examples in this guide follow the default example
Concepts
28-Mar-2025 • V30820 • Table Of Contents Web App Manifest Service Worker In order to be a Progressive Web Application, the Intershop PWA implements some advanced concepts matching those criteria. Web App Manifest The Web App Manifest enables the PWA to be installable on home screens of mobile devices. The application is easily
Guidelines
21-Dec-2023 • 30D819 • The data models for server-side and client-side have to be separated, because the data sent by the server may change over iterations or may not be in the right format, while the client side shop data handling should be stable for a long time. Therefore, each service communicating with the Intershop REST
Concepts
28-Mar-2025 • 308V18 • Table Of Contents Server-Side Rendering (SSR) NGINX Logging to an External Device PWA (SSR with PM2) NGINX Further References Server-Side Rendering (SSR) The express.js image serving the Angular server-side rendering can be provisioned to log extended information to the console by supplying the environment
Guidelines
28-Mar-2025 • 30817Y • To enable Store Locator, add storeLocator to the feature list in your environment file. This will enable a page where users can search for stores based on a country, city and/or postal code. Google Maps Integration Store Locator provides an optional Google Maps integration using the Google Maps JavaScript
Guidelines
20-Mar-2024 • 30815Y • To enable user tracking and setting it up with Google Tag Manager, the popular library Angulartics2 is used. Note The standard Intershop PWA Google Tag Manager integration is very basic and currently only supports the tracking of route changes. Please refer to the angulartics2 documentation for information
Cookbooks
28-Nov-2025 • N30806 • Introduction Recipe: Configure the Order Export for the BI Data Hub Recipe: Add BI Dashboard to ICM Recipe: Create Report Based on Intershop Template Recipe: Adjust Reports Recipe: Download Default Report Templates from Intershop Recipe: Use BI Data Hub Data in Microsoft Fabric Introduction The BI Data
Support Articles
23-Aug-2023 • D30805 • Table of Contents Introduction Step by Step Introduction The deployment processes in ICM 7.10.38.21 lead to a failed migration preparer execution of ExecuteSQLScriptPreparer, resources/core/dbinit/scripts/sp_deleteProcesses, caused by an invalid stored procedure. Deployments, which require a DBMigrate
TechTalk Newsletter
11-Apr-2023 • 30804B • Download - TechTalk 1 2023 Stay informed by signing up for TechTalk here. ENFDEVDOC doc_access_contract doc_status_final doc_type_techtalk dev_doc 10 29933bbf284ff71419a1081216dd82ac ConfluenceCloud 48399024181 /spaces/ENFDEVDOC/pages/48399024181 1844226834
Guidelines
02-May-2023 • 3080G3 • Table of Contents Introduction Using Your Own Code Quality Service Introduction Intershop does not provide any code quality service as part of the Intershop development environment. However, it is possible for partners to include their own services and service configurations. Therefore, Intershop provides
Support Articles
23-Mar-2023 • 30798L • Table of Contents Introduction Step by Step Introduction This document provides an instruction how to deploy an ICM environment without SolrCloud cartridges. Step by Step Remove SolrCloud cartridges from the project related ICM assembly file, e.g., \a_responsive\inspired-b2c\build.gradle assembly {