I have a challange where the products require multiple prices for multiple currency.
eg price field for GB £1 and then a second price field for Euro €1.19.
The client prefers to add these values manually rather than using conversion apis and tools,
what would be a good solution for this sort of challange
Thank you in advance
Surf
Magento allows to manage prices and currencies per website. You can enable it in admin configuration: Configuration > Catalog > Price > Catalog Price Scope
.
You could use the Currency Pricing system by Innoexts.
It's a module which allows you to manually set the price for each currency.