setCurrencies( )


Sets the list of currencies that the site will support.

The setCurrencies() function sets the list of currencies that you want your site to support. This is a subset of the list of currencies supported by Wix as returned by getAllCurrencies(). The currencies set will be displayed in the currency conversion dropdown element. Selecting a currency from the dropdown on a store page will display the prices in the selected currency.

Method Declaration
Copy
Method Parameters
optionsArray<CurrencyCode>Required

Currencies to be supported by the site.

Was this helpful?
Yes
No