nrivoli Posted February 9, 2012 Share Posted February 9, 2012 (edited) Hello! I have a big problem One product: Base Price $4202 Tax (19%) $798,38 Total = $5000 with (Standard ROUND) That's perfect, but, what happens if my client need 3x products?.. the final price should be $15000, but prestashop says that is $15001 Doing the maths, Prestashop is doing something like this ... round(qty*base_price*tax).... and I need round(base_price*tax)*qty. Is this possible? this happens when I use combinations thank you in advance Edited February 9, 2012 by nrivoli (see edit history) Link to comment Share on other sites More sharing options...
nrivoli Posted February 9, 2012 Author Share Posted February 9, 2012 Well, finally i fix this fixing the final price, and prestashop calculating the base price. 1 Link to comment Share on other sites More sharing options...
jdiazceinegocios Posted March 2, 2016 Share Posted March 2, 2016 Well, finally i fix this fixing the final price, and prestashop calculating the base price. sorry,as you solved this please. code Link to comment Share on other sites More sharing options...
Recommended Posts