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.
You may find some help here:
http://docs.woothemes.com/wc-apidocs/class-WC_Cart.html
http://docs.woothemes.com/wc-apidocs/package-WooCommerce.Functions.html
Try with this: