Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Apr 2009
    Posts
    149
    Plugin Contributions
    0

    Default change tital maximum lenght?

    Hi is it possible to change the maximum lenght of product titles? Some of my titles are getting cut off.
    Thanks.

  2. #2
    Join Date
    Sep 2004
    Location
    Western Massachusetts
    Posts
    2,945
    Plugin Contributions
    5

    Default Re: change tital maximum lenght?

    The limit is set by the size of the database field - to modify it, run this query from Admin > Tools > Install SQL Patches:
    Code:
    ALTER TABLE products_description CHANGE products_name products_name VARCHAR(xx);
    where xx is the number of characters you want to allow for the product name (in an unmodified zencart installation, that value is 64)
    Neville
    An assumption is what you arrive at when you get tired of thinking...

  3. #3
    Join Date
    Apr 2009
    Posts
    149
    Plugin Contributions
    0

    Default Re: change tital maximum lenght?

    Quote Originally Posted by bunyip View Post
    The limit is set by the size of the database field - to modify it, run this query from Admin > Tools > Install SQL Patches:
    Code:
    ALTER TABLE products_description CHANGE products_name products_name VARCHAR(xx);
    where xx is the number of characters you want to allow for the product name (in an unmodified zencart installation, that value is 64)
    Worked perfectly awesome thanks!

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

    Default Re: change tital maximum lenght?

    When changing a database table field length, be sure to address all tables that use it, as well ...

    The Products Name is in at least two tables:
    products_description
    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!]
    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!

 

 

Similar Threads

  1. How to change the maximum length for postcode?
    By ferid in forum Basic Configuration
    Replies: 6
    Last Post: 26 Sep 2011, 06:50 AM
  2. Maximum Package Weight You Will Ship - Maximum?
    By WellCool in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 25 Nov 2010, 04:00 PM
  3. Can I change the maximum characters allowed?
    By BenhamCollectibles in forum General Questions
    Replies: 2
    Last Post: 9 Dec 2009, 03:20 AM
  4. Maximum Qty text change
    By tngraphxlady in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 10 Oct 2009, 10:43 PM
  5. How to change the Maximum sub Categories Display List?
    By mgswed in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 27 May 2009, 06:07 PM

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