Samples > Sample stores > Extended Sites starter store > Set up the extended sites environment


Enable inventory tracking for Extended Sites

Reseller stores, supplier stores, and extended sites are created with the Availability To Promise (ATP) feature enabled but with inventory tracking disabled by default.

To enable inventory tracking for all Extended Sites that will be created using the Store Creation wizard:

  1. Edit...

    WC_INSTALL/xml/trading/xml/TemplateHostingContract.xml

  2. Locate the FulfillmentCenter element.

  3. Change the value of its inventoryopflags attribute from 14 to 0.

  4. Save the file.

To enable inventory tracking for a supplier store, reseller store, or extended site store that will be imported using an XML file from the WebSphere Commerce Accelerator:

  1. Open the XML file that defines the store in a text editor.

  2. Locate the FulfillmentCenter element.

  3. Change the value of its inventoryopflags attribute from 14 to 0.

  4. Save the file.

If the XML file does not contain a FulfillmentCenter element, no changes are necessary.

To enable inventory tracking for an supplier store, reseller store, or extended site store that has already been created:

  1. Execute the following SQL statement:

    UPDATE ffmcenter SET inventoryopflags='0' WHERE name ='
    name_of_store_fulfillment_center'
    

  2. Repeat step 1 for all the fulfillment centers of the store.


Previous topic: Publish a store archive using the Publish wizard


Next topic: Schedule a site-level job


Related concepts

Inventory

Fulfillment centers


Related tasks

Track product inventory

Schedule ATP-inventory jobs


+

Search Tips   |   Advanced Search