gregor32 Posted February 2, 2008 Posted February 2, 2008 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
gregor32 Posted February 2, 2008 Author Posted February 2, 2008 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.