Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / One delete button to delete all checked items from cart

One delete button to delete all checked items from cart

Locked

Views: 3,086

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
4 Jul 2007, 6:47 PM
#1
gsdcypher avatar

gsdcypher

Totally Zenned

Join Date:
Feb 2007
Posts:
816
Plugin Contributions:
0

One delete button to delete all checked items from cart

Hi All,

How do I add one delete button to delete all checked items in a cart rather than having to check and delete each item individually???

Thanks

4 Jul 2007, 8:34 PM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: One delete button to delete all checked items from cart

You'd have to recode the tpl_shopping_cart_default.php to include a button that can do that ... have you your coding hat on? :smartalec:

4 Jul 2007, 9:58 PM
#3
gsdcypher avatar

gsdcypher

Totally Zenned

Join Date:
Feb 2007
Posts:
816
Plugin Contributions:
0

Re: One delete button to delete all checked items from cart

... have you your coding hat on?

LOL Here is what happens when I put my coding hat on :lamo:

Simple stuff ehhh, not usually a problem. But, if it is really involved, I will probably just break something. :censored:

5 Jul 2007, 3:41 AM
#4
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: One delete button to delete all checked items from cart

Depends on what you consider involved ...

You could write some code that simply empties the cart for the customer ... then, have it return to the shopping_cart and they will see that it is empty ...