paton000 Posted February 23, 2007 Posted February 23, 2007 Hi Guys. Can anyone advise where to change the number of digits used in the Model Number..? I need to extend this field by 10 digits. Not sure how to go about this. Any help would be appreciated. Andy
Iggy Posted February 23, 2007 Posted February 23, 2007 Hi Guys. Can anyone advise where to change the number of digits used in the Model Number..? I need to extend this field by 10 digits. Not sure how to go about this. Any help would be appreciated. Andy In phpMyAdmin or whatever you use to access the db directly change the value in the table products > product_model from varchar(12) to varchar(22) Iggy Everything's funny but nothing's a joke...
paton000 Posted February 23, 2007 Author Posted February 23, 2007 Hi Iggy Thanks for that. I have amended it and it works fine now. Much appreciated(just love Open Source communities..!) Andy In phpMyAdmin or whatever you use to access the db directly change the value in the table products > product_model from varchar(12) to varchar(22) Iggy
Recommended Posts
Archived
This topic is now archived and is closed to further replies.