I need to show the product name and the product short description in a new line.
I understand that | is used to separate the columns, but how to separate two values in the same column?
Is there any way to fetch a custom field value from the ordered product and show it on the product list of the invoice?
My problem is that tI need to show ECCN and HS codes on the invoice and these are stored in custom fields.
If you want to show the product custom field then you can try to use this “product_post_meta” or “product_meta” option. You can add this to the table column. The column value can be “product_post_meta=_your_meta_key”. Let us know if you need further help from us.