Reputation: 1372
i added advanced search option on my home page by placing this code in /app/design/frontend/default/hellowired/template/page/2columns-right.phtml
<div>
<?php echo
$this->getLayout()->createBlock('catalogsearch/advanced_form')->setTemplate('catalogsearch/advanced/form.phtml')->toHtml()
?>
</div>
when press submit button then it giving me nothing. so result are not showing... please help
Upvotes: 1
Views: 1123
Reputation: 1191
Check if you are getting the post url of the form as {{base-url}}/catalogsearch/advanced/result/
Upvotes: 2