Adding supported currencies

Complete the following steps to add a new supported currency:

  1. Use the following line in a mass loadable file:
    <curlist storeent_id="-1"
    currstr="CAD" />
    

    where:

    storeent_id
    is your store or store group ID.
    currstr
    is 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.

Feedback