Add custom date field to Export Products
-
I’m writing a small extension to allow product exports to be filtered by modified date. I’ve got the backend stuff working, and I’ve used the “woocommerce_product_export_row” hook to add a date field to the product Export page.
When the Export page is submitted, the form is processed by /woocommerce/assets/js/admin/wc-product-export.js – how can I get my new date field to be processed without having to modify the stock wc-product-export.js file?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Add custom date field to Export Products’ is closed to new replies.