Hi every :smile:,
I am new to zencart, and I would like to have a "Empty Cart button" feature on my shopping cart, so that I can empty the cart atonce instead of deleting one product at a time in the cart.
:dontgetit
thanks
Imtiaz
Printable View
Hi every :smile:,
I am new to zencart, and I would like to have a "Empty Cart button" feature on my shopping cart, so that I can empty the cart atonce instead of deleting one product at a time in the cart.
:dontgetit
thanks
Imtiaz
Found the solution myself
<div class="buttonRow back"><?php echo '<a href="' . zen_href_link("shopping_cart&action=empty_cart") . '">' .
zen_image_button(BUTTON_IMAGE_DELETE, BUTTON_DELETE_ALT) . '</a>'; ?></div>