Hello,
I am attempting to figure out a way to have the "delete item" checkbox in the cart. The reason behind this is that, if ever a user wants to remove an item from the cart, he/she shouldn't have to first click on the "delete items" button, wait for the cart to be redisplayed, delete the item, and then click again on a button to update the cart. In the code (i'm refering to agora_order_lib.pl) the item-delete functionality is handled seperately. How would I go about merging cart management tasks (ie: delete an item or change the quantity) in order to offer them without requiring any extra mouse work from the user?
Thanks