On the Advanced Search page their appears a "Limit to Manufacturer" box?
How/where can I remove or turn this off?
thank u
On the Advanced Search page their appears a "Limit to Manufacturer" box?
How/where can I remove or turn this off?
thank u
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>
thanks much