Adding a customized currency code

Complete the following steps to add a customized currency code.

Procedure

  1. use the following XML code in the XML file that you are loading into your target database:
    <curfmtdesc
      storeent_id="-1" 
      setccurr="CAD"
      language_id="&en_US;" 
      numbrusg_id="-3"
      customizedcurrstr="foobit" 
    />
    

    Where:

    storeent_id
    The store or store group ID.
    setccurr
    The three-character ISO 4217 currency code representing the currency that you want to format. This code must appear in the SETCCURR column of the SETCURR table.
    language_id
    The language ID of the format record.
    numbrusg_id
    The ID of the number usage.
    customizedcurrstr
    The currency code that you want to display.
  2. Load the data to the WebSphere Commerce database. For instructions on how to load the data to the database, see Loading the data to the WebSphere Commerce database.