skyknight Posted June 3, 2008 Share Posted June 3, 2008 Hi All, I have deal with something realy strange. I have create a product with price 35000, i see on admin it show like what it have entered. And when i open it from user side, it show price 1, yes just 1 digit. BUT, when i change the price to 350001, it show correctly on user side. Any body know what is going on with this price? Thank and regards, Kurniawan Link to comment Share on other sites More sharing options...
naveedramzan Posted June 5, 2008 Share Posted June 5, 2008 $price = 100; number_format($price) ... this function will return 100.00 so i hope this matter will be solved thanks Muhammad Naveed Ramzan Software Engineer Discretelogix (Pvt.) Ltd. Islamabad, Pakistan Mail: [email protected] Link to comment Share on other sites More sharing options...
Chronogirl Posted June 7, 2008 Share Posted June 7, 2008 $price = 100;number_format($price) ... this function will return 100.00 so i hope this matter will be solved thanks Which file should I change ? I noticed that OScommerce had flaws in showing price in million or billion Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.