Hello,
I want my store view to display Chinese currency, and my Admin Panel to show US currency. What settings do I need to change?
Hello @philip_seas
If you want to update the currency please go to below path and update Currency.
Log in to Magento Admin > Stores > Configuration > General > Currency Setup > Currency Options > set the Base Currency & Default Display Currency & Allowed Currencies as Chinese Yuan.
Note:
Please check the screenshot.
After changing the setting, Refresh the cache using Admin
Magento Admin > System > Cache Management > Select all and Refresh & submit.
OR
Refresh the cache using CLI
php bin/magento cache:flush php bin/magento cache:clean
Please let me know still you are facing the same issues.
If you got a proper solution, please Accept as Solution & Click Kudos.
Hello @philip_seas ,
You can find Interface Locale from admin to upper right corner admin dropdown have menu Account Setting
https://www.screencast.com/t/FVPcwDtURC5
Don't forget to clear cache.
--
If my answer is useful, please Accept as Solution & give Kudos