Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do you increase the length of the product name?


JulieQ

Recommended Posts

Posted

Hi all,

I have a number of products that have longish names and at the moment it looks as though it will only display about 40 characters. How is the length determined and how do I edit it?

 

Thanks for any help!

 

JulieQ

Posted

You will need to run the following command through PHPMyAdmin or a similar database tool

 

ALTER TABLE products_description CHANGE products_name products_name VARCHAR(255);

Archived

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

×
×
  • Create New...