Search.../

currency

Gets a code representing the site's currency.

Description

The retrieved currency code corresponds to the currency that has been entered in the General Info section of your site's Dashboard.

The currency is used your site, apps (e.g. Wix Stores, Wix Bookings), and other Wix features.

Type:

stringRead Only

Was this helpful?

Get the site's currency

Copy Code
1import wixSiteFrontend from 'wix-site-frontend';
2
3// ...
4
5const currency = wixSiteFrontend.currency; // "USD"