Stripe Currency
-
Hi,
My store’s default currency is depends on the GEO IP of the visitor (For example, if you are from Japan, the price on my product is in Japanese Yen). However, upon Stripe’s checkout page, it shows in USD. That’s because my WooCommerce default currency is set to USD correct?FYI, I am utilizing the AliDropShipWoo plugin (Built-in currency switcher).
How can I make a more synchronize checkout experience for my customer based on their GEO IP location?
I’ve talked to Stripe and here’s what they said:
“If you like I can pass you the coding solution to you so that when you contact them, you may pass them this information”
“The solution works when the language is changed to the customer own language. The currency should change right away. This is the coding: <form action=”/charge” method=”POST”> <script src=”https://checkout.stripe.com/checkout.js” class=”stripe-button” data-key=”pk_test_6pRNASCoBOKtIshFeQd4XMUh” data-name=”Stripe.com” data-description=”2 widgets” data-locale=”en”> </script> </form>”
The page I need help with: [log in to see the link]
- The topic ‘Stripe Currency’ is closed to new replies.