osCommerce allows only 32 characters for the Category name length. In order to allow for longer osCommerce category names you can simply update your database table.
There are two ways to do this.
The first is by using something like phpMyAdmin to increase the length of the categories_name field in the categories_description table.
If you’re a command line person, you can increase the length of your osCommerce category names by using the following:
ALTER TABLE `categories_description` CHANGE `categories_name` `categories_name` VARCHAR( 64 ) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL
That’s it. Just updating the categories_description table will allow you to use longer category names with osCommerce.
3 Responses
Alfonso C
May 24th, 2009 at 7:44 pm
1Hi! Thank for this information!
Baju
December 13th, 2009 at 6:54 am
2Thank you…. this is what im looking for….
mousa
March 27th, 2010 at 4:42 am
3Thank for this information
RSS feed for comments on this post · TrackBack URI
Leave a reply
Categories
Archives
Clients and Projects
Recently Written
Calendar