Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2006
    Posts
    93
    Plugin Contributions
    0

    Default Mass Edit Attributes

    Can anyone help me with the syntax for this SQL Query?

    I need to set options_values_price to 3.50 for every options_values_id that is equal to 1.

    Thanks!

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

    Default Re: Mass Edit Attributes

    Backup your database before you do this ...

    PHP Code:
    UPDATE products_attributes SET options_values_price 3.50 where options_values_id 1
    This can be run in your Admin Tools ... Insert SQL Patches ...

    Or, you can run it in phpMyAdmin ...

    NOTE: if your tables use prefixes in your database then you will need to adjust the table name from options_values_id to something_options_values_id ...
    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
    Jul 2006
    Posts
    93
    Plugin Contributions
    0

    Default Re: Mass Edit Attributes

    Thanks! Worked GREAT!

 

 

Similar Threads

  1. Mass edit products to become virtual.
    By nikwilliamson in forum Setting Up Categories, Products, Attributes
    Replies: 6
    Last Post: 24 Aug 2010, 03:22 AM
  2. Replies: 5
    Last Post: 16 May 2009, 09:53 AM
  3. Mass edit of all products
    By millad in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 13 Mar 2007, 06:25 PM
  4. Mass edit of coupons
    By stevehare in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 4
    Last Post: 20 Oct 2006, 06:53 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