Outputting private order notes to the packing slip
-
I am currently successfully outputting the customer note to the packing slip using the following code in the template:
wcpdf_get_document( $this->type, $this->order )->order_notes();
Is it possible to output the private note instead? I had a look at the plugin code and tried this, but it doesn’t print anything:
wcpdf_get_document( $this->type, $this->order )->get_order_notes(‘private’);
Thanks for the amazing plugin!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Outputting private order notes to the packing slip’ is closed to new replies.