Page 1 of 1

[SOLVED] Order Currency

Posted: Sat Dec 02, 2017 1:12 am
by suki08
My website works with multi currency and put currency symbol instead of country code. Example USD 100 -> $100, AUD 100 -> $100

How do I know customer when make payment based on which country currency? From order page manage to get the currency symbol but not with currency title.

Any extension can support or solution can solve this?

Re: Order Currency

Posted: Sat Dec 02, 2017 2:36 am
by Johnathan
You'll either need to add the currency code to one of the symbols, or manually inspect the database. If you look in the "order" table, there is a "currency_code" column that lists the actual currency code.

If you're handy with PHP, or you don't mind hiring someone to pull the order currency_code into the actual admin view, then you could have it listed in the Sales > Orders > View area.

Re: Order Currency

Posted: Sat Dec 02, 2017 12:52 pm
by suki08
Hi Johnathan,

Add code at the backend and now showing admin view, thanks!