What is the shortcode for order subtotal INCLUDING tax?
-
On an invoice:
[wcj_order_subtotal]: https://booster.io/shortcodes/wcj_order_subtotal/ = excluding taxes.
What is the shortcode for order subtotal INCLUDING tax?And how to show only a sale price, otherwise leave it empty?
product_sale_price hide_if_zero=”yes” will hide all: columns=”product_sku|item_name|item_quantity|product_regular_price|product_sale_price hide_if_zero=”yes”|line_total_tax_incl”[wcj_product_sale_price hide_if_zero=”yes”]: does not work
product_sale_price will show the correct sale price if a product is on sale. But when a product is not on sale it will show €0,00. Which indicated, the product costs €0,00.
It should show noting, that column should be empty.
https://ibb.co/dWxxWK9
- You must be logged in to reply to this topic.