3rd party plugins
The plugin pulls order/item fields from existing orders. So you should create fake order , fill these fields for order/item and reload export page.
Thu, 6 Sep, 2018 at 7:43 AM
Delivery plugins use order meta field with name "Delivery Date" or "delivery_date" (or similar field). If you want to export orders...
Tue, 5 Jul, 2022 at 8:44 AM
Most plugins use standard way to store details : table wp_postmeta for order fields and table wp_woocommerce_order_itemmeta for item metas. So when yo...
Tue, 11 Dec, 2018 at 8:48 AM
You should add new field to export. Follow to this topic https://algolplus.freshdesk.com/support/solutions/articles/25000016635-add-calculated-field-fo...
Tue, 11 Dec, 2018 at 8:35 AM
WooCommerce Shipment Tracking Pro was modified by PluginHive team to be compatible with export plugin. Following fields supported by this plugin ph_s...
Mon, 10 Jun, 2019 at 8:22 PM
Please, follow to this article Add meta key "tracking_numbers" and put following code to "Misc Settings" add_filter('woe...
Fri, 24 Feb, 2023 at 4:47 PM