• Resolved nishitm

    (@nishitmorakhia)


    Hi,

    Woocommerce > Booster Settings > PDF INVOICING & PACKING SLIPS > Templates. For Invoice template wcj_order_items_table i would like to add price excluding tax column. How can i display it?

    Best regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    You will have to add a column with this shortcode: item_total_tax_excl.

    Assuming you haven’t changed anything in the table, it could look something like this:

    [wcj_order_items_table table_class="pdf_invoice_items_table"
    	columns="item_number|item_name|item_quantity|line_total_tax_excl|item_total_tax_excl"
    	columns_titles="|Product|Qty|Total|Total excl. tax"
    	columns_styles="width:5%;|width:60%;|width:5%;|width:15%;|width:15%;text-align:right;"]

    [ Signature deleted ]

    • This reply was modified 6 years, 4 months ago by Jan Dembowski.
    Thread Starter nishitm

    (@nishitmorakhia)

    Perfect
    thanks for your quick help.

    • This reply was modified 6 years, 5 months ago by nishitm.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Product price excluding tax display’ is closed to new replies.