That's a good question. I'm not sure what is the right answer. I'll do some Googling and get back to you if I find an anything. You should email the people at iPage as they probably could answer your iPage question..
In the class currencies.php there is a statement like:.
$format_string = $this->currencies[$currency_type]['symbol_left']number_format(tep_round($number, $this->currencies[$currency_type]['decimal_places']), $this->currencies[$currency_type]['decimal_places'], $this->currencies[$currency_type]['decimal_point'], $this->currencies[$currency_type]['thousands_point'])$this->currencies[$currency_type]['symbol_right'];.
Try changing it to :.
$format_string = $this->currencies[$currency_type]['symbol_left']number_format(tep_round($number, $this->currencies[$currency_type]['decimal_places']), $this->currencies[$currency_type]['decimal_places'], $this->currencies[$currency_type]['decimal_point'], $this->currencies[$currency_type]['thousands_point'])' '$this->currencies[$currency_type]['symbol_right'];..
No, not doing it for me, I will check further...
3, 500_EUR is working.
But I want like this 3, 500 EUR or 3,500 €.
Not like this 3,500EUR or 3,500€..
HURAA!!!! I SOLVE PROBLEM !!! ! YES YES YES!..
Why price is showing like this 3,600EUR.
I want that it like this 3,500 EUR..
Heppi,.
Where? On what page? You will probably need to go into that page and add a space on whichever line of code is displaying the price..
Ed..

