Jump to content

Problem with prices and combinations [PS 1.6.0.8]


bezet

Recommended Posts

Country: Poland
Tax rate: 23%

Presta: 1.6.0.8 (clean install, updated modules)
Products freashly added

Round mode: Classic

Sell 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]

post-461035-0-14712300-1405533662_thumb.png

post-461035-0-05777300-1405533663_thumb.png

post-461035-0-92678000-1405533663_thumb.png

Link to comment
Share on other sites

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 ;]

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...