[checkout] URL incorrect when returning from paypal (sandbox)
gallery@linuxce...
Joined: 2006-04-09
Posts: 3 |
Posted: Sun, 2006-04-09 20:41 |
Hi, After doing a simple sandbox purchase on Paypal from Gallery 2.1, I get the following problem where the host part of the URL is missing and therefore the customer doesn't get back to the gallery site and their cart is not emptied. The URL that is attempted to be accessed after pressing the final 'coninue' button in Paypal: My Setup: Checkout v0.1.14 Gallery version = 2.1 core 1.1.0 |
|
Posts: 431
Thanks for telling me about that, I will fix it and release an updated version of the module tomorrow morning. In the meantime you can easily fix the problem with a small edit to the file checkoutpaypal/templates/PaymentButton.tpl, by appending the parameter "forceFullUrl=true" to the g->url statements on lines 4,5 and 6. The amended lines should be as follows:
Posts: 3
Thanks!! - that works just fine now...