cancel
Showing results for 
Search instead for 
Did you mean: 

RWD Theme - Search not being executed on front page

RWD Theme - Search not being executed on front page

Hi,

Having a slight problem with the RWD theme. Using any other theme search is working perfectly. With RWD theme, if i enter something in the searchfield and press enter/click on the search-icon, nothing happens. It seems like there is not event being send at all. As soon as I select a category, the search field works perfectly. 

So this happens only on the default front page, and only with the RWD theme. I'm using 1.9.0.1CE.

 

Have been looking for some time, but can't seem to isolate the order. I tried switching out the catalogsearch.xml, with one from another theme, but that didnt help either. It just seems like the 'submit'-action is never being send, but only the front page.

 

Happy for any help! Thanks!

1 REPLY 1

Re: RWD Theme - Search not being executed on front page

1. Go to app\design\frontend\default\layout\ 

2. Open file catalogsearch.xml 

3. Update code at the 54th line: (replace by code below)

 

<reference name="left">
<block type="catalogsearch/layer" name="catalogsearch.leftnav" after="currency" template="catalog/layer/view.phtml"/>
</reference>

 

4. Click [Save] button