How to get tax rates for product, when price is set without vat
-
Hi
i trying get tax rates for product. When price is set with vat, this
$tax_rates = WC_Tax::get_rates( $_product->get_tax_class() );
working fine. But, when proce is set without vat, get_rates returns empty array.
- The topic ‘How to get tax rates for product, when price is set without vat’ is closed to new replies.