Zen Cart Logo
Forums / Customization from the Admin / How can I make the product names longer?

How can I make the product names longer?

Views: 2,147

Results 1 to 7 of 7
11 Mar 2011, 7:27 PM
#1
ttmb33 avatar

ttmb33

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.

6 Apr 2011, 8:10 AM
#3
willie_bee avatar

willie_bee

Zen Follower

Join Date:
Mar 2011
Posts:
386
Plugin Contributions:
0

Re: How can I make the product names longer?

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.

29 Apr 2011, 8:15 AM
#4
willie_bee avatar

willie_bee

Zen Follower

Join Date:
Mar 2011
Posts:
386
Plugin Contributions:
0

Re: How can I make the product names longer?

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.

29 Apr 2011, 7:06 PM
#5
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: How can I make the product names longer?

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.

1 May 2011, 2:14 AM
#6
lilkanini avatar

lilkanini

New Zenner

Join Date:
Feb 2011
Posts:
35
Plugin Contributions:
0

Re: How can I make the product names longer?

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

1 May 2011, 2:17 PM
#7
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: How can I make the product names longer?

It is in the database tables ...

Check the table for:
orders_products

the field:
products_name

in that table needs to be changed too ...