Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Unable to remove a product from cart once added


portalplanet

Recommended Posts

Posted

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

Posted

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:

Archived

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

×
×
  • Create New...