How to Skip WooCommerce Cart Page & Redirect to Checkout Page?

How to Skip WooCommerce Cart Page & Redirect to Checkout Page?

Well, cart page is a very important page for any eCommerce website. But sometimes we want to skip WooCommerce cart page & redirect to check out page, because it will improve user experience. It will simply decrease one step to get your product sold right? Well if you think like me, there is few ways to achieve that. WooCommerce add to cart behavior  found here ( WooCommerce >> Settings >> Products ) is the most simplest way to do it. But it is not the bluet proof way. The correct and 100% working solution is using a simple PHP code snippets.

Use the above code snippets in your functions.php file and it will redirect your users to the checkout page skipping the cart page. Lovely right?