Orders have post status set to publish, possible fix?
-
Hi
As per the subject, the current status of all orders on our site are “publish”.
The reason for this is that all products (due to a third party) had been set to private. As a quick (which it was) solution, the following SQL query was ran:
UPDATE
wp_postsSET
post_status= 'publish';
This has of course, unfortunately, set the orders to publish also.
In the order notes for a product I can see the correct status. Is it possible to reset ‘post_status’ according to the last order note?
Any assistance would be greatly appreciated.
Thanks
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Orders have post status set to publish, possible fix?’ is closed to new replies.