Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2007
    Posts
    105
    Plugin Contributions
    0

    Default Advanced search Limit the manufacturers list

    I found where to limit the side box manufacturers list to manufacturers that have products attached.

    How can I do that same thing with the "advanced search" manufacturers list?

    Thanks
    Nancy

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

    Default Re: Advanced search Limit the manufacturers list

    Using your templates and overrides, edit the file:
    /includes/templates/template_default/templates/tpl_advanced_search_default.php

    copy it to your templates and overrides:
    /includes/templates/your_template_dir/templates/tpl_advanced_search_default.php

    and locate the line around 41 that reads:
    Code:
        <?php echo zen_draw_pull_down_menu('manufacturers_id', zen_get_manufacturers(array(array('id' => '', 'text' => TEXT_ALL_MANUFACTURERS))), $sData['manufacturers_id']); ?>
    and change the line to read:
    Code:
        <?php echo zen_draw_pull_down_menu('manufacturers_id', zen_get_manufacturers(array(array('id' => '', 'text' => TEXT_ALL_MANUFACTURERS)), PRODUCTS_MANUFACTURERS_STATUS), $sData['manufacturers_id']); ?>
    and it will match the way the sidebox works from the setting in the Configuration ... Maximum Values ...
    Manufacturers List - Verify Product Exist
    Verify that at least 1 product exists and is active for the manufacturer name to show

    Note: When this feature is ON it can produce slower results on sites with a large number of products and/or manufacturers
    0= off 1= on
    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!

 

 

Similar Threads

  1. adding manufacturers id to advanced search button
    By jeffiec in forum Code Collaboration
    Replies: 3
    Last Post: 16 Jul 2013, 08:38 AM
  2. Advanced Search Question (limit to category box)
    By gazag in forum Templates, Stylesheets, Page Layout
    Replies: 61
    Last Post: 8 May 2013, 01:29 AM
  3. Replies: 5
    Last Post: 20 Apr 2010, 12:54 PM
  4. Advanced Search: Trouble searching manufacturers
    By AmirGTR in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 5 Jan 2010, 05:48 AM
  5. Advanced search - search manufacturers without keywords
    By etrader in forum General Questions
    Replies: 4
    Last Post: 19 Sep 2006, 06:16 AM

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