ethercreative / web-payments

Web Payments for Craft Commerce
Other
5 stars 7 forks source link

Price not being converted with payment currency #22

Open jhealey5 opened 3 years ago

jhealey5 commented 3 years ago

We have a store with multiple currencies and on the checkout the price is converted to the payment currency, changing the total price. e.g; CHF 180 (default store currency) gets converted to £153 on the checkout and the customer is charged £153.

However with the Google/Apple pay this conversion doesn't happen, the price shown and charged is unconverted (though the currency symbol changes); in the above example it displays at £180.

Is there a way to get the price converted to the currency rate?

stevenjwright commented 3 years ago

@alexjcollins did you get anywhere with this?

@jhealey5 did you find a workaround?

We're about to implement this on a site of ours and this will be absolutely critical if we move forward with it as currently, the user can choose their currency during checkout.

Thanks

alexjcollins commented 3 years ago

Hey @stevenjwright thanks for bumping this to the top of my inbox - we hadn't moved beyond an initial investigation.

We'll take a look this week and update you.

jhealey5 commented 1 year ago

hey @alexjcollins circling back to this 3 years later to try it out again but it still doesn't seem to use the user selected currency... has there been any movement here?