Hi everyone,
I'm installing OC for the United States area. I changed the Currency to the US Dollar in System > Settings > Local (tab) but next to them I have the Currency Rates Engine with the option European Central Bank Currency Converter. I have some questions:
- How works the Currency Rates Engine?
- Exist an equivalent of European Central Bank Currency Converter for the US Market?
- What others Currency Rate Engine options/extensions are for the US Market?
- What happen if I continue using the European Central Bank Currency Converter option?
--I know, to many questions XD. I hope you can help me with my doubts. Thank you for your time.
I'm installing OC for the United States area. I changed the Currency to the US Dollar in System > Settings > Local (tab) but next to them I have the Currency Rates Engine with the option European Central Bank Currency Converter. I have some questions:
- How works the Currency Rates Engine?
- Exist an equivalent of European Central Bank Currency Converter for the US Market?
- What others Currency Rate Engine options/extensions are for the US Market?
- What happen if I continue using the European Central Bank Currency Converter option?
--I know, to many questions XD. I hope you can help me with my doubts. Thank you for your time.
Attachments
Screen Shot 2024-05-16 at 12.25.10 PM.png (11.49 KiB) Viewed 999 times
Last edited by stanmx on Sat May 18, 2024 3:48 am, edited 1 time in total.
With Event Triggers.stanmx wrote: ↑Fri May 17, 2024 3:54 amHi everyone,
I'm installing OC for the United States area. I changed the Currency to the US Dollar in System > Settings > Local (tab) but next to them I have the Currency Rates Engine with the option European Central Bank Currency Converter. I have some questions:
- How works the Currency Rates Engine?
- Exist an equivalent of European Central Bank Currency Converter for the US Market?
- What others Currency Rate Engine options/extensions are for the US Market?
- What happen if I continue using the European Central Bank Currency Converter option?
--I know, to many questions XD. I hope you can help me with my doubts. Thank you for your time.
By setting your currency code, the default currency parameter gets captured during the Event and prioritizes with the one you will select from the currency settings - in this case - for the US.('admin_currency_add', 'Updates currencies when a new currency is added.', 'admin/model/localisation/currency/addCurrency/after', 'event/currency', 1),
('admin_currency_edit', 'Updates currencies when a currency is edited.', 'admin/model/localisation/currency/editCurrency/after', 'event/currency', 1),
('admin_currency_setting', 'Updates currencies when settings are saved.', 'admin/model/setting/setting/editSetting/after', 'event/currency', 1),
Note: I would suggest to use the latest code change from Github Opencart v4.1.0.0 or use a recent extension from the Marketplace, due to recent patching about the currency exchange calculations that used to have some bugs in the past.
The latest code change can be found here: https://github.com/opencart/opencart/bl ... cy/ecb.php .
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Thank you straightlight. I don't have really clear that Event Triggers, but I will check in detail very soon. Thank you!straightlight wrote: ↑Fri May 17, 2024 4:39 amWith Event Triggers.stanmx wrote: ↑Fri May 17, 2024 3:54 amHi everyone,
I'm installing OC for the United States area. I changed the Currency to the US Dollar in System > Settings > Local (tab) but next to them I have the Currency Rates Engine with the option European Central Bank Currency Converter. I have some questions:
- How works the Currency Rates Engine?
- Exist an equivalent of European Central Bank Currency Converter for the US Market?
- What others Currency Rate Engine options/extensions are for the US Market?
- What happen if I continue using the European Central Bank Currency Converter option?
--I know, to many questions XD. I hope you can help me with my doubts. Thank you for your time.
By setting your currency code, the default currency parameter gets captured during the Event and prioritizes with the one you will select from the currency settings - in this case - for the US.('admin_currency_add', 'Updates currencies when a new currency is added.', 'admin/model/localisation/currency/addCurrency/after', 'event/currency', 1),
('admin_currency_edit', 'Updates currencies when a currency is edited.', 'admin/model/localisation/currency/editCurrency/after', 'event/currency', 1),
('admin_currency_setting', 'Updates currencies when settings are saved.', 'admin/model/setting/setting/editSetting/after', 'event/currency', 1),
Note: I would suggest to use the latest code change from Github Opencart v4.1.0.0 or use a recent extension from the Marketplace, due to recent patching about the currency exchange calculations that used to have some bugs in the past.
The latest code change can be found here: https://github.com/opencart/opencart/bl ... cy/ecb.php .
In this case, you don't need to. You simply need to create a new default currency exchange option in your OC admin currencies and assign it to your admin settings as described from the Events description above.stanmx wrote: ↑Fri May 17, 2024 4:57 pmThank you straightlight. I don't have really clear that Event Triggers, but I will check in detail very soon. Thank you!straightlight wrote: ↑Fri May 17, 2024 4:39 amWith Event Triggers.stanmx wrote: ↑Fri May 17, 2024 3:54 amHi everyone,
I'm installing OC for the United States area. I changed the Currency to the US Dollar in System > Settings > Local (tab) but next to them I have the Currency Rates Engine with the option European Central Bank Currency Converter. I have some questions:
- How works the Currency Rates Engine?
- Exist an equivalent of European Central Bank Currency Converter for the US Market?
- What others Currency Rate Engine options/extensions are for the US Market?
- What happen if I continue using the European Central Bank Currency Converter option?
--I know, to many questions XD. I hope you can help me with my doubts. Thank you for your time.
By setting your currency code, the default currency parameter gets captured during the Event and prioritizes with the one you will select from the currency settings - in this case - for the US.('admin_currency_add', 'Updates currencies when a new currency is added.', 'admin/model/localisation/currency/addCurrency/after', 'event/currency', 1),
('admin_currency_edit', 'Updates currencies when a currency is edited.', 'admin/model/localisation/currency/editCurrency/after', 'event/currency', 1),
('admin_currency_setting', 'Updates currencies when settings are saved.', 'admin/model/setting/setting/editSetting/after', 'event/currency', 1),
Note: I would suggest to use the latest code change from Github Opencart v4.1.0.0 or use a recent extension from the Marketplace, due to recent patching about the currency exchange calculations that used to have some bugs in the past.
The latest code change can be found here: https://github.com/opencart/opencart/bl ... cy/ecb.php .
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
I have no idea why he's talking about Events.
Are you sure USD isn't already supported from the ECB?
UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk
That's because you didn't asked.paulfeakins wrote: ↑Fri May 17, 2024 11:46 pmI have no idea why he's talking about Events.
Are you sure USD isn't already supported from the ECB?
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Thank you straightlight, I have only one Currency in the Admin: USD Dollar by default. I think I will work with this and if I discover something else, comeback and ask. Thank you for the help.straightlight wrote: ↑Fri May 17, 2024 7:38 pmIn this case, you don't need to. You simply need to create a new default currency exchange option in your OC admin currencies and assign it to your admin settings as described from the Events description above.stanmx wrote: ↑Fri May 17, 2024 4:57 pmThank you straightlight. I don't have really clear that Event Triggers, but I will check in detail very soon. Thank you!straightlight wrote: ↑Fri May 17, 2024 4:39 am
With Event Triggers.
By setting your currency code, the default currency parameter gets captured during the Event and prioritizes with the one you will select from the currency settings - in this case - for the US.
Note: I would suggest to use the latest code change from Github Opencart v4.1.0.0 or use a recent extension from the Marketplace, due to recent patching about the currency exchange calculations that used to have some bugs in the past.
The latest code change can be found here: https://github.com/opencart/opencart/bl ... cy/ecb.php .
stanmx wrote: ↑Sat May 18, 2024 3:47 amThank you straightlight, I have only one Currency in the Admin: USD Dollar by default. I think I will work with this and if I discover something else, comeback and ask. Thank you for the help.straightlight wrote: ↑Fri May 17, 2024 7:38 pmIn this case, you don't need to. You simply need to create a new default currency exchange option in your OC admin currencies and assign it to your admin settings as described from the Events description above.
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Who is online
Users browsing this forum: No registered users and 5 guests