zalik22 Posted July 30, 2005 Share Posted July 30, 2005 I am trying to increase the limit on the product names because some of mine are getting cut off. i read on some other older threads that fixing this problem requires making modifications to the products_description table. however I cannot find this table anywhere. Please let me know how to go about increasing the allowable length on my product names. thanks Link to comment Share on other sites More sharing options...
Guest Posted July 30, 2005 Share Posted July 30, 2005 try the products table Link to comment Share on other sites More sharing options...
zalik22 Posted July 30, 2005 Author Share Posted July 30, 2005 sorry but i cant seem to find that either. what path should I go down to locate this file? thanks Link to comment Share on other sites More sharing options...
mandavia Posted July 30, 2005 Share Posted July 30, 2005 sorry but i cant seem to find that either. what path should I go down to locate this file? thanks <{POST_SNAPBACK}> The other posts may have been referring to editing the field length in the database itself with phpmyadmin. You would need to edit the product_name field length in the table products. Hope this helps. Link to comment Share on other sites More sharing options...
♥Vger Posted July 30, 2005 Share Posted July 30, 2005 The products_name comes under the products_description table, and that's already set to 64 characters in length - which is more than enough for a products name. Are you referring to products_model, which does come under the products table and is 12 characters long by default? Vger Link to comment Share on other sites More sharing options...
zalik22 Posted August 2, 2005 Author Share Posted August 2, 2005 The products_name comes under the products_description table, and that's already set to 64 characters in length - which is more than enough for a products name. Are you referring to products_model, which does come under the products table and is 12 characters long by default? Vger <{POST_SNAPBACK}> Thanks! It worked, I appreciate the help. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.