Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Ultimate › Add order state
Tagged: order state
- This topic has 9 replies, 2 voices, and was last updated 5 years, 8 months ago by WCFM Forum.
- AuthorPosts
- March 8, 2019 at 6:04 am #51594nakedharmonixParticipant
Hi
I’d like to add “shipped” to the order state.
How can I do that?
Regards, - March 8, 2019 at 3:08 pm #51654WCFM ForumMember
Hi,
You may use this plugin for the purpose – https://woocommerce.com/products/woocommerce-order-status-manager/
Thank You
- March 8, 2019 at 10:48 pm #51685nakedharmonixParticipant
Hi
Thank you.
I tried the following plug-in.
https://en.wordpress.org/plugins/custom-order-statuses-woocommerce/1: On the Orders page, the additional status is not reflected in the order status list.
http://prntscr.com/mv 9 bpm2: Displayed only on the Order Details page. It will not be saved.
http://prntscr.com/mv9cc03: I need to add a status icon.
http://prntscr.com/mv9e0e - March 10, 2019 at 5:46 am #51799WCFM ForumMember
Hi,
Please try this – https://woocommerce.com/products/woocommerce-order-status-manager/
It has everything you are looking for – https://drive.google.com/file/d/1OkYSnwymJFrYLX5gAjQsv3-F9GGWZ80m/view?usp=sharing
Thank You
- March 10, 2019 at 8:22 am #51819nakedharmonixParticipant
Hi,
Thank you.
But, the state added newly to the list of states is not displayed.
How can I display it? - March 10, 2019 at 5:02 pm #51868WCFM ForumMember
Hi
Well, that requires custom coding.
Please know me your custom status name and slug, I will help you in this.
Thank You
- March 10, 2019 at 8:09 pm #51891nakedharmonixParticipant
Hi
Thank you.
Name:Shipped
Slug:shippedRegards,
- March 11, 2019 at 4:20 am #51930WCFM ForumMember
Hi,
Please use this code –
add_filter( 'wcfmu_orders_menus', function( $orders_menus ) { $orders_menus['shipped'] = 'Shipped'; return $orders_menus; }, 50 );
Thank You
- March 11, 2019 at 4:23 am #51931nakedharmonixParticipant
Thank you!
Where should I describe it?
Regards,
TK - March 11, 2019 at 4:29 am #51935WCFM ForumMember
Please add this at child theme’s functions.php
- AuthorPosts
- The topic ‘Add order state’ is closed to new replies.