Regarding the "small_delete.gif" icon and Zen Cart 1.3.8a, I noticed what I think is a bug:
In the tpl_shopping_cart_default.php file, the line for button delete should be:
<a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, 'action=remove_product&product_id=' . $product['id']); ?>"><?php echo zen_image_button(ICON_IMAGE_TRASH, ICON_TRASH_ALT); /* changed function to use button directory */?></a>
Using zen_image() seems to cause the cart to point to the wrong template.
Tim



