Empty Shopping Cart Link
I have been scouring the net looking for information on how to create an "Empty Shopping Cart" button/link--without success.
Essentially, my concern is, that if users add contents to their cart, it keeps the cart block display ad infinitum seemingly, without ever allowing them to empty it. For my User Interfaces, this could prove to be quite pesky.
Thanks,
Dale
Comments
Drupal Commerce - Empty Shopping Cart Link
Out of urgent need, I ended up forking this module: https://drupal.org/project/commerce_empty_cart_paths - to basically do the opposite of what it is intended to do. i.e. set a path to empty the cart, instead of setting all paths in which the cart does not empty. Kind of on a deadline, so sorry for the hack! ...but, eh, sometimes you just have to get the job done.
When I have a bit more time, I will go back and patch this module, but being that I could not find a solution for this anywhere, I figured I would post it here to help some lost soul between then and now. Again, sorry for the fork. :)
This is what I did:
As I said, time allowing I will go back and patch this module to allow for either: all empty non-empty cart paths (by default) or a single empty cart path.
Good luck.