fbpx

Description

[wcj_order_shipping_price] shortcode displays WooCommerce order shipping price.

Args

excl_tax
(optional) Including (no) or excluding (yes) the taxes.
Default: no
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
order_id
(optional) The integer ID for an order.
Default: The current order ID, if exists
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

Example

[wcj_order_shipping_price hide_if_zero="yes" before="Shipping including TAX: "]<br />
[wcj_order_shipping_price excl_tax="yes" hide_if_zero="yes" before="Shipping excluding TAX: "]
Recommended for PDF Invoicing and Packing Slips module
Accessible through:
  • [wcj_order_shipping_price]
Tested on WooCommerce 8.5.1 and WordPress 6.4.2