Order status changed to ON-HOLD
-
We have the pro version of the plugin and have custom order status that we want to change the orders to, but when the plugin runs, it changes the orders to
wc-on-hold
.We have a rule (3 different ones), that change order status from
wc-processing
to custom statewc-momy-jom
, but it doesn’t work properly.The order goes from
wc-on-hold
(?eká na platbu) towc-processing
(zpracovává se) from where it goes back towc-on-hold
as seen in the screenshot.We have a comgate gateway plugin that later changes the order to
wc-cancelled
because it doesn’t expect it to be inwc-on-hold
.When I manually change the order status to
wc-processing
(as seen in the last newest entry in the order status history), it properly changes the status towc-momy-jom
(Mómy jóm).What might be the problem? I saw this problem on the plugin website and shortened the custom statuses, made them public, but nothing worked.
The status is effectively registered as:
register_post_status( 'wc-momy-jom', [ 'label' => 'Mómy jóm', 'public' => true, 'exclude_from_search' => false, 'show_in_admin_all_list' => true, 'show_in_admin_status_list' => true, 'label_count' => _n_noop( 'Mómy jóm <span class="count">(%s)</span>', 'Mómy jóm <span class="count">(%s)</span>', 'xxx' ), ] );
- The topic ‘Order status changed to ON-HOLD’ is closed to new replies.