Zen Follower
- Join Date:
- May 2009
- Posts:
- 201
- Plugin Contributions:
- 0
How can I make the product names longer?
Some of my products have longer names. Please show me how to make it fit. Thanks for your help.
Views: 2,147
Zen Follower
Some of my products have longer names. Please show me how to make it fit. Thanks for your help.
Totally Zenned
This may help http://www.zen-cart.com/forum/showthread.php?t=41634
Zen Follower
You will need to go to your database via myphpadmin and change the table character length from what i think its set at 64. I changed mine to 255.
Zen Follower
Note that you'll want to do this in the admin side in orders so it'll be the same if you care for that.
Totally Zenned
willie bee:
Note that you'll want to do this in the admin side in orders so it'll be the same if you care for that.
Good point... You need to make sure that ALL fields in the DB that use the Product Name, must have identical VARCHAR lengths.
New Zenner
I changed mine to 255 through phpmyadmin....I'm not sure where to go to change the VARCHAR length "on the admin side" Please explain....thx
Oba-san
It is in the database tables ...
Check the table for:
orders_products
the field:
products_name
in that table needs to be changed too ...
Tell staff why this post should be reviewed.