tomcat80 Posted October 17, 2009 Share Posted October 17, 2009 Hi!I need more characters for prices, because my country's currency...Prestashop allow maximum 9.999.999,- and displays 10.000.000,- for prices, and I need more characters...How could I solve that?THANKS! Link to comment Share on other sites More sharing options...
KIH999 Posted October 17, 2009 Share Posted October 17, 2009 No problem with big(realistic) numbers in the system that i can see, but many digits may have a "display-problem" in templates.You should search in global.css for "price" etc. and adjust font-size. for those classes that show too big fonts.. ul#product_list li .price{ display: block; font-size: 1.5em; margin-bottom: 0.2em; } Link to comment Share on other sites More sharing options...
tomcat80 Posted October 17, 2009 Author Share Posted October 17, 2009 Thanks for the info!I tried, but didn't solved the problem Maybe I should change in the back office? I would try that but didn't find (yet)...and...I can write in the back office field 14 characters, but then its says "the field price is invalid". If I write 10 characters, than no error message, but after I "click save and stay" it automatically rewrite the "Pre-tax retail price:" to 9999999.999999 and the "Retail price with tax:" 10000000.00000Any idea?Thanks! Link to comment Share on other sites More sharing options...
KIH999 Posted October 17, 2009 Share Posted October 17, 2009 Yes, I see it now, in DB it's capped to 13 digits total, and 6 of them is decimals. That gives 7 digts before the comma. Link to comment Share on other sites More sharing options...
TropischBruin Posted October 17, 2009 Share Posted October 17, 2009 Please, change your topictitle to: Prices character number problem in PS 1.2.4. Link to comment Share on other sites More sharing options...
tomcat80 Posted October 21, 2009 Author Share Posted October 21, 2009 I made some change, in the back office under Payment/Currency simply wrote a fixed zeros ".000" before the symbol, so I think my problem could say solved, but, if somebody come with a real solution please write it Link to comment Share on other sites More sharing options...
Recommended Posts