Hi @simuuxxx,
Regarding the query, to include the description into the invoice, you have to make changes to the template in the print-content.php file which is located at \woocommerce-delivery-notes\templates\print-order\print-content.php. You can include the description there.
Please let us know if you have any further queries.
Regards,
Kenil Shah
Thanks @kenil802 for getting back to me. Maybe you have got a code example for short description to be included in print-content.php.
Many Thanks!
Regards,
Simas
Hi @simuuxxx,
You can get the product short description using echo $product->get_short_description(). Add this in print-content.php file where th $product variable is defined.
Regards,
Kenil Shah
Hi Kenil,
Great, that works!
Many thanks!
Regards,
Simas