Hi,
I'd like to know how to change the maxlength="32" applied on the product model textfield when adding a product in the admin. I need to change this so I can workaround a design problem I have when some products need a long name to appear correct in my mirror site that is linked to a price comparison website. The workaround is basically to use the model textfield to hold the full name of the product needed to make it appear correctly in the price comparison website, while I can put whatever name I want in the product name so my design won't collapse. Later on, I'll change my mirror script to pull out the product name value from the MODEL textfield instead. Hope you understand so far. Last question I have, is basically, why is the model textfield limited to 32 chars? Any specific reason? Also, if I change this parameter or totally delete it do I also have to change something in the SQL? type of var? something like that?...thanks for any help.![]()



