Please excuse my English I use Google Translation
I replaced the check box for the delete icon found in the Cart Sidebox.
In catalog/view/theme/default/template/checkout/cart.tpl
Find:
Code: Select all
<td align="center"><input type="checkbox" name="remove[<?php echo $product['key']; ?>]" /></td>
Code: Select all
<td align="center" valign="top" width="1"><span class="cart_remove" id="remove_<?php echo $product['key']; ?>"></span></td>