aeakers Posted July 13, 2011 Share Posted July 13, 2011 Sorry if this is already answered. I tried searching but could not find anything. Basically I want to have a fairly high maximum length/width for product tags. Currently it cuts off at 32 characters. If it is not clear, I m talking about Catalog - Tags tab. Thanks!! Link to comment Share on other sites More sharing options...
aeakers Posted July 14, 2011 Author Share Posted July 14, 2011 I figured this out (at least in a workaround kind of way, unsure if this is a great method).If you go into the database, ps_tag table. Field 'name' is set to type varchar(32), change it to varchar(XX) where XX is how many characters you want it to be. Link to comment Share on other sites More sharing options...
Recommended Posts