I'm using OroCommerce Community Edition which supports single organization and single currency according to the oro website and that is ok for me, just need have Euro as that only currency.
Seems like the oro docs about currency is mostly for Enterprise edition and I there is no currency settings per organization in OroCE , so I was able to change only System Configuration > General Setup > Currency
to Eur and that made weird results - order currency is Eur but product added as Usd and in order totals I have something like
Subtotal
EUR150.00
$150.00
Total
EUR150.00
$150.00
Probably the problem was in Default Price List for products which has both USD and Eur now (despite of OroCE should not support multitple currencies) and I didnt found how to remove USD from it. So I did fresh oro install, deleted that Default Price List and created new price list with Eur only, now it seems that I have only Eur for products and orders. But is it really all that need to do or maybe I missing something else? Searching for USD in db I found
SELECT * FROM oro_plist_curr_combined
id combined_price_list_id currency
1 1 USD
What is this table and why is it still contains USD?
If it possible, better reinstall application with base currency EUR. To do this you need to add currency: EUR
in the parameters.yml.