Description
[wcj_order_subtotal_by_tax_class]
shortcode displays WooCommerce order subtotal by tax class.
Args
Please check shortcodes common args.
- tax_class
- (required) Tax class slug, e.g. `reduced-rate` or `standard`.
- Default: None
- hide_if_zero
- (optional) Hide output if result equals zero (
yes
).- Default:
no
- Default:
- hide_currency
- (optional) Hide currency symbol (
yes
).- Default:
no
- Default:
- 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
- billing_country
- (optional) Make shortcode results visible only in orders with specific billing country. Value is two letter country code. Can be comma separated list.
- Default: None
- not_billing_country
- (optional) Make shortcode results visible only in orders excluding specific billing country. Value is two letter country code. Can be comma separated list.
- Default: None
Examples
[wcj_order_subtotal_by_tax_class tax_class="reduced-rate"]
Accessible through:
- [wcj_order_subtotal_by_tax_class]