yellyfish
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Same problem here! The Elementor icon, that is the vertical bar and the horizontal bars are blinking, that’s all. Now, I depend on Elementor, and that … So, if this can’t be solved Elementor Pro is a NO GO.
- This reply was modified 9 years, 6 months ago by yellyfish.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Company Logo blows up in PDFAwesome! Thanks for your swift reply.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Email attachement filenameEwout,
Great, thanks for the input.
I already sorted this out, which works great.//Generate an email attachment filename for wpo_wcpdf_invoice_number add_filter( 'wpo_wcpdf_attachment_filename', 'my_pdf_attachment_filename', 10, 3 ); function my_pdf_attachment_filename( $filename, $display_number, $order_id ) { //$display_number is either the order number or invoice number, according to your settings global $wpo_wcpdf; $invoice_number = $wpo_wcpdf->get_invoice_number(); $filename = 'Factuur_' . $invoice_number . '.pdf'; return $filename; }Ewout,
Thanks!
Both suggestions work.“Of course you will also need to add an extra column in the header row.”
And an addition to this is to increase the number for colspan=3 to colspan=4 for line 90 in the original ‘invoice.php’ file.
Viewing 4 replies - 1 through 4 (of 4 total)