Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How can I increase the length of my product's names?


south coast marine

Recommended Posts

Posted

Use phpmyadmin to make the change directly on your database. Backup first.

Don't know how phpmyadmin works? Try your host's help pages.

  • 3 weeks later...
Posted

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.

Posted
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!

Posted
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.

Archived

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

×
×
  • Create New...