Zen Cart Logo
Forums / General Questions / Length of Item name

Length of Item name

Locked

Views: 1,119

Results 1 to 10 of 10
This thread is locked. New replies are disabled.
9 Aug 2010, 11:38 PM
#1
outeredge2 avatar

outeredge2

Zen Follower

Join Date:
Mar 2010
Location:
Green Bay, WI
Posts:
362
Plugin Contributions:
1

Length of Item name

Is there a way to extent the amount of characters that can be in an Item name?

10 Aug 2010, 12:46 AM
#3
outeredge2 avatar

outeredge2

Zen Follower

Join Date:
Mar 2010
Location:
Green Bay, WI
Posts:
362
Plugin Contributions:
1

Re: Length of Item name

Cool Thank you greatly!!

10 Aug 2010, 12:51 AM
#4
outeredge2 avatar

outeredge2

Zen Follower

Join Date:
Mar 2010
Location:
Green Bay, WI
Posts:
362
Plugin Contributions:
1

Re: Length of Item name

bobdog:

Use phpmyadmin to increase the character length.

http://www.zen-cart.com/forum/showthread.php?t=114971

I just tried to do what was set.. follow the steps and made the changes. Clicked save and it still isn't changing to more than 64 characters. Do I need to go in a change each items name length?

10 Aug 2010, 1:05 AM
#5
outeredge2 avatar

outeredge2

Zen Follower

Join Date:
Mar 2010
Location:
Green Bay, WI
Posts:
362
Plugin Contributions:
1

Re: Length of Item name

outeredge2:

I just tried to do what was set.. follow the steps and made the changes. Clicked save and it still isn't changing to more than 64 characters. Do I need to go in a change each items name length?

This is an example of what I mean:
http://www.extremeduraflex.com/index.php?main_page=product_info&cPath=0&products_id=5023

10 Aug 2010, 3:00 AM
#6
bobdog avatar

bobdog

Totally Zenned

Join Date:
Mar 2006
Location:
Fresno, California
Posts:
590
Plugin Contributions:
0

Re: Length of Item name

Yes, you will need to edit the item name. The database would not store more than 64 characters before you changed it.

10 Aug 2010, 11:27 AM
#7
outeredge2 avatar

outeredge2

Zen Follower

Join Date:
Mar 2010
Location:
Green Bay, WI
Posts:
362
Plugin Contributions:
1

Re: Length of Item name

bobdog:

Yes, you will need to edit the item name. The database would not store more than 64 characters before you changed it.
So if I was to reload the database into the system now that I have made the change I won't need to do it by each item. The reason I ask is I have 5700+ items listed and it will be easier to do the reupload than to do them all individually.

10 Aug 2010, 10:35 PM
#8
ajeh avatar

ajeh

Oba-san

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

Re: Length of Item name

NOTE: if you change the products_name to a larger size in the products table ... then you need to also change it in the orders_products table as well or else the name will be cut off when Orders are made ...

11 Aug 2010, 12:16 PM
#9
outeredge2 avatar

outeredge2

Zen Follower

Join Date:
Mar 2010
Location:
Green Bay, WI
Posts:
362
Plugin Contributions:
1

Re: Length of Item name

Ajeh:

NOTE: if you change the products_name to a larger size in the products table ... then you need to also change it in the orders_products table as well or else the name will be cut off when Orders are made ...
Thanks Ajeh... I made that change also. Would I be best to reload the database of products into the system. Or would that not help and I would still have to go through and make the cnages manual anyway?

11 Aug 2010, 4:21 PM
#10
ajeh avatar

ajeh

Oba-san

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

Re: Length of Item name

No clue ... I don't know how you loaded your Products to start with nor the affect of reloading them ...

On the Orders, you could do some work in phpMyAdmin to update the products_name field in the orders_products table ...