ecroswell21 Posted July 21, 2010 Share Posted July 21, 2010 Is there a limitation to the amount of characters the model number can have? and if so, can this be changed? I am trying to insert a somewhat long model number I guess. It keeps cutting the model number off. Thanks Erik Link to comment Share on other sites More sharing options...
ecroswell21 Posted July 21, 2010 Author Share Posted July 21, 2010 Found it and just wanted to post where I did find it. If anyone runs into this, the charater limit can be set in the products table in the database. Link to comment Share on other sites More sharing options...
bavx Posted August 10, 2010 Share Posted August 10, 2010 Found it and just wanted to post where I did find it. If anyone runs into this, the charater limit can be set in the products table in the database. Where did you find it. I have long part numbers and need them lengthened Link to comment Share on other sites More sharing options...
Jan Zonjee Posted August 10, 2010 Share Posted August 10, 2010 Where did you find it. I have long part numbers and need them lengthened Table products, field: products_model: varchar 12. You can enlarge that till 255 I think. Link to comment Share on other sites More sharing options...
Guest Posted August 10, 2010 Share Posted August 10, 2010 Brad, Use myphpadmin to access your database tables. You will find the products table and within that the model column. Edit the model column where it says varchar 12. Change the 12 to suit your needs. Chris Link to comment Share on other sites More sharing options...
bavx Posted August 10, 2010 Share Posted August 10, 2010 Brad, Use myphpadmin to access your database tables. You will find the products table and within that the model column. Edit the model column where it says varchar 12. Change the 12 to suit your needs. Chris Im not real familiar with the back end and I haven't tried myphp yet. If Im going in through File manager where would I find "tables" Thanks for the help Brad Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.