volkan64
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Invoice number increase by twoSolved.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Invoice number increase by twoI fix the issue.
For everyone who has maybe the same problem.I had a function in my templates/functions.php to send the packing slip file automatically to the supplier.
I chachged
$display_number = $wpo_wcpdf->export->set_invoice_number($order->id);to
$display_number = $wpo_wcpdf->export->get_display_number( $order_id );Find the solution here.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Invoice number increase by twoHi Ewout,
I thought the packing slip file gets the same number like the invoice.
I haven’t installed a plugin like W3 Total Cache and Database caching.
Which information do you need from the orders.
http://www.cidcom.at/invoice-number.png
Maybe you need login access ?
Do you think, if I buy the pro version it will fix the problem?
Thank you for your support.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Invoice number increase by twoNow I have noticed that the packing list file has the correct sequential number.
For example:
invoice number => 2016-0800089
packing list file => Packing-list-88The invoice number has also to be 2016-0800088
In the settings the next invoice number is set correct.
Only if I choose “bank transfer” payment method the invoice number is getting the correct sequential number.