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

Using this plugin #175

Closed hexclann closed 4 years ago

hexclann commented 4 years ago

Can I install this plugin just by uploading the zip file? Do i need to configure anything afterwards? I don't see any info about the usage usage in readme.md

lukecav commented 4 years ago

@hexclann You can install the plugin just by uploading and activating the zip file. If you have existing orders on the site before the plugin is activated then you will need to migrate existing order data over using WP-CLI.

https://github.com/liquidweb/woocommerce-custom-orders-table#migrating-order-data https://github.com/liquidweb/woocommerce-custom-orders-table#counting-the-orders-to-be-migrated https://github.com/liquidweb/woocommerce-custom-orders-table#migrate-order-data-from-post-meta-to-the-orders-table

hexclann commented 4 years ago

Thanks for the info, Im setting up a new store right now. What happens if woocommerce itself moves orders to separate table in the future versions? Does it cause any issues?

lukecav commented 4 years ago

@hexclann This is the only effort for WooCommerce to store orders in a custom table. Using this plugin will not cause any issues for future WooCommerce releases.