How to get subtotal based on specific tax rate?
-
Hello,
is there way to filter out / get subtotal based on an specific tax rate (for example “standard”)?'total_price_without_vat' => array( 'label' => __('Subtotal VAT excl.', 'a_project'), 'value' => wc_price( $order->get_total() - $order->get_total_tax()), ),
Thanks you
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to get subtotal based on specific tax rate?’ is closed to new replies.