Skip to content
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

Open
urgentdotagency opened this issue Aug 26, 2024 · 2 comments
Open

Working with multiple currencies #122

urgentdotagency opened this issue Aug 26, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@urgentdotagency
Copy link

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 a contextualPricing property). Is it possible to get this data here? Or is there a recommended method of handling multiple currencies?

Copy link

linear bot commented Aug 26, 2024

@nfourtythree nfourtythree self-assigned this Sep 23, 2024
@nfourtythree nfourtythree added the enhancement New feature or request label Sep 23, 2024
@nfourtythree
Copy link
Contributor

Hi @urgentdotagency

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 5.3 branch.

To try this new version early, change your craftcms/shopify requirement in your project's composer.json to:

"require": {
  "craftcms/shopify": "5.3.x-dev as 5.2.0",
  "...": "..."
}

Then run composer update.

If you have a chance to do that, please let us know how you get on.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants
@nfourtythree @urgentdotagency and others