Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I'm running into a bug with shipping happening between my localhost and my live server. When I select a USPS shipping rate on my localhost it updates perfectly. On my live server (exact same code base, plugins and configurations) when I click on one the secondary rate it zeros out my shipping.

I need a second set of eyes. Have you run into this problem before?

Watch the screencast of this: http://screencast.com/t/vmw4q9pZ0

Both localhost and live server are running:

Wordpress 3.3.2.

WP-eCommerce 3.8.8.1

Gold Cart 2.9.7.

If it's the same plugins, same configurations, then why is this happening? What am I missing?

share|improve this question

closed as too localized by toscho Nov 23 '12 at 4:03

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

1 Answer

I had a similar issue but not the same with woocommerce... in my case it was the server configuration where folder didn't have permission so session wasn't recorded properly. So my guess is this is to do with live server

You can view the solution here http://www.ostraining.com/support-forum/wordpress-support/woocommerce-empty-cart/

After this I learnt, If you can help it's best to actually create a staging version on the server that you would be deploying to rather than locally.

share|improve this answer
I found out the problem. It was the version of PHP that was causing the problems. Crazy. – Tony Bianco May 30 '12 at 21:10

Not the answer you're looking for? Browse other questions tagged or ask your own question.