You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 27, 2021. It is now read-only.
+1 I have the same issue, when in EUR and adding to cart, line_item options sets currency to "USD" by default.
While when on product show, the current_currency is set to "EUR".
Any idea to ahve a sustainable fixfor this?
It seems that in controller orders#populate, the argument of current_order(create_order_if_necessary: true) does not pass as the options hash (check controller_helpers current_order).
What I did to temporarly the issue solve (I'm not really satisfied with this) was an override of orders_controller in which I set options = {create_order_if_necessary: true}
Then I call order = current_order(options)
Please, let me now if you found something more sustainable
The extension was added to a recently installed 3-0-stable version with no other customisation.
The text was updated successfully, but these errors were encountered: