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.
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>", ... } }';
Currently we only support product mappings via configuration.
In the future we will consider supporting specific custom attributes configurable via ICM back office.
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.
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 Web site, including, without limitation, any lost profits, business interruption, loss of programs or other data on your information handling system.