Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Oct 2006
    Posts
    63
    Plugin Contributions
    0

    Default How do I extend MODEL description so that more charaters show?

    Hi,
    Just wondering, how do i extend "Products Model" in the
    Catalog>Categories>myproduct
    so that there are more characters and i can write more in the model section?

    If it can be printed on the invoice as well that would be great too

    Thanks!

  2. #2
    Join Date
    Aug 2007
    Location
    Tampa FL.
    Posts
    142
    Plugin Contributions
    0

    Default Re: How do I extend MODEL description so that more charaters show?

    Hello,

    Always back up your database first

    products_model is set for 32 Characters in MySql in varchar mode. varchar can hold up to 225 Characters if set to that ,

    Go to your phpmyadmin and edit this field with in the Length/Values put what you would like it to hold and save or if your not good with any of that kind of stuf paste this code in your sql patches tool in the admin section of your site:

    ALTER TABLE products MODIFY products_model varchar(32 );

    Set the red 32 to what you would like!
    MySql should Hold all Your Information As it will Make a backup copy of your colum until it is finished changing the attributes of the cell,

    as far as printing the model on invoice that function is included in zencart

    Hope this helps

 

 

Similar Threads

  1. 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
  2. Search more than just Model & Description
    By rbarbour in forum General Questions
    Replies: 2
    Last Post: 4 Mar 2010, 09:50 AM
  3. remove line and EXTEND Model box?
    By robbin21973 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 28 Feb 2009, 03:03 PM
  4. How can I create an EZ page that searches on Product Model?
    By Joseph M in forum General Questions
    Replies: 5
    Last Post: 4 May 2008, 07:25 AM
  5. how do i show model # in shopping cart
    By flowerguy in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 18 Nov 2006, 09:24 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