bezet Posted July 16, 2014 Share Posted July 16, 2014 Country: PolandTax rate: 23%Presta: 1.6.0.8 (clean install, updated modules)Products freashly addedRound mode: ClassicSell price of both products: 600.00 zł (tax incl.) as You can see on list.png Why prices are different (price on wo_combi.png != w_combi.png)? On presta 1.5.3.1 prices were ok. (With and without combi were the same = 600.00)How to fix it? [sorry for my eanglish] Link to comment Share on other sites More sharing options...
bezet Posted July 17, 2014 Author Share Posted July 17, 2014 Problem does not exist in PS 1.6.0.6 ;] Link to comment Share on other sites More sharing options...
bezet Posted July 18, 2014 Author Share Posted July 18, 2014 In product.js : priceWithGroupReductionWithoutTax = ps_round(basePriceWithoutTax * (1 - group_reduction), 2); I've chcanged to:priceWithGroupReductionWithoutTax = ps_round(basePriceWithoutTax * (1 - group_reduction), 6); This works for me ;] 1 Link to comment Share on other sites More sharing options...
Recommended Posts