ahmedmigoo Posted February 21, 2009 Share Posted February 21, 2009 hi i used Arabic & English language when add the new Category in two language [English accept 32 character but the Arabic accept 4only character] same problem in new product Quote Link to comment Share on other sites More sharing options...
Guest Posted February 21, 2009 Share Posted February 21, 2009 hii used Arabic & English language when add the new Category in two language [English accept 32 character but the Arabic accept 4only character] same problem in new product You should be able to modify the settings in the sql database. Quote Link to comment Share on other sites More sharing options...
Guest Posted February 21, 2009 Share Posted February 21, 2009 (edited) specifically, look in the products_description table for the products_name field. You can edit the field in phpMyAdmin (or some other similar tool) to make the field longer. edit: This may actually be a collation issue. What is the collation set in your products_description.products_name field set to? You can also see this in phpMyAdmin by looking at the structure of the products_description table. -jared Edited February 21, 2009 by jcall Quote Link to comment Share on other sites More sharing options...
ahmedmigoo Posted February 22, 2009 Author Share Posted February 22, 2009 product name (products_name) field accept 64 character but my problem in Arabic language product name when add Arabic character accept 11 only and category accept 4 only. sorry for bad English language Quote Link to comment Share on other sites More sharing options...
Jan Zonjee Posted February 22, 2009 Share Posted February 22, 2009 product name (products_name) field accept 64 character but my problem in Arabic language product name when add Arabic character accept 11 only and category accept 4 only. Probably the arabic characters go into the database not as one UTF character but as the HTML character entity (like & #1234; without the space between the ampersand and #). Since you use UTF-8 in the database but English in the admin maybe it helps when you change in the file admin/includes/languages/english.php the line (around line 45): define('CHARSET', 'iso-8859-1'); to: define('CHARSET', 'UTF-8'); Quote Link to comment Share on other sites More sharing options...
ahmedmigoo Posted April 14, 2009 Author Share Posted April 14, 2009 Since you use UTF-8 in the database but English in the admin maybe it helps when you change in the file admin/includes/languages/english.php the line (around line 45): define('CHARSET', 'iso-8859-1'); to: define('CHARSET', 'UTF-8'); thank you my problem solved thanks Quote Link to comment Share on other sites More sharing options...
ahmedmigoo Posted July 27, 2009 Author Share Posted July 27, 2009 (edited) thank you my problem solved thanksmy web site is http://www.bazaar-eg.com & http://www.flowerspalace.com Edited July 27, 2009 by ahmedmigoo Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.