Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Ewout

    (@pomegranate)

    Unfortunately this is not possible without replicating the code used for that function:
    https://github.com/wpovernight/woocommerce-pdf-invoices-packing-slips/blob/v1.6.5/includes/class-wcpdf-functions.php#L275-L306

    The time/date of the order notes is stored in $note->comment_date. That does require some PHP knowledge, but I hope it helps.

    Good luck!

    Ewout

    Thread Starter trishahdee

    (@trishahdee)

    I see. I have just enough PHP knowledge to be dangerous but I’ll try to see if I can make it work ;D

    I asked about this because I had a situation where I had a charge back and needed to show evidence that I had already sent a refund. With your plugin I could add the order notes to the PDF but I needed to show when the order note was made so I could show I did the refund in a timely manner.

    Would you consider adding this as part of your plugin?

    Plugin Contributor Ewout

    (@pomegranate)

    Not at this moment, unfortunately. I hope you can make it work though!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add time stamp to order notes’ is closed to new replies.