The price and currency is changing to default after redirecting to PayPal
-
So we have set a custom pricing based on GeoIP rules. For example in Poland we have EUR but in the UK we have GBP. Now, for example, our test product has prices set like this: for Poland – 199 EUR (default price and currency), for the UK – 119 GBP (custom GeoIP rule). And the prices and currencies are showing fine on the product pages. The problem arises once someone from the UK tries to buy something using PayPal. This is what’s happening:
1. A user is from the UK and enters the test product page
2. The price shows 119 GBP (as it should)
3. The user hits “Buy now” and gets redirected to the checkout page (the price and currency is correct)
4. The user selects the “PayPal” option for payment and gets redirected to the PayPal payment page
5. The price on the PayPal payment page is showing now 199 EUR (wrong)As you can see, the price gets changed unexpectedly to the default value which causes our clients to abandon the product and not buy it (they see it as a scam).
How can we debug this?
The page I need help with: [log in to see the link]
- The topic ‘The price and currency is changing to default after redirecting to PayPal’ is closed to new replies.