Develop > Controller layer > Application developer > Currency
Enable dual display of supported currencies
Complete the following steps to enable dual display of supported currencies:
Procedure
- Use the following line in a mass loadable file:
<curcvlist storeent_id="-1" currstr="USD" countervaluecurr="CAD" displayseq="1.0" />
Where:
Variable Meaning storeent_id The store or store group ID. currstr Three-character ISO 4217 currency code that represents the currency. This code must appear in the SETCCURR column of the SETCURR table.
countervaluecurr Three-character ISO 4217 currency code that represents the counter value currency. This code must appear in the SETCCURR column of the SETCURR table.
displayseq Number that indicates the order in which the counter value currency should be displayed. Specify in the DISPLAYSEQ column in the CURCVLIST table. Counter value currencies are displayed in ascending order based on this sequence.
- Load the data to the WebSphere Commerce database.
Related concepts
Related tasks
Enable euro currency support
Update registry components
Related reference
Euro currency guidelines
Dual display guidelines