melriks Posted April 22, 2013 Share Posted April 22, 2013 Is there a way to make the features into text areas rather than text fields. We'd like to include some tables as a feature of each product. Once the text areas are populated, we'll add more tabs to the product display page. Currently, the feature fields won't take all the text. I'm not opposed to modifying the core tables if needed. Suggestions? Link to comment Share on other sites More sharing options...
pafaustine Posted April 22, 2013 Share Posted April 22, 2013 If what you need is more text in the feature value (I think it defaults to 255 chars), then a couple changes should do it. One is to alter the ps_feature_value_lang table to change the size of the value field. Then you'll need to override FeatureValue.php to change $definition. Find the 'value' element of 'fields' and change the size to match whatever you did in the database. Be careful. Link to comment Share on other sites More sharing options...
Recommended Posts