MrE03 Posted March 2, 2010 Share Posted March 2, 2010 how do i increase the character length for the model number when im viewing a customers order? Products Model Tax Price (ex) Price (inc) Total (ex) Total (inc) the model number cuts off and i would like to be able to view the complete model number as it would help me thanks Link to comment Share on other sites More sharing options...
NodsDorf Posted March 2, 2010 Share Posted March 2, 2010 how do i increase the character length for the model number when im viewing a customers order? Products Model Tax Price (ex) Price (inc) Total (ex) Total (inc) the model number cuts off and i would like to be able to view the complete model number as it would help me thanks www.yoursite.com/cpanel Login Open MyPhp Admin Select the Oscommerce database Select the table called Products Check the Row that says products_model find the edit button .. click it A new form should pop up change the value to something like VarChar(25) where 25 is the amount of characters used. Link to comment Share on other sites More sharing options...
Hotclutch Posted March 2, 2010 Share Posted March 2, 2010 You will also need to make this change in the orders_products table. Link to comment Share on other sites More sharing options...
MrE03 Posted March 2, 2010 Author Share Posted March 2, 2010 www.yoursite.com/cpanel Login Open MyPhp Admin Select the Oscommerce database Select the table called Products Check the Row that says products_model find the edit button .. click it A new form should pop up change the value to something like VarChar(25) where 25 is the amount of characters used. this part i was aware of You will also need to make this change in the orders_products table. i think this is what solved it! thanks to both of you guys for the quick response! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.