supersnow,
Can you try this update to see it this takes care of your problems:
in functions_local_taxes.php
change line 25 from
toCode:if ($customer_check->fields['customers_tax_exempt'] = "ALL") {
LadyHLGCode:if (strtoupper($customer_check->fields['customers_tax_exempt']) == "ALL") {


Reply With Quote
(Second now because I posted this as its own thread and on this because its relevant to this Mod - I hope thats OK)
