JulieQ Posted April 16, 2008 Posted April 16, 2008 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
FIMBLE Posted April 16, 2008 Posted April 16, 2008 Hello not sure if its in the Admin section under maximum values (configuration menu) if if you need to do it into the database direct. Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
Guest Posted April 16, 2008 Posted April 16, 2008 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);
Recommended Posts
Archived
This topic is now archived and is closed to further replies.