• Dear madam/sir

    I use the booster plugin to sell adventure journeys. In the confirmation e-mail for the participants (Invoice), there should be extra information about the actual trip (forced by law) they’ve booked.

    So the ‘short product description’ of every product (=journey) should appear on the pdf invoice file. What shortcode can I use for this?

    Best regards

    Joris

Viewing 1 replies (of 1 total)
  • Hi Joris,

    To add products short description to order details table in PDF, you should add item_short_description attribute to [wcj_order_items_table] shortcode, something like this:

    [wcj_order_items_table table_class="pdf_invoice_items_table"
    columns="item_number|item_name|line_total_tax_incl|item_short_description"
    columns_titles="|Product|Total|Short Description"
    columns_styles="width:5%;|width:35%;|width:30%;text-align:right;|width:30%;"]

    Please let me know if you have any questions.

    Best regards,
    Tom

Viewing 1 replies (of 1 total)

The topic ‘Product summary/description on pdf Invoice’ is closed to new replies.