Comments on: Custom Order Status for WooCommerce https://booster.io/features/woocommerce-order-custom-statuses/ WordPress WooCommerce Plugin Thu, 23 May 2024 13:29:20 +0000 hourly 1 https://wordpress.org/?v=6.7.2 By: Royston Bartholomew https://booster.io/features/woocommerce-order-custom-statuses/#comment-74797 Mon, 10 Feb 2020 06:29:55 +0000 https://booster.io/?p=3082#comment-74797 In reply to Royston Bartholomew.

Don’t worry. Fixed it. Was a double wc-wc- on the slugs which seemed to be screwing something up.

Deleted the custom statuses and re-added them.

]]>
By: Royston Bartholomew https://booster.io/features/woocommerce-order-custom-statuses/#comment-74794 Mon, 10 Feb 2020 06:21:03 +0000 https://booster.io/?p=3082#comment-74794 Hi there.

The action buttons (for custom order statuses) don’t seem to be working. Every time I select an action button for a custom order status, the status defaults to ‘pending’. Everything is up to date. Another site with identical settings / theme works fine. Any ideas?

Thanks, Roy

]]>
By: urbaman https://booster.io/features/woocommerce-order-custom-statuses/#comment-64113 Wed, 04 Dec 2019 11:09:18 +0000 https://booster.io/?p=3082#comment-64113 Is it possible to set on which order statuses the stock is automatically reduced?

Thanks,

]]>
By: Stefan Stieranka https://booster.io/features/woocommerce-order-custom-statuses/#comment-55805 Mon, 14 Oct 2019 07:06:18 +0000 https://booster.io/?p=3082#comment-55805 In reply to Stefan Stieranka.

Hi Rokas,
that will be good, this option…
So far I have solved it this way:

add_filter( ‘woocommerce_admin_order_actions’, ‘add_cancel_order_actions_button’, 999, 2 ); // 999 – last action
function add_cancel_order_actions_button( $actions, $order ) {
if ( $order->has_status( array( ‘cancelled’, ‘completed’ ) ) ) { // if is order cancelled or completed
// unset my custom actions
unset($actions[‘shipped’]);
unset($actions[‘local-pickup’]);
}
return $actions;
}

]]>
By: RokasJ https://booster.io/features/woocommerce-order-custom-statuses/#comment-55544 Sat, 12 Oct 2019 18:49:39 +0000 https://booster.io/?p=3082#comment-55544 In reply to Stefan Stieranka.

Hi Stefan,

That’s not possible yet but we have added that to our todo list.

Best regards,
Rokas – Support Team

]]>
By: Stefan Stieranka https://booster.io/features/woocommerce-order-custom-statuses/#comment-55306 Fri, 11 Oct 2019 15:23:47 +0000 https://booster.io/?p=3082#comment-55306 Hi,
Is possible hidden all custom Action Buttons when order is Complete? Becouse if order is completed, they are all useless.
Thanks for info.

]]>
By: RokasJ https://booster.io/features/woocommerce-order-custom-statuses/#comment-51378 Wed, 18 Sep 2019 08:19:31 +0000 https://booster.io/?p=3082#comment-51378 In reply to József.

Hi József,

Could you contact us directly via email support@booster.io?

Best regards,
Rokas – Support Team

]]>
By: József https://booster.io/features/woocommerce-order-custom-statuses/#comment-51273 Tue, 17 Sep 2019 18:49:24 +0000 https://booster.io/?p=3082#comment-51273 Hi Rokas,
The module has not been running since wordpress update, due to some php error caused by booster plus.
Only WooCommerce Order Custom Statuses module not working.
I have set the custom status with email notification, I set up custom status with email notification, custom email module..
Has been down for about 10 days. Don’t know something about this error? Other users not experiencing error?
“WordPress 5.2 has a new built-in feature that detects when a plugin or template causes a fatal error on a web page, and automatically informs the web site operator of this error by email.

WordPress has encountered a problem with the Booster Plus for WooCommerce extension.”
Thank you very much.
József

]]>
By: RokasJ https://booster.io/features/woocommerce-order-custom-statuses/#comment-41208 Sun, 09 Jun 2019 18:57:32 +0000 https://booster.io/?p=3082#comment-41208 In reply to joe.

Hi Joe,

Unfortunately that’s not possible yet but we have added that to our todo list.

Best regards,
Rokas – Support Team

]]>
By: joe https://booster.io/features/woocommerce-order-custom-statuses/#comment-41144 Sat, 08 Jun 2019 05:45:03 +0000 https://booster.io/?p=3082#comment-41144 Is it possible to allow them to customise customer order once its placed up to 10pm after 10pm orders is locked and not customisable anymore..

]]>