How to get the base currency symbol
-
I would like to pass the base currency symbol as a prop to a component. The function below is returning the currency code instead of the symbol.
core()->currencySymbol(core()->getBaseCurrencyCode());
Thanks.
-
I was able to get the currency symbol using the function below;
{{ core()->getCurrentCurrency()['symbol'] }}
-
@adebayoade said in How to get the base currency symbol:
{{ core()->getCurrentCurrency()['symbol'] }}
Hi there,
This code will work only if the currency symbol added by admin. -
Otherwise this will return the symbol from php format currency