Friday 29 August 2008 4:22:18 am
Hello, I'm trying to set up an online store based on eZ Publish 4.01 (updated from 4.0). Every product class uses multiprice and I also set up 4 currencies. Everything is ok, the prices are up to date thanks to eZECB, but they don’t round according to rules from shop.ini. I tried to set it on different ways, but with no luck. Now my shop.ini looks like this (MathSettings part):
[MathSettings]
RoundingPrecision=1
RoundingType=ceil
RoundingTarget=99
MathHandler=eZPHPMath
and the price is still for example: € 8.06. Oh, the cache is cleared after any change.
I checked it on two different machines and it doesn’t work for me. Could you tell me, is there something that I’m still missing? I’m completely out of ideas how to make it work.
|