Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2007
    Posts
    155
    Plugin Contributions
    0

    Default Temporarily disabling products

    I need to temporarily disable ALL products from a particular manufacture. Is there a way I can do this? My prior distributor no longer carries this maker and while I negotiate drop ship terms with the new supplier I can't fill orders for this one line of products.

    I spent a LOT of time entering about 100 items and don't want to either delete them or manually edit each individual product to "out of stock" while I wait as I would then have to manually make them active again.

    Is there a way to temporarily make one mfg's products unavailable for purchase then turn them all back on again later?

    28 years web design and counting.
    https://stuffdone.com

  2. #2
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Temporarily disabling products

    Go to Admin > Catalog > Manufacturers and hover over the information icon ("i" in a circle) for the manufacturer whose products you want to disable. In the bottom left hand corner of your browser a link should appear that ends mID=<number>. That number is the manufacturers ID in your database.

    Now BACKUP YOUR DATABASE.

    Then go to Admin > Tools > Install SQL Patches, type the following into the big box
    update products set products_status=0 where manufacturers_id=<number>;
    where <number> is the manufacturers ID and click on the send button.

    This should turn all those products from that manufacturer off. To turn them back on again repeat but enter
    update products set products_status=1 where manufacturers_id=<number>;
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  3. #3
    Join Date
    Jul 2007
    Posts
    155
    Plugin Contributions
    0

    Default Re: Temporarily disabling products

    Quote Originally Posted by kuroi View Post
    Go to Admin > Catalog > Manufacturers and hover over the information icon ("i" in a circle) for the manufacturer whose products you want to disable. In the bottom left hand corner of your browser a link should appear that ends mID=<number>. That number is the manufacturers ID in your database.

    Now BACKUP YOUR DATABASE.

    Then go to Admin > Tools > Install SQL Patches, type the following into the big boxwhere <number> is the manufacturers ID and click on the send button.

    This should turn all those products from that manufacturer off. To turn them back on again repeat but enter
    Thanks much ! I will give that a try !

    Paul
    28 years web design and counting.
    https://stuffdone.com

 

 

Similar Threads

  1. Help needed - how to temporarily stop new products listing
    By sgallasch in forum General Questions
    Replies: 1
    Last Post: 12 Jan 2012, 11:57 PM
  2. Disabling Purchasing Temporarily
    By ningyotan in forum Managing Customers and Orders
    Replies: 4
    Last Post: 19 May 2010, 11:12 AM
  3. Disabling New Products & Enabling All Products in Category List
    By JRayfield in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 31 Jan 2010, 04:49 PM
  4. Temporarily Disabling Attributes
    By voltage in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 3 Mar 2009, 03:26 PM
  5. Replies: 2
    Last Post: 10 Jun 2008, 10:28 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