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 wixSite from 'wix-site';23// ...45const currency = wixSite.currency; // "USD"