Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2011
    Posts
    50
    Plugin Contributions
    0

    Default Bulk Update Attribute Prices

    I have download products that are priced solely by attribute. Is it possible to change product-attribute prices by a percentage or fixed amount? It is possible to update 1 product's prices and then copy to the Category or to selected products but the latter is tricky because the interface relies on highlighting products in what could be a very long list...

    Thanks,
    Ric

  2. #2
    Join Date
    Dec 2008
    Location
    Phoenix, AZ
    Posts
    28
    Plugin Contributions
    0

    Default Re: Bulk Update Attribute Prices

    As usual, the zenners get very quiet about things that are handled well in other carts and poorly in zen. The best way is to make sure each price attribute type is set with a unique price so that you can do a bulk update from phpmyadmin. If I know all my XXL sizes are set to +10, and that all other sizes and pockets etc have different prices, then all I need do is update the products_attributes table where options_values_price = 10.

  3. #3
    Join Date
    Dec 2008
    Location
    Phoenix, AZ
    Posts
    28
    Plugin Contributions
    0

    Default Re: Bulk Update Attribute Prices

    UPDATE `products_attributes` SET `options_values_price` = '15.0'
    WHERE `options_values_price` = '10.0' AND `options_values_id` = '5'

    UPDATE `products_attributes` SET `options_values_price` = '15.0'
    WHERE `options_values_price` = '10.0' AND `options_values_id` = '6'

    I looked in the table products_options_values for the options_values_id (products_options_values_id) and the corresponding products_options_values_name

 

 

Similar Threads

  1. v139h bulk update price
    By maria82g in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 8 Dec 2013, 11:23 PM
  2. Bulk update of prices needed - which table to update thru back end?
    By one tall man in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 8 Dec 2013, 11:02 PM
  3. Attribute Controller: Update with new settings/prices, DO NOT add new ones?
    By eztx in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 4 May 2011, 12:32 PM
  4. SQl Command to update all prices in bulk
    By ksmglobal in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 3 Apr 2008, 03:34 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