Hello,
i installed the Module "Magento5CentRounding" from openstream (https://github.com/openstream/Magento5CentRounding).
I noticed that the price on the detail site doesnt get rounded .... Furthermore, the end price is 5 cents higher ...
Anyone used that module or can tell me what changes in code i have to do please?
Thank you Chris
You need to debug this file.
app/code/community/Openstream/RappenRounding/Model/Store.php
there is one function called "public function roundPrice($price)"that do rounding logic.