• 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

Viewing 6 replies - 1 through 6 (of 6 total)
  • 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,
    Tom

    Thread Starter spinayarn

    (@spinayarn)

    i sent you an email with my order number and have not received the file?

    Tim

    Hi @spinayarn,

    Sorry for the delay – I’ve just sent it to you.

    Best regards,
    Tom

    Thread Starter spinayarn

    (@spinayarn)

    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 note

    Thanks
    Tim

    Hi, @spinayarn,

    Yes, that’s possible. Shortcode has sep attribute 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>"]

    Thread Starter spinayarn

    (@spinayarn)

    awesome. exactly what i needed.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Order Comments on Invoice’ is closed to new replies.