Forums
Forums / Plugin: Advanced Order Export For WooCommerce / Total order amount sum
(@akhisoni)
5 years ago
For the PDF Export I want to show the all order total in the new row, so how can I show that
And also want to show the custom HTML field for in header section
(@algolplus)
Hello
Please, use last code from page https://docs.algolplus.com/algol_order_export/add-product-rows/ Just add it to section “Misc Settings” and tweak 3rd line.
We use simple generator FPDF, it doesn’t support HTML. but you can use hook
add_action("woe_pdf_started", function($fpdf, $formater){ },10,2);
Hi @algolplus,
Thanks for your quick reply.
How can I show the customer name and billing address in the PDF export order in the header section left side
Please, submit your settings as new ticket to https://algolplus.freshdesk.com/
use tab “Tools” to get them.
The topic ‘Total order amount sum’ is closed to new replies.