Results 1 to 5 of 5
  1. #1
    Join Date
    Sep 2007
    Posts
    18
    Plugin Contributions
    0

    Default How to mass edit the attribute flags?

    I need all my attributes to have a "display only" flag on their first choice. is there any way to edit these display flags per product in an easy populate like way?

    I dont see any global options to make all option value X display only. Thanks!

  2. #2
    Join Date
    Sep 2007
    Posts
    18
    Plugin Contributions
    0

    Default Re: How to mass edit the attribute flags?

    Quote Originally Posted by Yuchant View Post
    I need all my attributes to have a "display only" flag on their first choice. is there any way to edit these display flags per product in an easy populate like way?

    I dont see any global options to make all option value X display only. Thanks!
    I decided to hit every product and set the flag. but thats 300 clicks or so. there must be a better way! ! : (

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

    Default Re: How to mass edit the attribute flags?

    You need to know what the fields are for:
    options_id
    options_values_id

    Then you can set the field:
    attributes_display_only

    to 1 for being Display Only YES ...

    Be sure that you backup your database first and you can use something like:
    PHP Code:
    UPDATE products_attributes SET attributes_display_only 1 WHERE options_id XX and options_values_id YY
    This can be run in the Tools ... Insert SQL Patches ...
    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
    Sep 2007
    Posts
    18
    Plugin Contributions
    0

    Default Re: How to mass edit the attribute flags?

    Thank you so much. You can solve everything!

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

    Default Re: How to mass edit the attribute flags?

    You are most welcome ...
    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!

 

 

Similar Threads

  1. How to Edit the Attribute ID?
    By staceyk11 in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 6 Apr 2010, 08:05 AM
  2. Attribute Flags Default Changable???
    By thehauntstore in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 4 Apr 2010, 10:05 PM
  3. Replies: 5
    Last Post: 16 May 2009, 09:53 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