Hello-
Is there plans to add functionality to include exporting all order data? I have a site where we need to export data for FedEx shipping; I had been using a webform to capture order and then export webform submissions; now I do not have this capability; 3 steps forward, 1 step back?
Thank you.
Comments
Comment #1
katharine_gates commentedHi, I managed to figure out a way to export the customer information, which is what I really wanted for my CivCRM install, by adding these elements to the uc_excel.module after
$result = db_query("SELECT:uc_o.delivery_first_name, uc_o.delivery_last_name, uc_o.delivery_phone, uc_o.delivery_street1, uc_o.delivery_street2, uc_o.delivery_city, uc_o.delivery_postal_code
All you have to do is look in your database and find the names of the fields you wish to include in the import. Hope this helps.