Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Jun 2012
    Location
    Riverview, Fl.
    Posts
    56
    Plugin Contributions
    0

    Default How can I change the field length for product description?

    I thought it would be in the Admin Configuration area, but If it is, I can't identify it.

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,024
    Plugin Contributions
    3

    Default Re: How can I change the field length for product description?

    Admin - Configuration - Product Listing - Display Product Description

    The default is 150 characters.

  3. #3
    Join Date
    Jun 2012
    Location
    Riverview, Fl.
    Posts
    56
    Plugin Contributions
    0

    Default Re: How can I change the field length for product description?

    I"m sorry, I meant Product Name. Under Product Name it has a value of "2". I know that isn't what I'm looking for as I already have over 60 characters. I just need one more space.

  4. #4
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,024
    Plugin Contributions
    3

    Default Re: How can I change the field length for product description?

    You'll have to change that in the database, using phpMyAdmin. It's in the products_description table and is currently set to 64 characters. That field may appear in other tables too, including orders_products

  5. #5
    Join Date
    Jun 2012
    Location
    Riverview, Fl.
    Posts
    56
    Plugin Contributions
    0

    Default Re: How can I change the field length for product description?

    That figures, that's when it goes over my head. I'm no programmer and don't feel comfortable messing with that sort of thing. I guess I had better find different ways of wording my Product Names.

    Thanks.

  6. #6
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: How can I change the field length for product description?

    Be aware, if you change the size of the products_name in the table products_description, you also need to change the size of the products_name in the table orders_products ...
    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: v1.5.5]
    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!

  7. #7
    Join Date
    Jun 2012
    Location
    Riverview, Fl.
    Posts
    56
    Plugin Contributions
    0

    Default Re: How can I change the field length for product description?

    Don't worry Linda, I won't be changing anything. I am somewhat comfortable messing with HTML, but anything else is just not worth the big mess I could make of things. I'll just re word things to shrink them.

  8. #8
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: How can I change the field length for product description?

    Or, someone could be really nice and tell you to go to your Zen Cart Admin to the Tools ... Install SQL Patches ... and run this in there:
    Code:
    ALTER TABLE products_description CHANGE products_name products_name VARCHAR(96) NOT NULL DEFAULT '';
    ALTER TABLE orders_products CHANGE products_name products_name VARCHAR(96) NOT NULL DEFAULT '';
    and it will change the two database tables to have products_name with a field length of 96 ...
    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: v1.5.5]
    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!

  9. #9
    Join Date
    Jun 2012
    Location
    Riverview, Fl.
    Posts
    56
    Plugin Contributions
    0

    Default Re: How can I change the field length for product description?

    You mean someone really nice like you? You have always been nice to me and very helpful. But before I dive into the abyss, do I just insert that code into the SQL Query Executor and click send?

  10. #10
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: How can I change the field length for product description?

    Just go to the Tools ... Install SQL Patches ... and in the large input box (SQL Query Executor) paste that in and click the SEND button ...
    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: v1.5.5]
    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!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v139h How change the Length of field?
    By dmagic in forum General Questions
    Replies: 1
    Last Post: 23 Jul 2012, 08:05 AM
  2. How to change the maximum length for postcode?
    By ferid in forum Basic Configuration
    Replies: 6
    Last Post: 26 Sep 2011, 06:50 AM
  3. How to extend Product Model Field length in the ADMIN?
    By Asdesign in forum General Questions
    Replies: 8
    Last Post: 16 Sep 2010, 02:16 PM
  4. Can the Product Description field contain an include text file.
    By ian_cowdery in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 22 Jan 2010, 01:43 AM
  5. How do I change the length of the products_name field in the admin
    By shrimp-gumbo-mmmhhh in forum General Questions
    Replies: 1
    Last Post: 25 Dec 2009, 07:36 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR