- 25
Hello.
I added a search bar on the body part of main page.
Just after I added, instant search had been not working. But I tried something(I don't remember), I saw it was working. Then I wanted to arrange the website, made the search bar again, instant search has not been working until now. Not install or setting problem, it works on original search bar.
I want to know what the problem is.
Plus, I hope to add the new search bar per multi-store. I added the code
<li class=home-search-box>
<center>@Html.Action("SearchBox", "Catalog")</center>
</li>
at Themes\Brooklyn\Views\Catalog\HomepageCategories.cshtml, it appears on all of my multi-store. It is not a plug-in, so I cannot use 'store' menu. Any advice?
This is my website.
http://www.yang-man.com/
Thanks & Regards
Juson
I added a search bar on the body part of main page.
Just after I added, instant search had been not working. But I tried something(I don't remember), I saw it was working. Then I wanted to arrange the website, made the search bar again, instant search has not been working until now. Not install or setting problem, it works on original search bar.
I want to know what the problem is.
Plus, I hope to add the new search bar per multi-store. I added the code
<li class=home-search-box>
<center>@Html.Action("SearchBox", "Catalog")</center>
</li>
at Themes\Brooklyn\Views\Catalog\HomepageCategories.cshtml, it appears on all of my multi-store. It is not a plug-in, so I cannot use 'store' menu. Any advice?
This is my website.
http://www.yang-man.com/
Thanks & Regards
Juson