Closed chrismccreery closed 2 years ago
Does not seem like the WP All Export Pro plugin is using CRUD classes for WooCommerce data export and is expecting to find the order data in posts
, postmeta
, woocommerce_order_items
, and woocommerce_order_itemmeta
database tables.
https://github.com/woocommerce/woocommerce/wiki/Database-Description https://docs.woocommerce.com/document/installed-taxonomies-post-types/
Do you know of any active Plugins that export data correctly when using your plugin?
Describe the bug AllExport used to pull the order data when running exports but is now blank.
To Reproduce Steps to reproduce the behavior:
Expected behavior Run export orders and see all details in the export file
Screenshots https://snipboard.io/UHiljq.jpg
Versions
Additional context Add any other context about the problem here.