Adding supported currencies

Complete the following steps to add a new supported currency.

Procedure

  1. use the following XML code in the XML file that you are loading into your target database:
    <curlist 
      storeent_id="-1" 
      currstr="CAD" 
    />

    Where:

    storeent_id
    The store or store group ID.
    currstr
    The three-character ISO 4217 currency code representing the supported currency. This code must appear in the SETCCURR column of the SETCURR table.
  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.