Multi Currency Feature #1358
Unanswered
josephelkhoury
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hi, If you still need to keep a reference, you can add a column that set the currency of the order. You need to be well organized to have that softly running. Hope that helps. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I'm thinking of using NexoPOS for my business but a key feature is missing and I'm considering extending the POS with a custom module.
We need multi currency payment as in our country we have a variable local currency rate and it keeps changing.
So what I was thinking of was to create a module that lets us add new currencies and set the rate (that can be modified at any time).
On checkout, when the user will pick the payment method (cash, card...etc), he should also pick the currency and the total will be reflected depending on the rate.
And he can settle in several currencies: cash payment in usd, cash payment in other currency ...etc
Can this be done using modules only or I need to update the core code?
I know that I need to add a table for currencies and a column for the currency identifier in order_payments but will also need to add the currency to reporting, sales, cash registers (we'll need 1 cash register per currency) ...etc
A module implementation could do all that?
Should I edit the entities classes?
Your advice is highly appreciated.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions