通貨変換を追加または変更するには、WebSphere Commerce のローダー・ユーティリティーを使用できます。 追加または変更する通貨変換ごとに、以下のような行を使用します。
<curconvert curconvert_id="curconvert_id" storeent_id="store_entity_id" fromcurr="fromcurr" tocurr="tocurr" factor="conversion_factor" multiplyordivide="multiplyordivide" bidirectional="bidirectional" updatable="updatable"/>
新規 EMU 通貨を追加するには、以下のような行を使用します。
<curconvert curconvert_id="curconvert_id" storeent_id="store_entity_id" fromcurr="EUR" tocurr="tocurr" factor="conversion_factor" multiplyordivide="M" bidirectional="Y" updatable="N"/>
![]() |