Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Model Number Question - Character Limitation?


ecroswell21

Recommended Posts

Posted

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

Posted

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.

  • 3 weeks later...
Posted

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

Posted

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.

Posted

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

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...