How to remove single product from woocommerce cart

I am new to woocommerce. Recently I am trying to develop a e-commerce site with woocommerce plugin. But the problem is , when I want to delete a single product from cart all products are deleted from cart. I used the code below to remove from cart

 <a id="empty_cart" class="button" href="<?php echo $woocommerce->cart->get_cart_url();   ?>?empty-cart"><?php _e( 'Empty Cart', 'woocommerce' ); ?></a> 

But I dont know which code should I use to remove products which I want to remove. Not whole products. Please help me.

Related posts

Leave a Reply

1 comment