Customer Page Search include Manufacturer

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
cheshirehorse
Ensign (ENS)
Ensign (ENS)
Posts: 4
Joined: Tue Mar 29, 2011 2:39 pm

Customer Page Search include Manufacturer

Post by cheshirehorse » Tue Mar 29, 2011 2:46 pm

I'd like to have the search on the customer page that uses the SimpleSearch control to also include the Manufactuer Name field but cannot seem to find where to make this customization and cannot find any posts on the forum on how to do this.

For example,

I have a product named Medium Brush and the manufacturer is Oster. The customer search only finds it if Oster is also in the description or product name. I'd like when someone types in Oster on the homepage that it would include all products made by Oster.

Any pointers?

Thanks,

Scott

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: Customer Page Search include Manufacturer

Post by AbleMods » Tue Mar 29, 2011 6:04 pm

Just hit your search.aspx URL with a parameter for the Manufacturer ID like this:

http://www.Solunar.com/Search.aspx?m=62

The m=62 specifies what manufacturer ID you want for the search.

To determine the manufacturer ID, simply go into the People/Manufacturers page and edit the manufacturer you want. On the next page, you'll see the ID value in the URL like below:
Capture.JPG
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

cheshirehorse
Ensign (ENS)
Ensign (ENS)
Posts: 4
Joined: Tue Mar 29, 2011 2:39 pm

Re: Customer Page Search include Manufacturer

Post by cheshirehorse » Tue Mar 29, 2011 6:17 pm

Thanks for the response, but maybe I wasn't clear in what I was looking for. I'd like the search box on the customer page (the simple search in the header, not the advanced search page) to include results of the search term matching the manufacturer name. I'm not looking for specific manufacturer results or to add a second box to select a manufactuer, I just want the search to include manufacturer name when finding results.

Thanks

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: Customer Page Search include Manufacturer

Post by AbleMods » Tue Mar 29, 2011 6:30 pm

Ah ok, sorry I misunderstood.

I believe it searches manufacturer name when FTS is enabled. Do you have Full Text Search enabled on your storefront?
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

cheshirehorse
Ensign (ENS)
Ensign (ENS)
Posts: 4
Joined: Tue Mar 29, 2011 2:39 pm

Re: Customer Page Search include Manufacturer

Post by cheshirehorse » Tue Mar 29, 2011 7:17 pm

I do have Full Text Search enabled in our store, but it definitely is not searching manufacturer name right now.

What fields are supposed to be searched with FTS enabled?

Thanks

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

Re: Customer Page Search include Manufacturer

Post by jmestep » Wed Mar 30, 2011 6:08 am

I've uploaded a screenshot of what Able full text search searches on in 7.0.6
Probably your best solution would be to put the manufacturer name in the search keywords. Other options would require customization.
FTS.png
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

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: Customer Page Search include Manufacturer

Post by AbleMods » Wed Mar 30, 2011 6:35 am

I ran some search tests on my 7.0.5 site last night and it appeared to include manufacturer name in the FTS.

On my site, I have most every product name start with the manufacturer name. It helps both searching and SEO.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

cheshirehorse
Ensign (ENS)
Ensign (ENS)
Posts: 4
Joined: Tue Mar 29, 2011 2:39 pm

Re: Customer Page Search include Manufacturer

Post by cheshirehorse » Wed Mar 30, 2011 9:39 am

Thanks,

I'll look into copying the manufacturer field into the keywords field.

Post Reply