Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    May 2010
    Posts
    16
    Plugin Contributions
    0

    Default Where To Add The Products Name's Character String?

    My website can't show the product's full name, i think it is a little short for character string of product's name

    i log in phpmyadmin and open product table , but i can't find product_name to add the string, where do i to add the string ? pls help ,thanks
    Help Me Fly More Higher

  2. #2
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,269
    Plugin Contributions
    3

    Default Re: Where To Add The Products Name's Character String

    Oops.. Will post shortly...
    Last edited by schoolboy; 9 Jun 2010 at 09:16 AM. Reason: Incorrect info given
    20 years a Zencart User

  3. #3
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,269
    Plugin Contributions
    3

    Default Re: Where To Add The Products Name's Character String

    it's in the Product Description Table.

    Here's a clip from the SQL file:

    # Table structure for table 'products_description'
    #

    DROP TABLE IF EXISTS products_description;
    CREATE TABLE products_description (
    products_id int(11) NOT NULL auto_increment,
    language_id int(11) NOT NULL default '1',
    products_name varchar(64) NOT NULL default '',
    products_description text,
    products_url varchar(255) default NULL,
    products_viewed int(5) default '0',
    PRIMARY KEY (products_id,language_id),
    KEY idx_products_name_zen (products_name)
    ) ENGINE=MyISAM;
    20 years a Zencart User

  4. #4
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,269
    Plugin Contributions
    3

    Default Re: Where To Add The Products Name's Character String

    ... but why are you trying to load product data via phpMyAdmin?
    20 years a Zencart User

 

 

Similar Threads

  1. how to add the optiona name(text type) to all products under a category?
    By mybiz9999 in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 7 Aug 2010, 04:24 AM
  2. Where can I add/subtract from the TITLE of the box for New Products
    By driven13 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 22 Jun 2010, 04:11 PM
  3. attrib stock - 32 character string getting appended to each item in shopping cart
    By johnnybravoh in forum All Other Contributions/Addons
    Replies: 8
    Last Post: 18 Jun 2007, 03:58 PM
  4. Input Name Add Character Length
    By oceano in forum Customization from the Admin
    Replies: 1
    Last Post: 25 Sep 2006, 03:09 AM

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