Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Cathegory and Subcathegory names.


eso71

Recommended Posts

Posted

While i am inserting cathegories and subcat. i noticed that osComm. cuts the names which are longer than 32 characters :blink:

Is that a standard limit? Couse i tryed to find a solution in Configuration --> Maximum Values but it looks that doesnt exist an option to change, there.

 

My question is: can i change that limit or not? If yes, how?

Posted

Use PHPMyAdmin and do this;

 

ALTER TABLE `categories_description` CHANGE `categories_name` `categories_name` VARCHAR( 128 ) NOT NULL

 

Please backup your database first ;)

Archived

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

×
×
  • Create New...