Enabling dual display of supported currencies
Complete the following steps to enable dual display of supported currencies:
Procedure
- Use the following XML code in the XML file that you are
loading into your target database:
<curcvlist storeent_id="-1" currstr="USD" countervaluecurr="CAD" displayseq="1.0" />
Where:
Variable Meaning storeent_id
The store or store group ID. currstr
The three-character ISO 4217 currency code that represents the currency. This code must appear in the SETCCURR column of the SETCURR table. countervaluecurr
The 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
The number that indicates the order in which the counter value currency should be displayed. You specify this value in the DISPLAYSEQ column in the CURCVLIST table and counter value currencies are displayed in ascending order that is based on this sequence. - Load the data to the WebSphere Commerce database. See Loading the data to the WebSphere Commerce database.