Results 1 to 7 of 7
  1. #1
    Join Date
    May 2007
    Location
    Virginia, USA
    Posts
    101
    Plugin Contributions
    0

    Default Attributes: Option Name Has Blank Drop Down List for "Option Type"

    I am setting up attributes and have been able to successfully add the Option Name (in this case "Amount"). However, when I go to select the Option TYPE (which should be a choice from a drop-down to include checkbox, radio button, etc.), the drop down list is blank.

    There is nothing listed, it's just a slim, blank column that drops down when clicked.

    Can you help me determine what could be missing? Perhaps a file?

    Thanks for anything you can share.

    Dianne

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

    Default Re: Attributes: Option Name Has Blank Drop Down List for "Option Type"

    If you were to peek, via phpMyAdmin, at your database table:
    products_options_types


    what do you see in that database table?
    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!

  3. #3
    Join Date
    May 2007
    Location
    Virginia, USA
    Posts
    101
    Plugin Contributions
    0

    Default Re: Attributes: Option Name Has Blank Drop Down List for "Option Type"

    I am attaching a screen shot of what I see because I am not a programmer so I am not sure what you wanted me to notice.

    Click image for larger version. 

Name:	data-base-screen-shot-product-type-options2.jpg 
Views:	152 
Size:	23.2 KB 
ID:	11435

    Thanks for your help with this. What was I to see in the database table?
    Attached Images Attached Images  

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

    Default Re: Attributes: Option Name Has Blank Drop Down List for "Option Type"

    Sounds like you are missing the Option Types ... this can be fixed with running in your Zen Cart Admin the Tools ... Install SQL Patches:
    Code:
    DROP TABLE IF EXISTS products_options_types;
    CREATE TABLE products_options_types (
      products_options_types_id int(11) NOT NULL default '0',
      products_options_types_name varchar(32) default NULL,
      PRIMARY KEY  (products_options_types_id)
    ) ENGINE=MyISAM COMMENT='Track products_options_types';
    then run:
    Code:
    INSERT INTO products_options_types (products_options_types_id, products_options_types_name) VALUES (0, 'Dropdown');
    INSERT INTO products_options_types (products_options_types_id, products_options_types_name) VALUES (1, 'Text');
    INSERT INTO products_options_types (products_options_types_id, products_options_types_name) VALUES (2, 'Radio');
    INSERT INTO products_options_types (products_options_types_id, products_options_types_name) VALUES (3, 'Checkbox');
    INSERT INTO products_options_types (products_options_types_id, products_options_types_name) VALUES (4, 'File');
    INSERT INTO products_options_types (products_options_types_id, products_options_types_name) VALUES (5, 'Read Only');
    Now see if that fixes the problem ...
    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!

  5. #5
    Join Date
    May 2007
    Location
    Virginia, USA
    Posts
    101
    Plugin Contributions
    0

    Default Re: Attributes: Option Name Has Blank Drop Down List for "Option Type"

    Thank you! I will do that.

    I'll back-up everything first and then I'll report back my results.

    Watch for my post tomorrow morning.

  6. #6
    Join Date
    May 2007
    Location
    Virginia, USA
    Posts
    101
    Plugin Contributions
    0

    Default Re: Attributes: Option Name Has Blank Drop Down List for "Option Type"

    It worked! Thank you. I have this same problem on another site as well, so now I can repair that one, too.

    The drop down menu for "Option Type" is showing with all the choices that should be there.

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

    Default Re: Attributes: Option Name Has Blank Drop Down List for "Option Type"

    Thanks for the update that this is now working for you ...
    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!

 

 

Similar Threads

  1. Can the "option name" display name be different than the actual "option name"?
    By yukionna in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 3 Dec 2013, 01:06 AM
  2. v151 Problem with attribute with option type 'text' being added to option name list.
    By Janelyn in forum Setting Up Categories, Products, Attributes
    Replies: 10
    Last Post: 12 Aug 2013, 09:26 PM
  3. v150 Attributes "Stuck" as Radio Button Even When Option Name is Dropdown
    By erix in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 16 Sep 2012, 02:17 AM
  4. Why "No, Normal Shipping Rules" option for a "Product - Free Shipping" type?
    By ilikemike in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 31 Dec 2011, 12:34 AM
  5. Text Option Value in Drop Down Or Radio Option Name
    By DVDTitan in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 17 Nov 2010, 01:06 PM

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