Jump to content

Add Specific Price Before Tax! (Works)


dwelch022

Recommended Posts

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;


  • Like 2
Link to comment
Share on other sites

×
×
  • Create New...