fabriccut100 Posted March 16, 2009 Share Posted March 16, 2009 Is there any way to set the length for the Products Model name when creating a new product? when I enter a name and after I save it , if I go back to see the product in the admin I notice that several characters are missing from the name, can that be set anywhere? Thank you for any help with this Link to comment Share on other sites More sharing options...
♥geoffreywalton Posted March 16, 2009 Share Posted March 16, 2009 Try changing the field length in the database, phpmyadmin will allow you to do this. Then look at where the field is retrieved and see if it is truncated. G Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>. Link to comment Share on other sites More sharing options...
fabriccut100 Posted March 17, 2009 Author Share Posted March 17, 2009 Got it! just in case anyone wants to know how to do this all I did was log in to my database using phpAdmin then under products I found the Products_model table and increased the value, by default it's set to 12, Thanks for all you help everyone, I really appreciate it Link to comment Share on other sites More sharing options...
Hotclutch Posted March 17, 2009 Share Posted March 17, 2009 Got it! just in case anyone wants to know how to do this all I did was log in to my database using phpAdmin then under products I found the Products_model table and increased the value, by default it's set to 12, Thanks for all you help everyone, I really appreciate it You might want to make the same adjustment to products_model in the orders_products table. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.