fbpx

Description

[wcj_order_shipping_tax] shortcode displays WooCommerce order shipping tax.

Args

order_id
(optional) The integer ID for an order.
Default: The current order ID, if exists
hide_if_zero
(optional) If set to yes will return empty string instead of numeric zero "0". Can be used in conjunction with before and after args, so in case the result is zero, the whole content will be hidden.
Default: no
before
(optional) Text to place before the content. If content is empty this argument is ignored.
Default: None
after
(optional) Text to place after the content. If content is empty this argument is ignored.
Default: None

Usage Example

Shortcode is intended (but not limited) to use with PDF Invoicing and Packing Slips module.

Subtotal
TAX
Order Total
Accessible through:
  • [wcj_order_shipping_tax]
Tested on WooCommerce 8.5.1 and WordPress 6.4.2