Complete the following steps to enable dual display of supported currencies:
- Use the following line in a mass loadable file:
<curcvlist storeent_id="-1" currstr="USD" countervaluecurr="CAD" displayseq="1.0" />
where:
- storeent_id
- is the store or store group ID.
- currstr
- is the three-character ISO 4217 currency code representing the currency. This code must appear in the SETCCURR column of the SETCURR table.
- countervaluecurr
- is the three-character ISO 4217 currency code representing the counter value currency. This code must appear in the SETCCURR column of the SETCURR table.
- displayseq
- is the number that indicates the presentation order of the counter value currency. Counter value currencies are displayed in ascending order based on the counter value display sequence specified in the DISPLAYSEQ column in the CURCVLIST table.
- 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.