Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Increasing Product name length


Guest

Recommended Posts

Hi,

 

I would like to increase the number of characters for my product names when i am adding a new item - at present i can put the full description in but when i update and install the product to go live i am missing about 25-30 characters off the product name as a result when they are displaying in the new products for september on the homepage the name is cut at the end and looks bad.

 

How can i increase the character field to correct the problem, i have looked in max values but cannot see anything for it - is it possible or will i need to shorten the name fields and give a shrter description?

 

Thanks.

Link to comment
Share on other sites

This needs to be done at database level whereby you set the varchar number to a higher value for products_name in the products_description table

 

or run this sql query

 

ALTER TABLE products_description CHANGE products_name products_name VARCHAR( 128 ) NOT NULL

 

here the varchar number has been increased from 64 to 128

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Link to comment
Share on other sites

This needs to be done at database level whereby you set the varchar number to a higher value for products_name in the products_description table

 

or run this sql query

 

ALTER TABLE products_description CHANGE products_name products_name VARCHAR( 128 ) NOT NULL

 

here the varchar number has been increased from 64 to 128

 

 

I am somewhat of a noob - where can i find these files?

 

Thanks

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...