• I would like to add the short description of the products below the title of the same.
    I tried a hook to add it to the cart, but it looked weird. I would like to know if there is a way to just add it to the exported PDF.

    Thank you

    The page I need help with: [log in to see the link]

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

    (@dkjensen)

    Hello

    Yes you can do this, first you need to 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.

    Then inside the foreach() loop of the cart-table.php template, find where you would like to add the description (probably around line 90), and put in <?php echo $_product->get_description(); ?> or <?php echo $_product->get_short_description(); ?>

    Thread Starter Agustín Nastasia

    (@gvansur)

    Thank you!

    Excellent plugin and excellent support.

    Plugin Author David Jensen

    (@dkjensen)

    Great thank you!

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