on ‎2018 May 11 10:46 AM
Request clarification before answering.
Hi Sindhu,
To add catalog to promotion module do the following:
1. In Backoffice fo to System -> Types
2. Search for 'CatalogVersionToRuleEngineContextMapping'
3. Use the Search by Type button on the Administration tab
4. Here you can do another mapping of catalog to module
Hope that helps
Best regards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can do it via impex also. Here is the sample-
UPDATE CatalogVersionToRuleEngineContextMapping;context(name)[unique=true];catalogVersion(catalog(id),version)[unique=true]
;promotions-context;electronicsProductCatalog:Online
;promotions-preview-context;electronicsProductCatalog:Staged
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.