This actually only worked per line item and not on the subtotal. Does anyone know which filter to use to do this on the subtotal.
I finally figured it out. If anyone has a better way to write this, I would like the input.
in my function file I added:
function homer_max_tax($tax_amount , $rate, $price) {
if($tax_amount > 375000)
$tax_amount = 375000;
return $tax_amount;
}
Problem resolved. Changed the permissions for the folder /uploads fixed the issue