Hi I'm aware this has ben asked a few times before but none of the answers I found seemed to work globally.
I need my category names to be slightly longer by about 10 characters, so how do I do this in the database and what do I need to change?
Hi I'm aware this has ben asked a few times before but none of the answers I found seemed to work globally.
I need my category names to be slightly longer by about 10 characters, so how do I do this in the database and what do I need to change?
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
Don't know why but its not linking to the thread you sent?
Can anybody help me with this as Kims post link didn't work.
That link takes me right to the post on how to change the categories_name from 32 to 64 characters:
Code:ALTER TABLE categories_description CHANGE categories_name categories_name VARCHAR( 64 ) NOT NULL;
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Sorry, the thread I posted was in a closed section of the archives.
Note: I found the thread by scrolling to the bottom of the page and checking the Similar Topics.
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
Thanks Guys, I just couldn't get to it.
Linda do I paste that directly into PHPMYADMIN?
Providing you do not have any database table prefixes ...
If your tables use prefixes, then you will need to add them ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!