Answer the question
In order to leave comments, you need to log in
How can I make it so that the user can enter his order number in the field, and the status of this order is displayed?
Button as a search.
From what side do you approach this?
The number and status of the order is displayed in the personal account, so it is possible to pull it out to another place, right?
Answer the question
In order to leave comments, you need to log in
$order = wc_get_order($order_id_by_search_field);
$order->get_status();
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question