• Resolved simuuxxx

    (@simuuxxx)


    Hey,
    Could I include short description into invoice, at the moment its only showing product image. If so how I could include it? Many Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support kenil802

    (@kenil802)

    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

    Thread Starter simuuxxx

    (@simuuxxx)

    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

    Plugin Support kenil802

    (@kenil802)

    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

    Thread Starter simuuxxx

    (@simuuxxx)

    Hi Kenil,

    Great, that works!
    Many thanks!

    Regards,
    Simas

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Include description’ is closed to new replies.