Changing the currency symbol

Complete the following steps to change the currency symbol:

  1. Use the following line in a mass loadable file:
    <curfmtdesc storeent_id="-1" setccurr="FRF"
    language_id="&en_US;" numbrusg_id="-3"
    currencysymbol="F" />
    

    where:

    storeent_id
    is the store or store group ID.
    setccurr
    is the three-character ISO 4217 currency code representing the currency you want to format. This code must appear in the SETCCURR column of the SETCURR table.
    language_id
    is the language ID of the format record.
    numbrusg_id
    is the ID of the number usage.
    currencysymbol
    is the currency symbol for the currency you want to format.
  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