Issue on generating pdf by group actions
-
Hi, I’m using your plugin in combination with WooCommerce Checkout Manager PRO and I have discovered a bug that appears generating invoices with multiple selections in Woocommerce orders backend page.
This is the problem: I have created some additional fields on my checkout and they are correctly inserted at the end of the document, but if I select more orders and on one order ALL the additional fields are compiled while on the other orders, not all the fields are compiled, in the invoices of these orders are printed the data inserted in the previous order.Let’s make an example: I have these three additional fields “Field_1”, “Field_2”, “Field_3”. And I select these orders:
ORDER 1: User compiled the “Field_1”, “Field_2”, “Field_3”;
ORDER 2: User compiled only the “Field_1”;
ORDER 3: User compiled only the “Field_1” and “Field_2”;In the document (invoice) of order 2 are printed the Field_2 and Field_3 of Order 1 and in the document (invoice) of order 3 is printed the Field_3 of User 1.
<b>So, when you print additional fields on the document (for multi-select orders and invoice print group action), you don’t clear the variables. </b>
Can you check it?
Thanks
- The topic ‘Issue on generating pdf by group actions’ is closed to new replies.