HCL Commerce Enterprise

Managing tax assets in an extended site asset store

You must manually configure HCL Commerce Accelerator to manage tax assets in an extended site asset store.

Procedure

  1. Enable the Change Tax menu item for asset store:
    1. Identify the required configuration file.
    2. Add the following section to the configuration file:
      <menuitem name="store"
                   enabled="true"
                   users="seller">
            <node name="changeTax"
                   url="$webapp_accelerator$NotebookView?XMLFile=taxation.taxEditor"
                        users="opMgr seller"/>
      </menuitem>
      If the store menu item is already present, simply add:
      <node name="changeTax"
             url="$webapp_accelerator$NotebookView?XMLFile=taxation.taxEditor"
                        users="opMgr seller"/>
      
  2. Determine the languages supported by the store using the following SQL statement:
    SELECT * FROM STORELANG WHERE STOREENT_ID=XXX
  3. Create a store address for any language that does not have a store address assigned to it in the STOREENTDS table.
  4. To create the tax assets in the fulfillment center, insert data into the SHPARRANGE table with store_id=@Asset_store_id and ffmcenter_id=@ffmcenter_id. The @ffmcenter_id is the fulfillment center ID used by the extended site asset store.
  5. Open the HCL Commerce Accelerator and select the Asset store. Click the Store menu and you should see Change Tax.