Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Cannot Update Shopping Cart Qty


JBone

Recommended Posts

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

Link to comment
Share on other sites

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 . "'");

Link to comment
Share on other sites

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

Found a good solution..

Not a fix but a solution nevertheless.

Just switched from clunky 2click [checkbox|update] to one click [remove] button and no more cart remove item issue!! :-)

 

Solution I used came from here

http://www.oscommerce.com/forums/topic/63822-remove-products-from-the-chart-with-one-click/page__p__257086__hl__cart%20remove__fromsearch__1entry257086

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...