Adding or changing a currency conversion

Complete the following steps to add or change a currency conversion:

  1. For each currency conversion that you want to add or change, or to add a new EMU currency, update the CURCONVERT table:
  2. <curconvert curconvert_id="-21"
    storeent_id="-1" fromcurr="USD"
    tocurr="CAD" factor="1.26"
    multiplyordivide="M" bidirectional="Y"
    updatable="N"/>
    
  3. 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