Hi
I want to have the ‘Advanced Search’ and ‘Search Terms’ (that are in the footer links) moved to just underneath the search box at the top of the screen.
How do I do this?
Thanks
John
1 answer
Hi John,
-- Go to file: \app\design\frontend\default\jm_adamite(your default theme)template\catalogsearch\form.mini.phtml
-- Add:
PHP Code:
<div>
<ul>
<li><a href="<?php echo $this->getUrl('catalogsearch/advanced') ?>" >Advanced Search</a></li>
<li><a href="<?php echo $this->getUrl('catalogsearch/term/popular') ?>">Search terms</a></li>
</ul>
</div>
underneath the <script> tag.
Once done, clear all magento cache
This thread was missed to be replied and apologies for the same.
Regards.