I followed the instructions at https://www.ads-software.com/support/topic/add-paypal-fee/#post-15690930, and added the code into MISC SETTINGS > CUSTOM PHP CODE TO MODIFY OUTPUT. These settings were then saved.
I then clicked SET UP FIELDS TO EXPORT, and clicked the ADD FIELD button, typing ‘_ppcp_paypal_fees’. These were dragged and dropped into the EXPORTED FIELDS area on the left of the screen.
After saving and exporting, the resulting export file included PAYPAL TRANSACTION FEES as a column heading, but the column cells beneath it were unpopulated.
The site currently uses ADVANCED ORDER EXPORT FOR WOOCOMMERCE 3.4.5, WOOCOMMERCE PAYPAL PAYMENTS 2.4.2, and WOOCOMMERCE 8.3.1.
]]>in india there is multiple tax slabs and CGST, IGST and SGST i want to export each values seperate column for every order.
————————————————————–
Order ID | Tax State | Tax Percentage | CGST | SGST | IGST
————————————————————–
#2438 | KL | 18% | 9% | 9 % |
#2439 | TN | 18% | | | 18%
————————————————————–
I want to export the stored values in database using Advanced Order Export For WooCommerce
]]>CRITICAL Maximum execution time of 30 seconds exceeded em /home/c0023344/public_html/wp-content/plugins/woo-order-export-lite/classes/PHPExcel/Shared/Font.php na linha 252
CRITICAL Maximum execution time of 30 seconds exceeded em /home/c0023344/public_html/wp-includes/functions.php na linha 654
CRITICAL Maximum execution time of 30 seconds exceeded em /home/c0023344/public_html/wp-content/plugins/woo-order-export-lite/classes/PHPExcel/Reader/Excel5.php na linha 2950
Maximum execution time of 30 seconds exceeded em /home/c0023344/public_html/wp-content/plugins/woo-order-export-lite/classes/PHPExcel/Reader/Excel5.php na linha 2959
Maximum execution time of 30 seconds exceeded em /home/c0023344/public_html/wp-content/plugins/woo-order-export-lite/classes/PHPExcel/Reader/Excel5.php na linha 2979`
Thank you
]]>How can I export all the detail of my product order instead of a summary? For example, currently once I export it, the export file only shows Product A, 6 people bought and total sales is USD 200, But what I wish to have is to list down all the order 1 by 1 of the product instead of a summary.
Thanks
]]>1) Product sales day by day. for every day date I need the total ammount of units of a specific product sold and the total money.
And if it is possible I would need to make the pluging send the file every month to the email of my accountant.
I don’t know how to make it.
Thank you a lot!
Im trying to use User Role Editor and Advanced Order Export For WooCommerce plugin. I create new user role just for Orders, and need permission now for Export orders. What Capability I can use to add it on user role?
I think I should use “wc-order-export” but it doesnt working.
Thanks
]]>So I go to the Set up Fields to Export area, Click the Add Field button under Shipping. I type in the ‘_wc_shipment_tracking_items’ in the Meta Key field and set it to String for the field format. I’ve also tried using ‘tracking_number’ as well.
Ran a test export and the tracking number data did not appear. Just blank cells for the column.
Is there something I did wrong for the data not to appear?
]]>function eliv_woocommerce_checkout_update_user_meta( $customer_id, $posted ) {
if (isset($posted['billing_company_id'])) {
$dob = sanitize_text_field( $posted['billing_company_id'] );
update_user_meta( $customer_id, 'company_id', $dob);
}
}
add_action( 'woocommerce_checkout_update_user_meta', 'eliv_woocommerce_checkout_update_user_meta', 10, 2 );
What do I need to do to be able to include this data in the summary report by customers?
]]>Thanks for the plugin! It seems to be very useful.
I am just testing my first WooCommerce site…
With your plugin O have added a Product input field. Looks great. It asks the info I need for any product added to the cart.
The info is well put into the emails, as well.
All these are very useful.
I would need these data in the exported for too.
I use Advanced Order Export For WooCommerce.
How can the extra field be exported as well?
Thanks
Tamas
]]>