WebSphere Commerce Version 8.0.1.0

Disabling Manual sequencing and featured image features for Commerce Insights

You can choose to make the manual product sequencing and featured image options unavailable to users in the Commerce Insights Store view. If manual product sequencing and featured image are unavailable, the Edit Content option does not appear in Store view.

For more information about Manual product sequencing see, Changing the product sequencing with Manual sequencing. For more information about featured images, see Changing a featured image during product sequencing.

Procedure

  1. In your WebSphere Commerce development environment, edit the Features.xml file to disable Edit Content for Store view in 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.
    6. Deploy the customized file to the production environment.
  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.
    6. Deploy the customized file to the production environment.
  3. Restart your search server for the changes to take effect.
    For more information about restarting the search server, see Starting and stopping WebSphere Commerce Search.
  4. Restart your WebSphere Commerce servers.
    For more information about restarting WebSphere Commerce, see Starting and stopping WebSphere Commerce.

Results

The product sequencing and featured image options are not available in Watson Commerce Insights.