completegraphics
Forum Replies Created
-
Thankyou!
Hi Ewout,
Im using WP2print.
Quite odd, i was under the impression that the same PDF is sent throughout.
Im hoping to purchase the premium version, as long as i can get it working.
Happy to send email if possible.Thanks for the reply,
Im using the Xero from woocommerce (https://docs.woocommerce.com/document/xero/)
i found this from an old thread
add_filter('woocommerce_xero_invoice_invoice_number','wpo_wcpdf_xero_invoice_number',10,2); function wpo_wcpdf_xero_invoice_number( $invoice_number, $xero_invoice ) { if ( !empty( $xero_invoice->order ) && $pdf_invoice = wcpdf_get_invoice( $xero_invoice->order, true ) ) { if ( $pdf_invoice_number = $pdf_invoice->get_number() ) { $invoice_number = $pdf_invoice_number->get_formatted(); } } return $invoice_number; }
But it didn’t work for me.
All it needs to do is replace the woocommerce default order number to the invoice number and it should work.
- This reply was modified 3 years, 4 months ago by completegraphics.
Please fix this. Great plugin, ready to get rid of it just because of the stupid advertising.
Forum: Plugins
In reply to: [WooCommerce Blocks] Product block 2 columns mobileThankyou!
I’ve only just started to learn CSS. helps heaps!Extendons I believe it’s called.
It was used to add extra fields for login and uses woocommerce name and company name also.
Thanks for your reply,
So I can’t use the custom fields plugin I’ve already purchased?
i fixed the issue. i went to my profile page on transdirect and filled in the rest of boxes such as street name, etc as they where not filled. good luck.
Also having the same issues as above. and have tried the same things with the same error.