Changing the rounding method

Complete the following steps to change the rounding method:

  1. Use the following line in a mass loadable file:
    <curformat storeent_id="-1" setccurr="USD"
    roundingmultiple="5" roundingmethod="T"
    decimalplaces="2" numbrusg_id="-3"/>
    

    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.
    roundingmultiple
    is the number of units to which amounts are rounded.
    roundingmethod
    indicates whether to round amounts (R) or to truncate amounts (T).
    decimalplaces
    is the number of decimal places for currency values.
    numbrusg_id
    is the ID of the number usage.
  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