Add Additional “Checkout” button next to “Add to cart” button in woocommerce product page
You dont need to modify your template files for this, instead you can use the WooCommerce hook woocommerce_after_add_to_cart_button. This hook will add content after the “Add to cart” button. If the customer clicks on this button, the product should get added to the cart, and the customer should be send to the checkout page, right?! … Read more