• Resolved samuelmarcinko

    (@samuelmarcinko)


    Hello is possible in Invoice template use some kind of shortcode which add 2 columns and display in table for each product

    1.) price of product for 1 pcs without tax
    2.) TAX value for this product

    Here is an image what I mean

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support David G

    (@gravid7)

    Hi @samuelmarcinko,

    Thanks for reaching out to us.

    You can use “product_regular_price” to display the regular price for a quantity of 1, and “item_tax” will display the applied tax price for a quantity of 1.

    Here’s an example of how you can use it in your shortcode:

    [wcj_order_items_table table_class="pdf_invoice_items_table" columns="item_number|item_name|product_regular_price|item_tax|item_quantity|line_total_tax_excl"
    	columns_titles="|Product|Regular Price|Item Tax|Qty|Total"
    	columns_styles="width:5%;|width:55%;|width:10%;|width:10%;|width:5%;|width:15%;text-align:right;"]
    Plugin Support David G

    (@gravid7)

    Hi @samuelmarcinko,

    I haven’t heard back from you, so I believe the issue has been resolved.

    I’m marking this topic complete, please feel free to open a new thread for any further queries.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘TAX Shortcodes for invoicing’ is closed to new replies.