meadtj Posted April 25, 2008 Posted April 25, 2008 How do I add extra characters for my product names? It will cut off my product names after a certain amount of characters.
FIMBLE Posted April 25, 2008 Posted April 25, 2008 You need to do this on your database. via phpmyadmin or similar Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
FIMBLE Posted April 25, 2008 Posted April 25, 2008 if you are familiar with phpmyadmin insert the following line, it will increase that names to 255 characters ALTER TABLE `products_description` CHANGE `products_name` `products_name` VARCHAR( 255 ) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
meadtj Posted April 26, 2008 Author Posted April 26, 2008 thanks I appreciate it, :rolleyes: I should have thought of that myself
Recommended Posts
Archived
This topic is now archived and is closed to further replies.