For WooCommerce i’m lookin’ for a solution to create an order programmaticly (my site just has 1 homepage with some fields) to order.
After products are added with a checkbox i’d like to create an order and redirect to the payment method.
Creating an order is almost done with this answer, but how do i start a payment?
WordPress (Woocommerce extension) – Create new order programatically
This did it for me:
To skip the checkout page you can filter the add to cart url.
You could also pursue a plugin such as One Page Checkout