dwelch022 Posted October 9, 2014 Share Posted October 9, 2014 When I apply a discount to a product, the price shows up different on the products page and the page after I click on the product. Is there a way to add the specific price before tax? Can someone please help me out with this? Link to comment Share on other sites More sharing options...
dwelch022 Posted October 9, 2014 Author Share Posted October 9, 2014 can someone help me out please? Link to comment Share on other sites More sharing options...
tuk66 Posted October 13, 2014 Share Posted October 13, 2014 Is your theme a premium one? It is rather question for the theme developer. Link to comment Share on other sites More sharing options...
dwelch022 Posted October 13, 2014 Author Share Posted October 13, 2014 Is your theme a premium one? It is rather question for the theme developer. Thanks. I'll have a talk with the developer. Link to comment Share on other sites More sharing options...
tom52 Posted November 27, 2014 Share Posted November 27, 2014 Did you fine the fix for this problem yet? I have the same problem. Link to comment Share on other sites More sharing options...
dwelch022 Posted November 27, 2014 Author Share Posted November 27, 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; 1 Link to comment Share on other sites More sharing options...
tom52 Posted November 27, 2014 Share Posted November 27, 2014 Thank you very much, it works great. Link to comment Share on other sites More sharing options...
Recommended Posts