Advanced orders Creating price override reason code assets

You can define the price override reason codes that your store supports in the following way:

To create price override reason code assets in an XML file:

  1. Create an XML file that follows the wcs.dtd file. The DTD file is located in the following directory:
  2. 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" /> 
    

Feedback