Sorting by Price: Double Products Display

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
WebDev7
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 49
Joined: Thu Oct 14, 2010 7:25 am

Sorting by Price: Double Products Display

Post by WebDev7 » Fri Dec 17, 2010 2:29 pm

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.

User avatar
igavemybest
Captain (CAPT)
Captain (CAPT)
Posts: 388
Joined: Sun Apr 06, 2008 5:47 pm

Re: Sorting by Price: Double Products Display

Post by igavemybest » Fri Dec 17, 2010 8:06 pm

No problem here. Have you checked your database? Are you absolutely sure you dont have duplicates?

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Sorting by Price: Double Products Display

Post by jmestep » Sat Dec 18, 2010 10:04 am

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>
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

Post Reply