portalplanet Posted July 2, 2004 Posted July 2, 2004 Anyone know why I am unable to remove a product from my shopping cart once I add something to it? The site in question is www.duzze.com . Thanks, Justin
portalplanet Posted July 2, 2004 Author Posted July 2, 2004 I got it figured out the gift registry contrib broke it. For the sake of helping someone in the future I had to edit includes/application_top.php and change the following: case 'update_product_cart' : for ($i=0, $n=sizeof($HTTP_POST_VARS['products_id']); $i<$n; $i++) { to: case 'update_product' : for ($i=0, $n=sizeof($HTTP_POST_VARS['products_id']); $i<$n; $i++) { That got it!! Justin :blink:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.