we are trying to change the currency symbol in the website by patching the Database table [EcomCurrencies] column [CurrencySymbol], but it didn't work.
When we click settings>ecom>internationalization>currencies>[select particular currency]
we are getting the correct output into chrome debug as the changed currency symbol as S$
but after this ajax request and again it changed to region info settings
This is the code block it changes to Region Info
it gets RegionInfo by passing the CultureinfoName and reset back to standard
and in the front end also new change is not affected.
Any workaround or any other method to change the currency symbol???