WebSphere Commerce Version 8.0.3.0 or later

Disabling Intelligent sequencing and featured image features for Commerce Insights

You can choose to 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.

Procedure

  1. In your WebSphere Commerce development environment, edit the Features.xml file to disable Edit Content for Store view in Watson Commerce Insights.
    1. Open WebSphere Commerce Developer and switch to the Enterprise Explorer view.
    2. Go to the following path:
      • WCDE_installdir\workspace\WC\xml\config\com.ibm.commerce.catalog-ext
    3. Open the Features.xml file.
    4. Remove the following entry:
      <wc:name>CategoryConfigurability</wc:name>
                <wc:version>1.0</wc:version>
      
    5. Save the file.
  2. Disable the EnableProductDisplayConfiguration service.
    1. Open WebSphere Commerce Developer and switch to the Enterprise Explorer view.
    2. Go to the following path:
      • WCDE_installdir\workspace\Search\xml\config\com.ibm.commerce.catalog-ext
    3. Open the wc-component.xml file:
    4. Set the value to false in the <_config:property name="EnableProductDisplayConfiguration"> line of the <_config:extendedconfiguration> section:
      <_config:property name="EnableProductDisplayConfiguration" value="false" />
    5. Save the wc-component.xml file.
  3. Restart your search server for the changes to take effect.
  4. Restart your WebSphere Commerce servers.

Results

The product sequencing and featured image options are no longer available.