Vishal Sharma
Vishal Sharma

Reputation: 1372

Advanced search result is not coming in magento on home page

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>

enter image description here

when press submit button then it giving me nothing. so result are not showing... please help

Upvotes: 1

Views: 1123

Answers (1)

huzefam
huzefam

Reputation: 1191

Check if you are getting the post url of the form as {{base-url}}/catalogsearch/advanced/result/

Upvotes: 2

Related Questions