Page 1 of 1

[SOLVED] Incorrect price display

Posted: Wed Nov 19, 2008 12:37 am
by Fizx
Hi guys

I am working on this website (http://forcomfort.co.nz/index.php) and the prices are not being displayed correctly. I have looked over almost all the files and I cant find the file that gets the price from the database.

Can you guys please point me in the right direction??

Re: Incorrect price display

Posted: Wed Nov 19, 2008 11:38 pm
by Fizx
SOLVED!

If you have this problem have a look at the SQL database, if the prices are showing up incorrectly change the price type to double(10,2). This makes the SQL database format the numbers properly.