Taxes without rounding
-
Hi! I use your great plugin on our site. To export taxes I use your custom code for exporting sorted by tax rate (extremely helpful!). I was wondering if it is possible to get the tax numbers without rounding though? I asked this quesiton about a year ago and you posted this:
you should replace
$this->taxes[‘tax_’.$tax->rate_id ] = wc_round_tax_total($tax->amount);
with
$this->taxes[‘tax_’.$tax->rate_id ] = $tax->amount;Then it worked great, but now I’ve tried again and am getting the rounded numbers still. Do you have any advice? Thank you kindly!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Taxes without rounding’ is closed to new replies.