[ad_1]
Hi there! I’ve been customizing an invoice PDF using your plugin and have got the PDF to look almost exactly the way we want it to look!
There is a field that is not generating or pulling the data like it should. The field that isn’t pulling any data is the ‘Order Notes’ field, right underneath ‘Customer Notes’.
On every WooCommerce order on our store we have a ‘private notes’ section where it displays information like the payment method info, the CSV security checks, the anti fraud check, etc. On our old website, it would display all that information under the ‘Order Notes’ field on the PDF Invoice. We want to be able to have that same information displayed on our new invoice with your plugin. What are the proper meta keys we should be using? Do you have a snippet of code you could share?
The code below is what we we’re using with the old PDF Invoicing plugin, how can we alter that for it to work properly with your plugin?
Code Snippet – <tr><th>Order Notes</th><td><?php echo $order->get_meta(‘_wcj_order_customer_note type=”private”‘); ?></td></tr>
Thank you for any help/information that can be provided, it is greatly appreciated! Thanks!
The page I need help with: [log in to see the link]
