Thread Starter
tom
(@klickchoice)
Shipped is a custom order status we created .
Thread Starter
tom
(@klickchoice)
Shipped is a custom order status we created.
my need is when a order marked as shipped then need to appear extra input text or select box where i can select driver name**(user with role is driver )** and save it .
Can i do it using wc_order_statuses filter ? please help to do this .
i know about custom post meta and it’s working .But i want to update the value only when order status changed to shipped . Is there any hook available for this .When my staff marked 5,6 order marked as shipped in bulk edit section then a popup need to appear and it say select driver,. How to do this
Thread Starter
tom
(@klickchoice)
Hi, really thank you for suggesting this plugin . But it’s working is not the way i need to do . But i will save that one for my feature use.
Thread Starter
tom
(@klickchoice)
is there any hook available in woocoomerce that will allow to run a function after order status changed .
And how to implement a form in popup where i can select the driver name and save it for orders(select list of orders in backend and marked it as shipped in bulk action then after saving this then a poup appear and it say select driver . And when i am saving the driver name it should be visible in order detail page in backed as post meta, or meta box).
I don’t need the entire code i just want the name of hook and popup idea not the code . Because i am not worked in popup in admin side. I know how to work with hooks , function and wordpress default query.
Hi Tom,
For hooks have a look at WC Marketplace plugin https://wordpress.org/plugins/dc-woocommerce-multi-vendor/
May be it can resolve your problem.