Results 1 to 2 of 2
  1. #1

    Default Remove Manufacturer from Advanced Search

    How do I remove the "Limit to Manufacturer" option from the Advanced Search page/function?

  2. #2
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,246
    Plugin Contributions
    58

    Default Re: Remove Manufacturer from Advanced Search

    Comment the function out in


    includes/templates/YOUR_TEMPLATE/templates/tpl_advanced_search_default.php

    Something like this
    Code:
    <fieldset class="floatingBox forward">
    
        <legend><?//php echo ENTRY_MANUFACTURERS; ?></legend>
    
        <?php //echo zen_draw_pull_down_menu('manufacturers_id', zen_get_manufacturers(array(array('id' => '', 'text' => TEXT_ALL_MANUFACTURERS))), $sData['manufacturers_id']); ?>
    
    <br class="clearBoth" />
    
    </fieldset>
    ~Melanie
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

 

 

Similar Threads

  1. Remove manufacturer from advanced search?
    By maxy007 in forum General Questions
    Replies: 13
    Last Post: 15 Feb 2012, 03:19 AM
  2. Remove 'Search Help [?]' from advanced search
    By boy1da in forum General Questions
    Replies: 0
    Last Post: 8 Nov 2010, 09:53 PM
  3. Remove 'Search by Date Added' field from advanced search page?
    By gaffettape in forum General Questions
    Replies: 7
    Last Post: 24 Jan 2010, 03:34 PM
  4. How do you remove bits from the advanced search
    By barricades in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 11 Jan 2008, 11:17 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