Disable Intelligent sequencing and featured image features for Commerce Insights
We can make the product sequencing and featured image options unavailable to users in the Commerce Insights Store view. If product sequencing and featured image are unavailable, the Edit Content option does not appear in Store view.
Task info
To turn off product sequencing, disable the EnableProductDisplayConfiguration service.
Procedure
- Open WebSphere Commerce Developer and switch to the Enterprise Explorer view.
- Follow the steps in Changing properties in the component configuration file (wc-component.xml) to edit the contents of the wc-component.xml file.
- Set the value to false in the <_config:property name="EnableProductDisplayConfiguration"> line of the <_config:extendedconfiguration> section:
<_config:property name="EnableProductDisplayConfiguration" value="false" />
- Save the wc-component.xml file.
- Build a WCB deployable package that includes the wc-component.xml file. For more information see Building packages.
- Transfer the deployable package to the deployment drop server.
- Deploy the packages to the Search container using our CI/CD pipeline. For more information, see Building custom Docker images based on customization packages.
Results
The product sequencing and featured image options are no longer available.