Searching for "hidden" products

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
mkeith1
Commander (CMDR)
Commander (CMDR)
Posts: 120
Joined: Wed Jul 25, 2007 12:46 pm
Contact:

Searching for "hidden" products

Post by mkeith1 » Thu Mar 26, 2009 10:57 am

How can i make the basic search and advanced search find "hidden" products? Currently they can only be found in a search if they are "Public".
Last edited by mkeith1 on Thu May 21, 2009 4:22 pm, edited 1 time in total.

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

Re: Searching for "hideen" products

Post by mazhar » Thu Mar 26, 2009 11:24 am

This is not possible without modifying the respective search methods in back end. Perhaps you can try FindProducts method of ProductDataSource class which is used on admin side and lists the hidden products as well.

mkeith1
Commander (CMDR)
Commander (CMDR)
Posts: 120
Joined: Wed Jul 25, 2007 12:46 pm
Contact:

Re: Searching for "hidden" products

Post by mkeith1 » Fri Mar 27, 2009 9:44 am

so what's the difference between a hidden product and a private product? Is a product only searchable when it is labeled "Public"?

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

Re: Searching for "hideen" products

Post by mazhar » Fri Mar 27, 2009 10:24 am

Yes. The difference between a hidden and private product is that you can access hidden product directly through its URL but you can't do same thing with private product.

Post Reply