Order Comments on Invoice
-
Hi @spinayarn,
[wcj_order_customer_note]will display “Order notes” filled on your checkout page.If I understood you correctly, you need to display order notes added via admin order edit page instead. If that’s correct – I’ve made some changes to the plugin, please download the development version here – https://booster.io/dev/. You will need to uninstall the old plugin version first (don’t worry your saved settings won’t disappear). If you are a Booster Plus user – please contact me on [email protected] with your order number, and I will send you the development version for Plus. Now I’ve added new
[wcj_order_notes]shortcode, so you can use it like this:[wcj_order_notes type="customer_notes"]or[wcj_order_notes type="private_notes"]or[wcj_order_notes type="all_notes"]Please let me know if you have any questions.
P.S. If you like Booster, please leave us a rating.
Best regards,
Tomi sent you an email with my order number and have not received the file?
Tim
Hi,
Is it possible for each new note to start on a new line? Currently they just print after each other.
e.g.
Now – 1st note2nd note
future – 1st note
2nd noteThanks
TimHi, @spinayarn,
Yes, that’s possible. Shortcode has
sepattribute for separator, which is set to,by default. So you need to set it to<br>, like this:[wcj_order_notes type="customer_notes" sep="<br>"]awesome. exactly what i needed.
The topic ‘Order Comments on Invoice’ is closed to new replies.
(@spinayarn)
8 years, 3 months ago
i am attempting to display order notes on the invoice. I can see the order-notes in the comments table of the database. The meta ‘is_customer_note’ is value 1.
using the shortcode [wcj_order_customer_note], nothing appears on the invoice.
Tim