Export WooCommerce Orders including Custom Fields
-
Hi
I was desperately looking for a tool which can export woocommerce orders with custom fields.
I use FooEvents for creating tickets with WooCommerce. With FooEvents I created Custom Fields for attendees which need to be filled at checkout
Firstname (text) – required
Lastname (text) – required
Is Member (Checkbox) – OptionalWhen I checked out your Plugin I was able to at least find and export the MetaData of the required fields.
For example:
{“1_option”:{“1_label”:”Vorname”,”1_type”:”text”,”1_options”:””,”1_def”:”true”,”1_req”:”true”},”2_option”:{“2_label”:”Nachname”,”2_type”:”text”,”2_options”:””,”2_def”:”true”,”2_req”:”true”},”3_option”:{“3_label”:”Aktives Salzburg Ducks Mitglied”,”3_type”:”checkbox”,”3_options”:””,”3_def”:””,”3_req”:”false”}}from here
fooevents_custom_attendee_fields_options_serializedNow I wanted to ask if there`s any chance to get the data exported?
Best Thanks
Markus
The topic ‘Export WooCommerce Orders including Custom Fields’ is closed to new replies.