• Resolved Chris Wiegman

    (@chriswiegman)


    I am working with a client that recently implemented https://github.com/liquidweb/woocommerce-custom-orders-table. This plugin moves order data out of the posts/post_meta tables into custom tables for better performance. Since the move fields on their export, such as billing name, etc, have disappeared. Looking at the code myself it appears, on first glance, that your plugin is directly querying the database for your exports. Can you confirm this? Are you familiar with the custom order table plugin to know of any issues with yours?

    I’m really just trying to get to the bottom of whether or not we can continue to use the plugins together. The custom order table plugin assumes all order queries will use the appropriate WooCommerce classes rather than direct queries. It seems you plugin might use the latter.

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Compatibility with Custom Order Tables’ is closed to new replies.