Viewing 1 replies (of 1 total)
  • Plugin Author David Jensen

    (@dkjensen)

    Hello

    Copy the PDF template from the plugin folder wc-cart-pdf/templates/cart-table.php into your child theme folder child-theme/woocommerce/wc-cart-pdf/cart-table.php.

    Maybe add the description below the title, perhaps above line 106.

    echo $_product->get_description();

    or

    echo $_product->get_short_description();

Viewing 1 replies (of 1 total)
  • The topic ‘Include product description in the PDF’ is closed to new replies.