This contribution allows customers to change product quantities and remove products without having to click the update button. Only the Shopping Cart area of the screen and the shopping cart infobox are refreshed.
Instead of the normal 'You should update your browser' message if using a non-XMLHTTP Compliant Browser (e.g. IE, Mozilla) the normal shopping cart will show instead.
Beta 1.0 does not include support for attributes that's coming soon.
Installation should take about 5 mins. Enjoy
Legend: 
Download

Report
Incase you receive this error.
Run SQL query below
ALTER TABLE products_options
ADD products_options_track_stock tinyint(4) default '0' not null
AFTER products_options_name;
no files attached
fixed application_top.php reference at the top of getCart.php
works great, great contrib!
This is a update when you use different weight or size options for a product with different stock options.
Attributes are now supported. To update the old installation, just replace getCart.php with the one in this package.
Full Package
Support forum:
http://forums.oscommerce.com/index.php?showtopic=240942&view=new
Attachment is just text file with link.
--- General Bug fix release ---
* Empty cart Javascript errors fixed - included <span_cart> even if cart empty
* Cancelled <body onLoad=> if shopping cart empty
* Fixed bug with charset in GetCart.php and GetCartBox.php (thanks to Vlad Savitsky)
* Added support for Contrib Installer contrib
(http://www.oscommerce.com/community/contributions,3286) (thanks to Vlad Savitsky)
* install documentation updated inluding instructions for if you already have <BODY onLoad attribute
Full package
Fixed bug with charset in
getCart.php
getCartBox.php
Should be:
include('includes/application_top.php');
// make sure we set the right character set
header('Content-type: text/html; charset='.CHARSET);
Added support for Contrib Installer contrib
(http://www.oscommerce.com/community/contributions,3286)
This contribution allows customers to change product quantities and remove products without having to click the update button. Only the Shopping Cart area of the screen and the shopping cart infobox are refreshed.
Instead of the normal 'You should update your browser' message if using a non-XMLHTTP Compliant Browser (e.g. IE, Mozilla) the normal shopping cart will show instead.
Beta 1.0 does not include support for attributes that's coming soon.
Installation should take about 5 mins. Enjoy