Results 1 to 5 of 5
  1. #1
    Join Date
    Jun 2008
    Posts
    5
    Plugin Contributions
    0

    Default Changing Weight on multiple items

    Hello,

    I have about 500+ items that were entered into my store without a weight. Many of them have the same weight. Is there any way I can change the weight on multiple items at one time, rather than having to go in one by one... to add the weight for each of them?

    Any information will help!

    THANKS!!!!!

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

    Default Re: Changing Weight on multiple items

    Is there a criteria for which 500+ items need to have the weight changed?

    Things like same master_categories_id or something along that line?
    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!

  3. #3
    Join Date
    Oct 2006
    Posts
    64
    Plugin Contributions
    0

    help question Re: Changing Weight on multiple items

    i am having the same issue
    it is all the items in a category that all need to be 1 lb....

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

    Default Re: Changing Weight on multiple items

    If all of the Products use the same master_categories_id then you can do this using:
    PHP Code:
    UPDATE products SET products_weight 1 WHERE master_categories_id XXX
    Replace the XXX with the master_categories_id you want to change ...

    This can be run from your Zen Cart Admin via the Tools ... Install SQL Patches ...

    NOTE: backing up your database is always a good idea prior to 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!]
    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!

  5. #5
    Join Date
    Oct 2006
    Posts
    64
    Plugin Contributions
    0

    Idea or Suggestion Re: Changing Weight on multiple items

    THANK YOU!
    as usual, you are the best!

 

 

Similar Threads

  1. Multiple Items Together - Weight Issue
    By MortalWombat in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 10 Jun 2011, 08:58 AM
  2. Multiple Items Together - Weight Issue
    By MortalWombat in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 8 Jun 2011, 07:54 AM
  3. Shipping multiple items based on total weight, but need weight per box.
    By Nineve in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 2 Aug 2010, 07:42 AM
  4. Changing Weight on multiple items - SQL Patches not working
    By ::AnanA:: in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 5 Apr 2009, 01:07 AM
  5. Multiple items per box upto certain weight?
    By z3n in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 13 Aug 2008, 06:46 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