Answer the question
In order to leave comments, you need to log in
How to automatically fill in the field in WooCommerce when placing an order from cookies?
There is a roystat field that must be filled in automatically at the stage of order formation from a cookie file.
How can this be implemented?
thank.
Answer the question
In order to leave comments, you need to log in
there is a hook that is called when a new order is formed. like this woocommerce_new_order
you hang a function on it. next you have order_id and $_COOKIE array.
You can do whatever is legal with them.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question