ecroswell21 Posted July 21, 2010 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
ecroswell21 Posted July 21, 2010 Author 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.
bavx Posted August 10, 2010 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
Jan Zonjee Posted August 10, 2010 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.
Guest Posted August 10, 2010 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
bavx Posted August 10, 2010 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.