WooCommerce PDF Invoices automates the invoicing process by generating and sending it to your customers..
This WooCommerce plugin generates PDF invoices and PDF packing slips, attaches it to WooCommerce email types of your choice and sends invoices to your customers Dropbox, Google Drive, OneDrive or Egnyte.
If you want to add code to the source code, report issue or request enhancement, feel free to use GitHub..
To do automatic install of WooCommerce, log in to your WordPress admin panel, navigate to the Plugins menu and click Add New..
To add fee to WooCommerce and your invoice, add the action to your themes functions.php. add woocommerce fee { global $woocommerce if && defined ) return $amount = $woocommerce->cart->add fee } add action ..
Check the mPDF manual for more info. function bewpi mpdf { change the direction of the invoice to RTL $mpdf->SetDirectionality return $mpdf } add filter ..
Add below function to your themes 'functions php file. bewpi skip invoice generation { Do your stuff based on the order return True to skip } add filter ..
Added brand new template inspired by NextStepWebs called 'Minimal that makes use of BEWPI ->templater class.
Fixed 'Fatal error Call to function on null by checking for WC Order object type within attach invoice to email method.. 2.6.3 February 24, 2017.
Improved Overall code from BE WooCommerce PDF Invoices class and Settings classes by following WordPress Coding Standards and removing unnecessary variables, functions etc..
Read more