Page 1 of 1

maximal price is 10 digit?

PostPosted: 30 Jul 2014, 21:36
by blogg
when we type a price more than 10 digit, it will show 2 147 483 647. how to fix it? I want it support unlimited digit of price, like 600.000.000.000

Re: maximal price is 10 digit?

PostPosted: 31 Jul 2014, 19:39
by support
Hello.

"price" and "price_to" fields is "integer" - https://www.dropbox.com/s/va8bmu4n5red8 ... -31_01.jpg
change the data type from "int" to "bigint" - http://dev.mysql.com/doc/refman/5.5/en/ ... types.html

Re: maximal price is 10 digit?

PostPosted: 31 Jul 2014, 20:33
by blogg
yesterday I only change price from int to bigint
and now it's work, but when I move right-left the filter of price range of advance search it will back to 2 147 483 647 for max price range. what must I do?

Re: maximal price is 10 digit?

PostPosted: 01 Aug 2014, 08:16
by support