Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Aug 2006
    Posts
    106
    Plugin Contributions
    0

    Default Remove "Limit to Manufacturer" box?

    On the Advanced Search page their appears a "Limit to Manufacturer" box?

    How/where can I remove or turn this off?

    thank u

  2. #2
    Join Date
    Jun 2003
    Posts
    33,720
    Plugin Contributions
    0

    Default Re: Remove "Limit to Manufacturer" box?

    In your tpl_advanced_search, comment out:

    PHP 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)))); ?>
    <br class="clearBoth" />
    </fieldset>

  3. #3
    Join Date
    Aug 2006
    Posts
    106
    Plugin Contributions
    0

    Default Re: Remove "Limit to Manufacturer" box?

    thanks much

 

 

Similar Threads

  1. Width of "Limit to Manufacturer" under advanced search
    By elena1707 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 12 May 2011, 11:20 PM
  2. How can I limit selection of "cheapest" option depending if shipping to PO box addr?
    By marcopolo in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 17 Feb 2010, 04:07 PM
  3. Replies: 0
    Last Post: 27 May 2009, 06:59 PM
  4. Replies: 3
    Last Post: 3 Jun 2008, 11:41 AM
  5. Questions about "Limit to Manufacturer" in Advanced Search.
    By marshall in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 22 Jun 2007, 05:05 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