-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Working with multiple currencies #122
Comments
Thank you for your message and feedback. We are looking to include presentment prices in all product API requests in the next version of this plugin. We have pushed the code that will do this to the To try this new version early, change your "require": {
"craftcms/shopify": "5.3.x-dev as 5.2.0",
"...": "..."
} Then run If you have a chance to do that, please let us know how you get on. Thanks! |
Shopify 5.3.0 has now been released with this update included. Thanks! |
Hi, it's possible to work also with translations too? I cannot find anything on docs page. |
Hi, we are moving a storefront to Craft with this plugin, and the client currently uses multiple currencies and would like to keep this functionality.
As for as I can tell each variant element only returns the price in the default currency. The API has a
presentment_prices
property (and the GQL api acontextualPricing
property). Is it possible to get this data here? Or is there a recommended method of handling multiple currencies?The text was updated successfully, but these errors were encountered: