Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Can't update shopping cart quantities


gregor32

Recommended Posts

Posted

I've just moved this store to a new server and the shopping cart quantities can't be changed. I've found that sizeof($HTTP_POST_VARS['products_id']) in application_top is always 0. I've also added a hidden field and this ( echo $_POST['foo']; ) in chopping_cart.php and it is now showing. I'm not getting any POST var for some reason.

There seems to be no problem adding items, but I can't changes quantities or deleted them

 

https://www.skintosoul.us/catalog/shopping_cart.php

 

Any ideas?

Thanks, Greg

Posted

Issues Solved.

 

I was missing www in the domain name for HTTP_SERVER, configuration file.

 

I've just moved this store to a new server and the shopping cart quantities can't be changed. I've found that sizeof($HTTP_POST_VARS['products_id']) in application_top is always 0. I've also added a hidden field and this ( echo $_POST['foo']; ) in chopping_cart.php and it is now showing. I'm not getting any POST var for some reason.

There seems to be no problem adding items, but I can't changes quantities or deleted them

 

https://www.skintosoul.us/catalog/shopping_cart.php

 

Any ideas?

Thanks, Greg

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...