Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

limit in the title lenght


yos40

Recommended Posts

Posted

Hello guys,

 

I seem to have a small problem,

My title gets cut off after a set lenght of charchters, how can i change it? or even remove the limit compleatly?

 

Thanks for all the help

 

Yossi

Posted
You need to change that directly in the database using phpmyadmin (or something similar).

 

Jack

 

thanks for the reply, but how do i do it?

What should i change, do you mind writing the code because I'm not so good with mysql

Posted
thanks for the reply, but how do i do it?

What should i change, do you mind writing the code because I'm not so good with mysql

 

 

Thanks for the help,

I was able to change it myself with a little trail and error,

 

For whoever is interested this is the commend

 

ALTER TABLE `products_description` CHANGE `products_name` `products_name` VARCHAR( 200 ) NOT NULL

 

where 200 is the variable, it used to be 64 i made it 200 so i will have no limit

 

Thanks again

 

Yossi

Archived

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

×
×
  • Create New...