liquidweb / woocommerce-custom-orders-table

Store WooCommerce order data in a custom table for improved performance.
GNU General Public License v3.0
476 stars 51 forks source link

When using AllExport to export orders all order data is blank. #180

Closed chrismccreery closed 2 years ago

chrismccreery commented 3 years ago

Describe the bug AllExport used to pull the order data when running exports but is now blank.

To Reproduce Steps to reproduce the behavior:

  1. Create export and include order details.
  2. Export file contains only the Order ID

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.

lukecav commented 3 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/

chrismccreery commented 3 years ago

Do you know of any active Plugins that export data correctly when using your plugin?