Payment methods not working at checkout - jquery.js problem?

Posts: 6
Joined: 05/24/2008

Hi,

When I select any of the radio buttons in the Payment Method during checkout none of the options display (eg, clicking on 'Credit Card' doesn't display the billing information like it should).

This is not a problem on my local machine however it has become an issue on the test server. In Firebug I can see that jquery.js is throwing up some errors but I'm not sure how to fix the problem:

POST http://website/ubercart/cart/checkout/payment_details/credit403 (250ms) jquery.js (line 2)
POST http://website/ubercart/cart/checkout/payment_details/bankdeposit403 (375ms) jquery.js (line 2)
POST http://website/ubercart/cart/checkout/payment_details/other403 (328ms) jquery.js (line 2)

Anyone have any ideas??

Thanks.

Posts: 4686
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

Not sure why those would be producing 403 errors... are you using SSL on the checkout pages?

Posts: 6
Joined: 05/24/2008

Hey Ryan,

I know the server has an SSL certificate installed, although the test site is pointing to http:// and *not* https:// - if that makes a difference?

Posts: 4686
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

It was really just a shot in the dark... some folks were having issues w/ requesting non-HTTPS URLs from SSL protected pages. Might be some other access issue, but I'm not aware of anything in the code preventing this... do anonymous users on your site have "access content" permission?

Posts: 6
Joined: 05/24/2008

I'm not sure what you mean by 'access content' permission sorry.. ? I have tried logging in as a registered user and the problem is still there, if that's any help?

Also just noticed that the problem is only in Firefox/Opera. It displays fine in IE. Bizarre.. !

Posts: 173
Joined: 08/13/2007
Cool profile pic award.Getting busy with the Ubercode.Internationalizationizer

Looks like ive got the same problem. In my case it's the webserver firewall. Its returning a 302 to a warning page on another domain, the browsers security is kicking in denying possible cross site scripting.
I've got no clue yet why the firewall detects something suspicious.

Kees