inkuyo,
Try this:
Open the following file.
\includes\modules\order_total\ot_local_sales_taxes.php
at about line 170 find
and replace it withCode:if($myfield == $value){
See if that fixes the issue.Code:if(strtolower($myfield) == strtolower($value)){
LadyHLG


Reply With Quote
