Admin - Configuration - My Store - Tax Decimal Places - Admin
From Zen Cart(tm) Wiki
Menu: Admin - Configuration - My Store - Tax Decimal Places - Admin
/path/to/your/shop/admin/includes/functions/general.php
| Line #1360 : function zen_display_tax_value($value, $padding = TAX_DECIMAL_PLACES) { |
/path/to/your/shop/admin/tax_rates.php
| Line #210 : $contents[] = array('text' => '<br><b>' . $trInfo->tax_class_title . ' ' . number_format($trInfo->tax_rate, TAX_DECIMAL_PLACES) . '%</b>'); |
