In reference to "Remove Product From Cart Button" it mentions "Auto Qty Update Contrib" which i cannot seem to find.
It says when you install both remove product from cart button and auto qty update you no longer need the update button.
Well here is my effort at implementing my own qty update contrib. Hope you guys like it, it was a very simple thing todo.
OVERVIEW
========
Enter a quantity inside of the quantity box in the shopping cart. Press enter or select outside of the box. The shopping cart refreshes using javascript showing the new quantity entered and a new overall shopping cart total.
enjoy!
Legend: 
Download

Report
Delete Product if Quantity Goes to 0 - Fix for Products that have Attributes
Full Package
nerdDesignGroup.com
Added logic so that if the cart quantity was at 1, the next minus would delete the product from the cart
Full Package
nerddesigngroup.com
This will remove the checkbox under the remove category and place a simple button that when clicked will reduce quantity to 0,thus removing it
Apply after installation
Now the script is working with products with attributes.
Added buttons [+] & [-] to control the product quantity in cart -
using basic JS and page refresh after each quantity change.
AJAX version would be appreciated.
Please ignore previous post, it did not work with products that had attributes.
I have gone down a slightly different route and hopefully you will notice it is far simpler and better.
enjoy!
In reference to "Remove Product From Cart Button" it mentions "Auto Qty Update Contrib" which i cannot seem to find.
It says when you install both remove product from cart button and auto qty update you no longer need the update button.
Well here is my effort at implementing my own qty update contrib. Hope you guys like it, it was a very simple thing todo.
OVERVIEW
========
Enter a quantity inside of the quantity box in the shopping cart. Press enter or select outside of the box. The shopping cart refreshes using javascript showing the new quantity entered and a new overall shopping cart total.
enjoy!