Development Documents
28-Mar-2025
Guide - Intershop PWA Extended Product Configurations with Tacton
Document Properties
Kbid
E29588
Added to KB
24-Aug-2020
Status
online
Product
Intershop Progressive Web App
Last Modified
28-Mar-2025
Public Access
everyone
Doc Type
Guidelines
Document Link
https://knowledge.intershop.com/kb/E29588

We integrated Tacton CPQ for handling complex product configuration scenarios.

The PWA uses the self-service API to interactively configure a product and submit a firm proposal to Tacton CPQ.

Setup

First, activate the feature toggle tacton.
You will also have to provide an endpoint and mapping configuration.
This can be done by defining it in Angular CLI environment files:

export const environment: Environment = {
  ...ENVIRONMENT_DEFAULTS,

  tacton: {
    selfService: {
      endPoint: '<tacton-endpoint>', // without '/self-service-api'
      apiKey: '<self-service API key>'
    },
    productMappings: {
      '<ICM-SKU>': '<tab-category>/<tacton-product-id>',
      ...
    }
  },
};

This configuration can also be supplied via environment variable TACTON as stringified JSON:

TACTON='{ "selfService": { "endPoint": "<tacton-endpoint>", "apiKey": "<self-service API key>" }, "productMappings": { "<ICM-SKU>": "<tab-category>/<tacton-product-id>", ... } }';

Product Mappings

Currently we only support product mappings via configuration.
In the future we will consider supporting specific custom attributes configurable via ICM back office.

Workflow

When encountering a configurable product, the PWA directs to the configuration page, where the product can be composed.
The PWA supports committing and un-committing various parameters with available UI elements.
When encountering configuration conflicts, the user is queried for accepting a given conflict resolution or discarding the last changes.
Upon completing the last step, the user can submit the configuration.
This creates a cart with required user attributes on the Tacton CPQ side and submits a Firm Proposal.

Further References

Disclaimer

The information provided in the Knowledge Base may not be applicable to all systems and situations. Intershop Communications will not be liable to any party for any direct or indirect damages resulting from the use of the Customer Support section of the Intershop Corporate Website, including, without limitation, any lost profits, business interruption, loss of programs or other data on your information handling system.

Home
Knowledge Base
User Manuals
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.