3. Define Store Currencies
Last updated
Was this helpful?
Last updated
Was this helpful?
In addition to language settings, it is essential to configure the currencies your project will support. By default, the system is configured to use the Turkish Lira (try
). If you wish to use a different currency, follow the steps below to ensure proper setup.
AVAILABLE_CURRENCIES
]To use a currency other than the default, it must first be added to the system via the AVAILABLE_CURRENCIES
dynamic setting.
Navigate to Omnitron > Sales Channels > Sales Channel Settings > Dynamic Settings.
Locate the AVAILABLE_CURRENCIES
setting.
Click on the + Add Field button.
From the dropdown menu, select the currency (e.g., usd
, eur
, etc.) you want to enable.
Click Save to apply the change.
⚠️ If a currency is not defined in AVAILABLE_CURRENCIES
, attempting to use it in the next step as the default currency will result in an error.
DEFAULT_CURRENCY
]After defining the available currencies, you must designate one of them as the default currency.
In the same location (Omnitron > Sales Channels > Sales Channel Settings > Dynamic Settings), locate the DEFAULT_CURRENCY
setting.
In the Value field, enter the code of the currency you previously added via AVAILABLE_CURRENCIES
.
Click Save.