- Issue created by @sakonn
I am using this module with multicurrency / multilanguage eshop. Every language has separate domain, so domain is used for language negotiation. The currency is resolved only based on language. Through web browser everything works fine.
I am using view data export module to export data to product comparator tools. I have a data export view created. Content language of exported products is taken from url. For the export I am using drush command to run in batch. For exporting content in right language I am passing the url to --uri parameter of drush command.
Language of exported titles of products is fine but the currency is not converted to coresponding one. Exported amount is in default currency set in administration.
1. Setup multilingual commerce website.
2. For every language specify separate domain
3. For every language add separate currency
4. Setup products export with view data export module.
5. Export data to any format with the export view
From my investigation is problem caused by this check function: https://git.drupalcode.org/project/commerce_currency_resolver/-/blob/8.x....
The check return wrong value so the resolving of the price is skipped.
Active
1.61
Code