Results 1 to 10 of 19

Hybrid View

  1. #1
    Join Date
    Feb 2011
    Posts
    3
    Plugin Contributions
    0

    Default Attributes name editor: cant select option type

    Hi all. I'm using v1.3.9h and need to set real basic attributes like 'pick a color'.

    However, I in the Names editor, I'm unable to pick the option type- where there should be options such as 'dropdown box, radio buttons, etc..' I just have an empty dropdown with no values in it to pick.

    Has anyone encountered this problem or know how I would fix it?

    I suspect this is the reason that my attributes aren't showing up on my product pages.

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Attributes name editor: cant select option type

    Reload your admin files

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

    Default Re: Attributes name editor: cant select option type

    If you look at your database in phpMyAdmin at the table:
    products_options_types

    do you see all of the Option Types in there?
    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!

  4. #4
    Join Date
    Feb 2011
    Posts
    3
    Plugin Contributions
    0

    Default Re: Attributes name editor: cant select option type

    no-they're not there

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

    Default Re: Attributes name editor: cant select option type

    That would break things pretty well ...

    Backup your database ...

    You can rebuild that table with:
    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');
    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!

  6. #6
    Join Date
    Sep 2010
    Posts
    60
    Plugin Contributions
    0

    Default Re: Attributes name editor: cant select option type

    Quote Originally Posted by Ajeh View Post
    That would break things pretty well ...

    Backup your database ...

    You can rebuild that table with:
    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');
    how exactly can I do this? please outline method, thanks. is it a sql insert via admin back office or via mysql & if so how, thanks in advance.

    regards,

    ed

  7. #7
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Attributes name editor: cant select option type

    You can copy & paste those statements into ZC admin > Tools > Install SQL Patches, if you don't have prefixes on your database tables. (If you do have prefixes, change the table name appropriately, like zen_products_options_types.) (The field names will not change.)

    Or you can go to your hosting control panel, which should have a page for phpMyAdmin, and do the same.

  8. #8
    Join Date
    Feb 2011
    Posts
    3
    Plugin Contributions
    0

    Default Re: Attributes name editor: cant select option type

    Quote Originally Posted by Ajeh View Post
    If you look at your database in phpMyAdmin at the table:
    products_options_types

    do you see all of the Option Types in there?
    ahhh good question. I don't see them in phpmyadmin. I don't have much experience in databases like this though...

 

 

Similar Threads

  1. 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
  2. v151 Adding Attributes - Can't select Option Name
    By chrysalid in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 28 Apr 2013, 03:17 PM
  3. Attributes: Option Name Has Blank Drop Down List for "Option Type"
    By Dianne in forum Setting Up Categories, Products, Attributes
    Replies: 6
    Last Post: 14 Nov 2012, 06:53 PM
  4. Attributes Option Type dontīs show for select in admin
    By ppsoyal in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 17 Jun 2010, 12:57 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