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??
[SOLVED] Incorrect price display
[SOLVED] Incorrect price display
Last edited by Fizx on Wed Nov 19, 2008 11:39 pm, edited 1 time in total.
Re: Incorrect price display
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.
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.