Hello, I'm stumped here. I have Paypal WPS enabled as a payment method, running Drupal 7.10.

When I get to the 'review order' stage I can't go any further. The form submits, but it gets stuck at the 'Review order' page, i.e. goes back to the same page (/cart/checkout/review). There are no error messages in the log or Javascript console or anything.

Other payment methods (e.g. 'Other') work fine.

Comments

tr’s picture

Category: bug » support
Anonymous’s picture

Quick update - I tried updating to the current dev version but I still have the same problem. Could anyone help please?

Anonymous’s picture

Guys, what's weird about this is that after inspecting the code I have discovered that the form on the "Review order" page which is supposed to submit the order to Paypal (#uc-paypal-wps-form) has the "action" attribute of "/cart/checkout/review" instead of "https://www.paypal.com/cgi-bin/webscr".

So just to confirm, this is the form that contains the "Submit order to Paypal" button, so it's no wonder the form keeps looping back to the same page. Seems odd for such a widely used module to have this error. Am I the only one with this problem, could it be something to do with my setup?

For now, I've used jQuery to replace the "action" attribute, but if someone could test it out that would be great. Thank you.

longwave’s picture

Version: 7.x-3.0 » 7.x-3.x-dev
Status: Active » Postponed (maintainer needs more info)

Cannot reproduce this, the action is set correctly for me. Perhaps theme related somehow? If you change your theme to Bartik does the problem still occur?

longwave’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

No further info provided, presuming this was a theme problem and/or has been fixed.