In my project I'm using a direct checkout plugin for woocommerce in order to have cart and checkout on one page.
And the client want's the order process to be like this
- We have an order page in wordpress where users enters their name, address, phone, email, selects the price and then redirects to a direct checkout.
- On checkout page we want fields billing_name, billing_address, etc to be already prefilled with a data from order page.
So the question is how could I pass that data to a checkout ?
And the other how could I clear those fields before filling with a passed data ?