Results 1 to 4 of 4
  1. #1
    Join Date
    Nov 2007
    Posts
    126
    Plugin Contributions
    0

    Default Delete unused manufacturers?

    How can I delete the manufacturers where no products exist? I know it can be scanned on the fly but it really slows everything down so I'd like to just delete them. Or can I hide them? I'd rather delete them.

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

    Default Re: Delete unused manufacturers?

    Admin > Catalog > Manufacturers

    Click on the "i" icon next to each one to see whether they have any products, and if not hit the delete button.
    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
    Nov 2007
    Posts
    126
    Plugin Contributions
    0

    Default Re: Delete unused manufacturers?

    Is there a query I can run? We have over a thousand manufacturers.

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

    Default Re: Delete unused manufacturers?

    Backup your database first, then (assuming that you are not using a database prefix) run this query
    delete manufacturers as m
    from manufacturers as m
    left join products as p
    on m.manufacturers_id = p.manufacturers_id
    where p.manufacturers_id is null;
    This will delete all manufacturers with no products in your database.
    Kuroi Web Design and Development | Twitter

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

 

 

Similar Threads

  1. Replies: 1
    Last Post: 14 Apr 2011, 04:50 PM
  2. Remove Unused Manufacturers
    By benn600 in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 7 Jan 2010, 12:36 PM
  3. Replies: 3
    Last Post: 18 Aug 2009, 01:53 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR