• Resolved timosoru

    (@timosoru)


    Hi,

    I’m using Checkout Field Editor for WooCommerce plugin to create additional fields. Now, I want to add my custom fields to export field. I added the custom field with string format. I dragged it to the left column (set up fields to export).

    But when I click preview, my custom fields don’t appear as new columns (XLS format).

    This is my export field: https://prnt.sc/tc5vkl
    This is my custom fields (from plugin Checkout Field Editor for WooCommerce): https://prnt.sc/tc5vh2
    This is the preview: https://prnt.sc/tc5v9z

    This is the response after I enabled debug:
    SELECT ID AS order_id FROM wpga_posts AS orders WHERE orders.post_type in ( 'shop_order') AND 1 AND orders.post_date>='2020-07-01 00:00:00' AND orders.post_date<='2020-07-15 23:59:59' AND orders.post_status in ('wc-pending','wc-processing','wc-on-hold','wc-completed') AND orders.post_status NOT in ('auto-draft','trash')

    What should I do to make them appear after export? Thanks!

    • This topic was modified 3 years, 9 months ago by timosoru.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom Fields Didn’t Appear After Preview’ is closed to new replies.