Feature Pack 6 or later

Disabling store-specific inventory tracking

In this lesson, you configure the site to not do store-specific inventory tracking.

Procedure

  1. Go to the following directory. You must create this directory if it does not exist.
    • o WCDE_installdir\workspace\WC\xml\config\com.ibm.commerce.catalog-ext
  2. Open the wc-component.xml file for editing. You must create this file if it does not exist.
  3. Copy the following snippet into the file:
    
    <_config:DevelopmentComponentConfiguration
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.ibm.com/xmlns/prod/commerce/foundation/config ../xsd/wc-component.xsd "
    xmlns:_config="http://www.ibm.com/xmlns/prod/commerce/foundation/config">
    <_config:extendedconfiguration>
    <_config:configgrouping name="SearchConfiguration">
    <!--
    ConvertPhysicalStoreToFulfillmentCenter
    
    This flag controls whether or not the identifier passed in through _wcf.search.store parameter
    is a store location identifier and should be converted into a fulfillment center identifier to be used
    with the inventory search index. For example, set this option to "true" when used with non-ATP inventory
    model, or set this option to "false" when used with DOM inventory model.
    -->
    <_config:property name="ConvertPhysicalStoreToFulfillmentCenter" value="false" />
    </_config:configgrouping>
    </_config:extendedconfiguration>
    </_config:DevelopmentComponentConfiguration> 
    
  4. Save your changes and close the file.