0

I have the newest wp e-coomerce plugin (Version 3.8.12.1) on my wordpress Version 3.6.1 installed

I'm just trying to change username (email address) in paypal standard settings of the store and it simply doesn't work - the address is not being updated neither with Update button for the option nor with Save changes button below all options.

Is it a bug? Or I'm doing something wrong?

I did check with Live HTTP headers and I can see the new values are captures correctly but then passed to the address which gives 302 error:

HTTP/1.0 302 Moved Temporarily
Date: Mon, 23 Sep 2013 08:04:17 GMT
Server: Apache
X-Powered-By: PHP/5.2.17
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Pragma: no-cache
X-Frame-Options: SAMEORIGIN
Location: /wp-admin/options-general.php?page=wpsc-settings&tab=gateway&settings-updated=1
Content-Length: 0
Content-Type: text/html
X-Cache: MISS from proxy1
X-Cache-Lookup: MISS from proxy1:3128
Connection: keep-alive

But then on tabs which are saved correctly I get the same headers for /wp-admin/options-general.php as above so looks like this is not where the issue lies?

nickornotto
  • 1,946
  • 4
  • 36
  • 68
  • I worked with wp-ecommerce for awhile and I ran into this stuff all the time. It's just not very well developed, unfortunately. Have you played with WooCommerce at all? I highly recommend you use that instead. – Drew Angell Sep 22 '13 at 05:26
  • No @Andrew Angell, I didn't. My previews version of e-commerce worked fine, this one only is causing problem after problem. But changing the store would mean to set up all products and data again :( – nickornotto Sep 22 '13 at 13:35
  • You can use Firebug to help see what's happening when the button is clicked. Probably just have a javascript conflict going on or something like that. – Drew Angell Sep 23 '13 at 02:55
  • I did check with Live HTTP headers and I can see the new values are captures correctly but then passed to the address which gives 302 error, I have edited my initial post above – nickornotto Sep 23 '13 at 08:06
  • @Andrew Angell I have removed wp e-commerce and use woocommerce instead now. Works fine. – nickornotto Sep 26 '13 at 13:49

0 Answers0