Replies: 0
So I’ll be selling digital services on my Woocommerce site.
Now the conventional checkout flow is – Add to Cart > View Cart > Proceed to Checkout > Billing Details > Place order > Order Details (Dashboard). This flow is quite redundant for my needs.
I instead want it to be – (a 2 step Multistep checkout form using Gravity forms) > Place an Order > Order Details.
So I want to skip the conventional first 4 steps. How can I achieve this? Ideally looking for a plugin based solution, but adding a code in PHP file is also fine.