Page 1 of 1

Category Search Side Bar

Posted: Mon Aug 18, 2008 8:45 pm
by edesign
I am having trouble with this control - to preface, yes I have applied the recent patch to the final 7 build which had a fix for an issue with the control.

It seems to work well when used on the search results page, I haven't had any problems there. However when I use the control on the category results(ie clicking a top level category from the standard category list control) I am experiencing strange results. Here is my example. 2 main categories 3 items in each 6 items total

1)Click Category 1 - 3 items are displayed. This works as expected.
2)In results click the (x) next to Category 1 to EXPAND the results - here I would expect all 6 items to be listed since I have deselected the original category. However instead, the results remain unchanged with only the Category 1 items listed as before.
3)Click Category 2 in the NARROW section. Here I would expect the 3 Category 2 items to be listed since this is the only category selected at this point. However the results remain unchanged, the 3 items from Category 1 remain.

As I said the patch has been applied and has not resolved the issue.

Anyone experience this issue - is there a workaround/bugfix? I'd love to use this control but if it doesn't work on category searches I can't confuse customers with it.

Thanks!

Re: Category Search Side Bar

Posted: Thu Sep 04, 2008 12:24 am
by mazhar
On the category display page which conlib's category content listing control you are using? From the category content listing control i mean CategoryGridPage or CategoryGridPage2 etc.

Re: Category Search Side Bar

Posted: Sat Sep 06, 2008 12:43 pm
by Tomgard
I experience the same sort of reaction/result when I use the "product finder".

Re: Category Search Side Bar

Posted: Sun Sep 07, 2008 9:15 pm
by mazhar
The patch only fixes this problem for Product Finder (Search.aspx) and one Category Display Page the CategoryGridPage. All other category display pages still suffer.

Re: Category Search Side Bar

Posted: Tue Sep 09, 2008 1:56 pm
by Psalty
It looks like there is still a problem with Search.aspx.

If I choose a category on the left and then scroll down to the bottom and click page #2, this is the URL I am taken to:

http://[site name]/Search.aspx?s=Name ASC&c=27&p=1

Notice how the category in the query string is still there (c=27).

If I then click page 3 or any other page, this is the url I am taken to:

http://[site name]/Search.aspx?s=Name ASC&p=2

The category is dropped.

This does not occur for the manufacturer or keyword filters.

Is this a problem in my configuration or should this be reported as a bug?

Re: Category Search Side Bar

Posted: Tue Sep 09, 2008 8:44 pm
by AbleMods
I vote bug.

Maybe Mazhar can track it down, probably an easy tweak to the other categorygrid controls to resolve it.

Might be a Pepsi in it for you :wink:

Re: Category Search Side Bar

Posted: Tue Sep 09, 2008 11:41 pm
by mazhar
Hmm there seems to be some problem in the search page. Switching between the pager pages it seems that it loses the track of current category. I have created a new bug for this problem. The bug URL is given below
http://bugs.ablecommerce.com/show_bug.cgi?id=7149

Re: Category Search Side Bar

Posted: Wed Sep 10, 2008 7:20 am
by AbleMods
Thank you Mazhar.

You're doing a great job keeping up with all the forum posts !

Re: Category Search Side Bar

Posted: Thu Sep 11, 2008 2:03 am
by mazhar
Thanks for the complement Joe

Re: Category Search Side Bar

Posted: Wed Sep 17, 2008 10:43 pm
by mazhar
Hello All,

Patch for the following case is available.
It looks like there is still a problem with Search.aspx.
If I choose a category on the left and then scroll down to the bottom and click page #2, this is the URL I am taken to:
http://[site name]/Search.aspx?s=Name ASC&c=27&p=1
Notice how the category in the query string is still there (c=27).
If I then click page 3 or any other page, this is the url I am taken to:
http://[site name]/Search.aspx?s=Name ASC&p=2
The category is dropped.
This does not occur for the manufacturer or keyword filters.
Is this a problem in my configuration or should this be reported as a bug?
follow this bug link for the patch. Read the last post for patch details
http://bugs.ablecommerce.com/show_bug.cgi?id=7149

Re: Category Search Side Bar

Posted: Tue Oct 28, 2008 11:24 am
by Psalty
Thanks for the fix but this page still seems to have problems with expanding and narrowing results.

This problem can be repeated on my site by:

1. Go to product finder (~/Search.aspx).
2. Narrow by a category.
3. Go to page 2 of that category (~/Search.aspx?s=Name%20ASC&c=27&p=1).
4. At this point the expand and narrow category functionality no longer works. I then have to go back to ~/Search.aspx for it to work properly.

I apologize if this has been addressed already. Perhaps there is a patch I'm missing?