I see the fix you guys are proposing but the "ot_local_sales_taxes.php" isn't set up the way the fix (http://learnwebtutorials.com/how-to-...ocal-sales-tax) is showing to do. The website is http://force-test.com and I'm using 1.3.9.h
Code:
'title' => $taxrec['id'] .':' ,
'text' => $showtax,
'value' => $total_tax);
} //end foreach tax
} //end if local tax <> 0
} //end function
Not it the same order. I'm confused on where to put the break as well.
Just getting duplicated 0.00 in my order total and also, why do I get 2 of the same tax charges. The zips are not duplicate.
Bookmarks