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