Results 1 to 8 of 8
  1. #1
    Join Date
    Sep 2007
    Location
    USA
    Posts
    45
    Plugin Contributions
    0

    Default Edit quantity in bulk?

    Is there a way to edit the quantity in bulk.
    For example if I want to change my quantities from 5 of each to 10 of each have I got to individually edit 300 products or can I edit them all at once to show that I now have 10?
    Thanks in advance
    H.

  2. #2
    Join Date
    Oct 2006
    Posts
    5,486
    Plugin Contributions
    12

    Default Re: Edit quantity in bulk?

    Do you want to change ALL products in the store? Or just in certain categories?
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  3. #3
    Join Date
    Sep 2007
    Location
    USA
    Posts
    45
    Plugin Contributions
    0

    Default Re: Edit quantity in bulk?

    Guess I should have made that clear huh?
    To be honest I'll take Catagories if I can do that for now.
    Thanks
    H.

  4. #4
    Join Date
    Oct 2006
    Posts
    5,486
    Plugin Contributions
    12

    Default Re: Edit quantity in bulk?

    BACK UP your DATABASE FIRST
    admin->tools>sql patches


    update products set products_quantity = 10 where master_categories_id in (1,2,3)

    Replace the numbers in the () by the id of the categories you want to update
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  5. #5
    Join Date
    Sep 2007
    Location
    USA
    Posts
    45
    Plugin Contributions
    0

    Default Re: Edit quantity in bulk?

    Thank you very much. I'll give that a go.
    H.

  6. #6
    Join Date
    Sep 2007
    Posts
    7
    Plugin Contributions
    0

    Default Re: Edit quantity in bulk?

    Worked perfectly in my store.

  7. #7
    Join Date
    Jul 2007
    Posts
    5
    Plugin Contributions
    0

    Default Re: Edit quantity in bulk?

    thanks it works with my store too:))

    and it works with prices too.


    UPDATE products SET products_price = 20 WHERE master_categories_id in (10);

  8. #8
    Join Date
    Mar 2009
    Posts
    435
    Plugin Contributions
    0

    red flag Re: Edit quantity in bulk?

    This is what I need to do!! How do i do it though?? where do I find this;

    UPDATE products SET products_price = 20 WHERE master_categories_id in (10);

    ?

    Many thanks.

 

 

Similar Threads

  1. Attribute-wise quantity box
    By lordsindia in forum Setting Up Categories, Products, Attributes
    Replies: 10
    Last Post: 30 Oct 2010, 04:39 PM
  2. Quantity Box
    By NancyOK in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 30 Nov 2008, 08:47 PM
  3. Where do I edit the Quantity Discounts Table?
    By inksale in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 26 Apr 2007, 05:04 PM
  4. Quantity Pricing with Javascript Alert Box
    By purplemoon in forum Basic Configuration
    Replies: 0
    Last Post: 4 Apr 2007, 06:55 AM
  5. Quantity Discount giving error on shopping cart
    By purplemoon in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 4 Apr 2007, 06:38 AM

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
  •