Can I create a custom url to clear cart item by simply running the url? Is this feature availble by default in woocommerce?
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
By default WooCommerce is not providing a URL to remove items in cart. If you want to create a custom URL for clear cart try this code in functions.php
This will allow you to remove cart item by running this URL
https://yourwebsite.com/?clear-cart=true