Operate > WebSphere Commerce Accelerator > Business relationship management > Create reseller relationships: an overview > Creating stores


Enable custom fulfillment center creation in the Store Creation Wizard

A fulfillment center is automatically created by default using the store name as the fulfillment center name. You can modify the Store Creation Wizard to create and name custom fulfillment centers.


Procedure

  1. Edit...

    • WC_INSTALL/xml/tools/contract/StoreCreationWizard.xml

    • workspace_dir/wc/xml/tools/contract/StoreCreationWizard.xml

  2. Locate the following snippet:

    <!-- REMOVE THIS LINE TO ADD THE FULFILLMENT PAGE INTO THE STORE CREATION WIZARD
    <panel name="fulfillmentPanel"
    url="/webapp/wcs/tools/servlet/SCWFulfillmentView"
    parameters="fromAccelerator"
    helpKey="SCW.contract.Fulfillment.Help" /> REMOVE THIS LINE TO ADD THE FULFILLMENT PAGE INTO THE STORE CREATION WIZARD -->
    

  3. Remove the lines indicated in the snippet to uncomment the code defining the fulfillment panel.

    The resulting snippet should look like the following:

    <panel name="fulfillmentPanel"
    url="/webapp/wcs/tools/servlet/SCWFulfillmentView"
    parameters="fromAccelerator"
    helpKey="SCW.contract.Fulfillment.Help" />
    

  4. Save and close the file.

  5. Restart the servers.


+

Search Tips   |   Advanced Search