Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Dec 2009
    Posts
    5
    Plugin Contributions
    0

    Default Text Attribute not working

    HI there, I have just set up a new site and am trying to add text attributes. I can set up dropdowns, radio buttons and checkboxes ok.
    I have no Option Names or Option Values set up. When I set up the Option Name as text I am unable to go to Product Attributes and I get the error message "Warning: No Option Values have been defined". If I set up a dummy option value I can then go to Attributes but the "Text only........." is not shown in the Option Value dropdown. Any clues? Using latest version of ZenCart
    Thanks
    www.calicocrossroads.com.au

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

    Default Re: Text Attribute not working

    The text attribute needs no value set just the name as text
    Then you can in the option name manager find it and select "edit" and set the variables
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Dec 2009
    Posts
    5
    Plugin Contributions
    0

    Default Re: Text Attribute not working

    Thanks Kobra.

    I just found another (same) solution which has fixed the problem


    Re: TEXT field attribute not showing
    Can you look at the database table products_options_values and brows to see if you have a products_options_values_id for 0 ...

    This is needed for TEXT attributes to work as this is their products_options_values_id ...

    If you do not have an products_options_values_id of 0 that is set for TEXT, you need to add that back in with:
    Code:

    INSERT INTO products_options_values (products_options_values_id, language_id, products_options_values_name) VALUES (0, 1, 'TEXT');

    ##############################___
    Linda McGrath
    If you have to think ... you haven't been zenned ...

  4. #4
    Join Date
    May 2007
    Posts
    471
    Plugin Contributions
    0

    Default Re: Text Attribute not working

    Thank you for sharing this - I had the same issue!
    Jill || I Love Zen Cart Templates || 2 Dogs Design
    I Love To Help But Let's Keep It Public Please To Help Others!

 

 

Similar Threads

  1. Attribute Required for Text flag not working
    By Crunch in forum Setting Up Categories, Products, Attributes
    Replies: 22
    Last Post: 15 Jun 2020, 03:48 PM
  2. v150 Text Required Attribute Not Working
    By NMac in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 15 Oct 2012, 07:05 PM
  3. v150 Text attribute not working
    By Frank45 in forum General Questions
    Replies: 1
    Last Post: 12 Jun 2012, 10:11 PM
  4. TEXT attribute not working properly
    By gizmo_girl in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 29 Apr 2009, 05:35 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