Featured DW Extensions
Navigate a results page with custom links for ASP/PHP/ColdFusion/JSP
Automate a dynamic grid vertically or horizontally for PHP
Add sort links to a dynamic table for ASP/PHP/ColdFusion/JSP
Navigate a details page with next/previous links for ASP/PHP
Other projects
Old-style Chicago blues in the DC metro area
For ColdFusion application development
Featured Book
PHP Object-Oriented Solutions by David Powers

Featured Book
Adobe Dreamweaver CS5 with PHP: Training from the Source by David Powers

Technical editing by Tom Muck
Member

Automatically change totals in cart when shipping method changes
If you want to automatically submit the cart to allow the shipping to update automatically when a user changes shipping methods, add a submit() function in the onchange event of the dropdown list in CWIncShowCart.php:
<select name="pickShipPref" onchange="document.updatecart.submit()">