Multi-currency price #763
armezit
started this conversation in
Feature Requests
Replies: 1 comment 3 replies
-
|
I would imagine you'd want to observe the Price model as well as Currency model. The obvious factor is that if a Currency is updated, then it's got to update potentially 1,000's of prices. So it would want to be run in the queue as a background job. I think this is something we would like in the core and I believe we already have an issue open for it. See #383 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm going to develop an add-on to auto update a multi-currency store prices.
I'm thinking of implementing two model observers for
CurrencyandProductVariant.so, I'd be able to recalculate prices whenever:
Do you think this is the proper way?
Also I'd like to know if there are any plans to support these kinds of multi-currency features in the Lunar? either in the core or official add-ons?
Beta Was this translation helpful? Give feedback.
All reactions