Comments on: [wcj_order_total_fees_tax] https://booster.io/shortcodes/wcj_order_total_fees_tax/ WordPress WooCommerce Plugin Thu, 09 May 2024 06:12:26 +0000 hourly 1 https://wordpress.org/?v=6.7.2 By: Booster Support Team https://booster.io/shortcodes/wcj_order_total_fees_tax/#comment-9466 Mon, 28 Nov 2016 21:41:23 +0000 https://booster.io/?p=6036#comment-9466 In reply to Mike Frisbee.

Hi,

1. To add customer’s VAT code, please use:
`[wcj_order_checkout_field field_id="billing_eu_vat_number" before="VAT Code: "]`

2. Regarding VAT amount – not sure I understood the issue. Doesn’t `[wcj_order_total_tax]` shows the VAT?

Best regards,
Tom

]]>
By: Mike Frisbee https://booster.io/shortcodes/wcj_order_total_fees_tax/#comment-9379 Mon, 21 Nov 2016 14:16:54 +0000 https://booster.io/?p=6036#comment-9379 Could you help, please? I need the code to add the VAT number and the VAT amount (the sub-total) to my invoices.

Currently I have this code, which doesn’t show the VAT number and shows the VAT amount in the wrong place (top left, instead of underneath the Total column on the right):

[wcj_order_subtotal]
[wcj_order_shipping_price]
[wcj_order_taxes_html] or [wcj_order_total_tax]
[wcj_order_total]

[wcj_order_items_table table_class="pdf_invoice_items_table"
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;"]

Total (incl. shipping)[wcj_order_total_excl_tax]

]]>