Results 1 to 6 of 6
  1. #1
    Join Date
    Aug 2005
    Posts
    87
    Plugin Contributions
    0

    Default I want to update an attribute on multiple products

    To save me having to manually change an attribute on 300+ ads can anybody tell me how i can just update a single attribute on all ads. I have tshirts and I want to charge £1.50 fr XXl sizes. Now all the t shirts have differing attributes including size variations thats why I want to update a single attribute. Does that makes sense?
    Only a fool say's money doesn't matter. No rich man ever starved to death.

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    64,726
    Plugin Contributions
    6

    Default Re: I want to update an attribute on multiple products

    For this Attribute, what are the:
    options_id
    options_values_id

    and you want ALL products_attributes that are using these values to be set to:
    1.50

    correct?
    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.1]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...

  3. #3
    Join Date
    Aug 2005
    Posts
    87
    Plugin Contributions
    0

    Default Re: I want to update an attribute on multiple products

    Size
    xl

    yes
    Only a fool say's money doesn't matter. No rich man ever starved to death.

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    64,726
    Plugin Contributions
    6

    Default Re: I want to update an attribute on multiple products

    Go to the Option Name Manager ... what is the value for the ID on: Size

    Go to the Option Value Manager ... what is the value for the ID on: xl
    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.1]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...

  5. #5
    Join Date
    Aug 2005
    Posts
    87
    Plugin Contributions
    0

    Default Re: I want to update an attribute on multiple products

    1

    &

    8
    Only a fool say's money doesn't matter. No rich man ever starved to death.

  6. #6
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    64,726
    Plugin Contributions
    6

    Default Re: I want to update an attribute on multiple products

    Assuming you mean that the options_id is 1 and the options_values_id is 8 ...

    You could use:
    Code:
    UPDATE products_attributes SET options_values_price = 1.50 WHERE options_id = 1 and options_values_id = 8;
    NOTE: backup your database before making changes like this ...
    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.1]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...

 

 

Similar Threads

  1. Assigning Multiple Products To An Attribute
    By suntower in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 16 Dec 2010, 08:40 PM
  2. Update all products to the same attribute?
    By rkmoore11 in forum General Questions
    Replies: 6
    Last Post: 28 Jul 2010, 05:45 PM
  3. Getting a little help, multiple products with multiple attribute combinations
    By DaleRG in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 28 Feb 2009, 07:25 PM
  4. Update multiple shops products different Admin's
    By Reynolds in forum General Questions
    Replies: 0
    Last Post: 2 Feb 2008, 03:23 AM
  5. Multiple Products, Same attribute?
    By mooncavecrystals in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 10 Sep 2006, 09:54 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
  •