You can define the price override reason codes that your store supports in the following way:
- In an XML file that will be loaded by the Loader package, or by the Publish wizard.
To create price override reason code assets in an XML file:
- Create an XML file that follows the wcs.dtd file. The DTD file is located in the following directory:
- WC_installdir/schema/xml
WCDE_installdir/schema/xml/
- Using the following example as your guide, define a price override reason code asset in your XML file in the PRCORSN and PRCORSNDSC tables:
<!-- Price Override Reasons --> <prcorsn prcorsn_id="1000" storeent_id="-1" markfordelete="0" code="000"/> <prcorsndsc prcorsn_id="1000" language_id="-1" description="Customer requested better price" />