dwelch022 Posted October 26, 2014 Share Posted October 26, 2014 This works for v1.6.0.9 In classes/product.php Found on line 2761 Change: $specific_price_reduction = !$use_tax ? $product_tax_calculator->removeTaxes($reduction_amount) : $reduction_amount; To: $specific_price_reduction = $reduction_amount; 2 Link to comment Share on other sites More sharing options...
Recommended Posts