How make single Delete button in wishlist/cart-list

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
The template has a single button to remove an item from the wish list (and from the cart). How to implement its removal functionality for the cart and wish list?

In the original theme there is only checkboxes in every element and button "Update cart"

I need the same functionality with the buttons “add to wishlist” and “add to cart”

4 years ago
1. Hide all delete checkboxes (don’t remove) for wishlist/cart items.
2. Add a delete button.
3. Implement an onclick event for that delete button. Within implementation, write js code for selecting all checkboxes and then clciking update button.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.