Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Cannot Update Shopping Cart Qty


JBone

Recommended Posts

Posted

Hi all

 

I have used OSC a few years ago but this time around it has been a bit of a nightmare. After finally getting it installed I seem to have one final issue I cannot resolve.

 

All seems to work Ok both admin and customer side with the exception of the update shopping cart tick boxes. I tick them and press update and nothing happens.

 

I can see in the Database they are visible in the right places (sessions and cart contents) so that side I think works OK but I cannot remove what I have added. Its driving me nuts.

 

Any ideas? Happy to upload whatever files are needed. I think it is shopping_cart that runs it but not sure.

 

Thanks

 

J

Posted

Update.

 

It would seem the cart contents are the same for all users. I created new users and the contents are the same as the previous.

 

Session issue??

Posted

All Fixed this now. The were some (int) tags missing from shopping_cart.php file. Used a compare tool to check them with a working version.

 

Thanks anyway.

 

where pa.products_id = '" . (int)$products[$i]['id'] . "'

and pa.options_id = '" . (int)$option . "'

and pa.options_id = popt.products_options_id

and pa.options_values_id = '" . (int)$value . "'

and pa.options_values_id = poval.products_options_values_id

and popt.language_id = '" . (int)$languages_id . "'

and poval.language_id = '" . (int)$languages_id . "'");

  • 1 month later...
  • 1 month later...

Archived

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

×
×
  • Create New...