• How can I get [wcj_order_total_fees] as item to [wcj_order_items_table] like shipping_as_item=”%shipping_method_name%” ?

Viewing 1 replies (of 1 total)
  • Hi @arohonka,

    Could you please try adding discount_as_item attribute to the [wcj_order_items_table] shortcode, e.g.:

    [wcj_order_items_table
        table_class="pdf_invoice_items_table" 
        discount_as_item="Discount"
        columns="item_number|item_name|item_quantity|line_total_tax_excl"
        columns_titles="|Product|Qty|Total"
        columns_styles="width:5%;|width:75%;|width:5%;|width:15%;text-align:right;"]

    Hope that helps.

    Best regards,
    Tom

Viewing 1 replies (of 1 total)
  • The topic ‘Fee to pdf’ is closed to new replies.