I need help implementing an order status.
I am in a project that in the order session, I detail a specific request. Within it it will have a select
to select the STATUS
of the request, if it was pago
, entregue
, cancelado
and etc.
But I do not know how best to implement this, they gave me a package that is this: link
Where the order situation is, to see the STATUS
of the order and also where I can change it.