WP Pickup Store breaks multiple other plugins
-
There are multiple threads around this issue, but none have a reply or solution.
In a nutshell, when WP Pickup Store is Active, and WooCommerce is running on the legacy (not HPOS) system, the metaboxes on Order Edit pages that hold extra order data, fail to show the saved data. Emails that are supposed to fetch and display this data also fail, returning empty strings when the order actually does have values saved towards it.
When you log the $post object passed over, for example, to add_meta_box, instead of the WC_Order you get a WP_Post object of type store that is coming from WP Pickup Store.
Deactivating the plugin, resolves these issues.
Is there any solution in the pipeline for this breaking bug?
Happy to answer any questions you might have to help you troubleshoot, please feel free to ask.
- You must be logged in to reply to this topic.