Page 1 of 1
Search and Other products by: not working
Posted: Fri Jul 18, 2008 7:49 am
by Mike718NY
When I do a Search, or click the link "Other products by : ",
it no longer works.
It takes me to the complete products list page instead.
How can I fix this? thanks
Re: Search and Other products by: not working
Posted: Fri Jul 18, 2008 9:17 am
by mazhar
If you are using CategorySearchSidebar control on search page from ConLib/Custom folder then use it from the ConLib folder instead of using it from the ConLib/Custom folders.
Re: Search and Other products by: not working
Posted: Fri Jul 18, 2008 9:36 am
by Mike718NY
I'm not using a CategorySearchSidebar control.
I changed the the search control
and now have a SimpleSearch.ascx in the ConLib Custom folder.
Could that be causing it?
Re: Search and Other products by: not working
Posted: Fri Jul 18, 2008 9:43 am
by mazhar
It May be, give a try and use it from ConLib instead of ConLib/Custom folder. I have noticed some problem with store search with CategorySearchSidebar when using it from the ConLib/Custom folder. May be this problem exist with this control too
Re: Search and Other products by: not working
Posted: Fri Jul 18, 2008 10:15 am
by Mike718NY
I deleted the Custom SimpleSearch.ascx, and put that code
in the default SimpleSearch.ascx. It's still showing the Products List.
It shows this in the URL:
http://localhost/SuperV/Search.aspx?k=water
Re: Search and Other products by: not working
Posted: Fri Jul 18, 2008 10:27 am
by mazhar
The search page doesn't seem to work without
CategorySearchSidebar. I have tested a quick work around on search page. I am having a the
SimpleSearch control in the left side bar and it woked . I just kept the
CategorySearchSidebar on the page as well but made it hidden like
Code: Select all
[[ConLib:CategorySearchSidebar Visible="false"]]
Re: Search and Other products by: not working
Posted: Fri Jul 18, 2008 11:46 am
by Mike718NY
I got a little confused . .
The SearchPage.ascx does have the Src="~/ConLib/CategorySearchSidebar.ascx" ,
and I haven't modified this page.
Not sure where to fix this. Is the problem in the sidebar?
Re: Search and Other products by: not working
Posted: Fri Jul 18, 2008 1:07 pm
by mazhar
I got a little confused . .
The SearchPage.ascx does have the Src="~/ConLib/CategorySearchSidebar.ascx" ,
and I haven't modified this page.
Not sure where to fix this. Is the problem in the sidebar?
Yes i mean to add this in
Category Search sidebar scriptlet.
Re: Search and Other products by: not working
Posted: Fri Jul 18, 2008 4:46 pm
by Mike718NY
That worked. Thanks
I haven't a clue why, but it works!
Re: Search and Other products by: not working
Posted: Sat Jul 19, 2008 8:57 am
by mazhar
Please go ahead and report it on the CRM. This is a buggy behavior