Problem/Motivation
It exists need to have the option to create order and resolve it on specific currency regardless of current resolved currency.
Proposed resolution
We should use data field upon which we can skip price conversion if the current currency is different then order currency.
Add proper skip check on order load event and order processor
Comments
Comment #3
valicAn adjusted approach using data field.
If the order should not be processed by currency resolver it's needed to set proper data:
Comment #4
valicComment #6
ahkhoon commentedHi,
I am new to Drupal and currently building my first Drupal 8 commerce site, I have got this commerce_currency_resolver module working, same as this issue's motivation, I would like to always use default currency for order.
Where do I do $order->setData('currency_resolver_skip', TRUE)? Am I supposed to add a little custom module to do this?
Would it be better if there is an option in the UI to toggle this attribute so user has an option to resolve currency for display only?