How do I show the "advanced search" on the front page. I want to open the website showing the advanced search options.
thanks
How do I show the "advanced search" on the front page. I want to open the website showing the advanced search options.
thanks
First create this template file in your theme:
app/design/frontend/{package}/{theme}/template/catalogsearch/advanced/home_form.phtml.
Then copy the contents of the file catalogsearch/advanced/form.phtml to your new file.
Replace
<form action="<?php echo $this->getSearchPostUrl() ?>" method="get" id="form-validate">
with
<form action="<?php echo $this->getUrl('catalogsearch/advanced/result') ?>" method="get" id="form-validate">
Add this to your homepage content from CMS->Pages.
{{block type="catalogsearch/advanced_form" template="catalogsearch/advanced/home_form.phtml"}}
Don't see what you're looking for? Modify your search, Am I missing some thing?
– Abdul Ghaffar May 27 '16 at 05:17searchbutton is shown no form input boxes. – inrsaurabh Jul 07 '17 at 09:49