insideorkut.com

What factors to consider when selecting a iPage web host?

Click Here To View All Answers...


Quick question... What factors to consider when selecting a iPage web host? Hoping for any comment. Another quick question... Why price is showing like this 3,600EUR.

I want that it like this 3,500 EUR..

Comments (58)

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..

Comment #1

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

Comment #2

No, not doing it for me, I will check further...

Comment #3

3, 500_EUR is working.

But I want like this 3, 500 EUR or 3,500 €.

Not like this 3,500EUR or 3,500€..

Comment #4

HURAA!!!! I SOLVE PROBLEM !!! ! YES YES YES!..

Comment #5

Why price is showing like this 3,600EUR.

I want that it like this 3,500 EUR..

Comment #6

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..

Comment #7


This question was taken from a support group/message board and re-posted here so others can learn from it.