user2679476
user2679476

Reputation: 419

Woocommerce issue - can't change the order status, 'Change' / 'Update' button is not present

I found a strange behaviour with Woocommerce plugin. I am using :
WooCommerce version 6.7.0
Wordpress version 6.0.1
Theme OceanWP 3.3.3

There is an order which is in 'processing' state. When I open that order from admin page and try to change the state to any other state (say 'delivered' etc.), I can't do this because the 'Update' button is not present in the page. (I hope name of the button is not wrong)

Strange thing is that I can change the state of the same order using 'Bulk option -> Apply' operation, no issue. But not within the 'order detail admin page' as 'Update' button is not present.

Also, even two days back I didn't face any such issue, I could change the order status seamlessly by clicking on the 'Update' button.

I didn't install any new plugin recently, also I didn't insert any new code that could break the feature. I have 'git' setup and I verified that.

What could be the reason of this sudden change of WooCommerce functionality ? Is there any WooCommerce settings that I missed ?

Thanks !!!

Upvotes: 1

Views: 2096

Answers (3)

Ashok kumawat
Ashok kumawat

Reputation: 551

enter image description here

You can change it from here, If you think its automatically change then you can add a plugin for activity so you can easily track it if any user changed it or something like this.

Upvotes: 1

Dotsquares
Dotsquares

Reputation: 785

When you configured woocommerce have you checked if this option was showing before?

You can try upgrading to Wordpress and Woocommerce's latest version if the theme and plugins are not conflicting.

Upvotes: 0

Dotsquares
Dotsquares

Reputation: 785

You can see the order action here

If you are not able to see the button here this may be because of theme or plugin conflict change your current theme with Wordpress default woo-commerce theme and deactivate all plugins and start activating the theme one by one to find out if any plugin is causing the issue.

Upvotes: 1

Related Questions