Page 1 of 1

Sorting by Price: Double Products Display

Posted: Fri Dec 17, 2010 2:29 pm
by WebDev7
Hi -
Has anyone has an issue with using Category Grid 1 (CategoryGrid) and the sort by <low - high price> showing duplicate products? It works fine until I switch to that filter. I'm on version 704 and 705

Thank you in advance.

Re: Sorting by Price: Double Products Display

Posted: Fri Dec 17, 2010 8:06 pm
by igavemybest
No problem here. Have you checked your database? Are you absolutely sure you dont have duplicates?

Re: Sorting by Price: Double Products Display

Posted: Sat Dec 18, 2010 10:04 am
by jmestep
There are no duplicate products. But I did remember this morning that I had run into it before. It happens when there are numerous products with the same price. When I change the code to add the product name to the sort, then the problem is fixed.
<asp:ListItem Text="By Price (High to Low)" Value="Price DESC,Name ASC"></asp:ListItem>