Category Search & Filter Improvements

For general questions and discussions specific to the AbleCommerce GOLD ASP.Net shopping cart software.
Post Reply
mouse_8b
Commander (CMDR)
Commander (CMDR)
Posts: 115
Joined: Mon Oct 11, 2010 1:21 pm
Location: Austin, TX
Contact:

Category Search & Filter Improvements

Post by mouse_8b » Thu Nov 13, 2014 10:48 am

First, I'd like to thank the AC team for already improving on category search in R9. I found this thread earlier that was very helpful. In addition to offering Search By options on product templates, it would also be helpful to be able to sort on information that is already in the product info, just not in a template. Being able to filter by price, weight, color, and size fields from the product's regular attributes would be helpful. I can (and will) add some of these to the templates I am using, but this means manually duplicating data that the program already has. Filtering by options would also be neat, but I can see how that could be a lot more complex.

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Category Search & Filter Improvements

Post by mazhar » Fri Nov 14, 2014 3:40 am

Thank you for the feedback! Glad that you are making use of new feature. We have some improvements like price range in mind and will try to enhance the navigation in future releases. You can suggest improvements/features here http://ablecommerce.uservoice.com/forum ... merce-gold

bigtires001
Lieutenant (LT)
Lieutenant (LT)
Posts: 55
Joined: Thu Aug 28, 2008 3:40 pm

Re: Category Search & Filter Improvements

Post by bigtires001 » Wed Feb 04, 2015 5:39 am

Hello I came to the forum to ask but this thread may answer for me.

I have AbleCommerce for ASP.NET
VERSION: 7.0.8.5410

When managing the products, I am trying to use the search by SKU, however when an item had options like color it often has a new part number, and I cannot search for these part numbers. I have plans to upgrade to R10, would this fix the issue?

User avatar
Katie
AbleCommerce Admin
AbleCommerce Admin
Posts: 2651
Joined: Tue Dec 02, 2003 1:54 am
Contact:

Re: Category Search & Filter Improvements

Post by Katie » Wed Feb 04, 2015 6:16 am

This feature was added in our last release of Gold R9. However, the variant based sku search is only available with SQL search provider. FTS based providers don't have this because they require an indexed key column which must be unique. After joining with variant table we may see multiple entries for same product so a unique constraint is not possible.
Thank you for choosing AbleCommerce!

http://help.ablecommerce.com - product support
http://wiki.ablecommerce.com - developer support

bigtires001
Lieutenant (LT)
Lieutenant (LT)
Posts: 55
Joined: Thu Aug 28, 2008 3:40 pm

Re: Category Search & Filter Improvements

Post by bigtires001 » Wed Feb 04, 2015 8:10 am

O ok thanks, well we use sql database so is that all that would be required beyond the R9 update?

User avatar
Katie
AbleCommerce Admin
AbleCommerce Admin
Posts: 2651
Joined: Tue Dec 02, 2003 1:54 am
Contact:

Re: Category Search & Filter Improvements

Post by Katie » Wed Feb 04, 2015 8:35 am

Yes. You would just need to make sure that you are using the SQL search provider (not FTS or Lucene). This is a setting from the Configure > Store > General page.
Thank you for choosing AbleCommerce!

http://help.ablecommerce.com - product support
http://wiki.ablecommerce.com - developer support

Post Reply