south coast marine Posted March 12, 2008 Posted March 12, 2008 I have quite a few products with long names. How can I increase the length of the product's name? Thanks
burt Posted March 12, 2008 Posted March 12, 2008 ALTER TABLE `products_description` CHANGE `products_name` `products_name` VARCHAR( 128 ) NOT NULL
south coast marine Posted March 12, 2008 Author Posted March 12, 2008 Thanks, Where do I find TABLE `products_description` CHANGE `products_name` `products_name` VARCHAR( 128 ) NOT NULL
burt Posted March 12, 2008 Posted March 12, 2008 Use phpmyadmin to make the change directly on your database. Backup first. Don't know how phpmyadmin works? Try your host's help pages.
RC Heli Pilot Posted March 29, 2008 Posted March 29, 2008 So,... What was the answer? I too would like to increase the Product Model # length. Whats the name of the file and it's location please? But i'm talking about where you change the Products Model amount of characters and not the description itself.
♥GLWalker Posted March 29, 2008 Posted March 29, 2008 So,... What was the answer? I too would like to increase the Product Model # length. Whats the name of the file and it's location please? But i'm talking about where you change the Products Model amount of characters and not the description itself. ALTER TABLE `products_description` CHANGE `products_model` `products_model` VARCHAR( 128 ) NOT NULL Follow the community build: BS3 to osCommerce Responsive from the Get Go! Check out the new construction: Admin Gone to Total BS!
markg-uk Posted March 31, 2008 Posted March 31, 2008 So,... What was the answer? I too would like to increase the Product Model # length. Whats the name of the file and it's location please? But i'm talking about where you change the Products Model amount of characters and not the description itself. Just to be clear, it isn't set via a number in a file - the field length is set in the database. You need to edit the field length value for the field you want to change. This is easiest done via phpmyadmin.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.