Letractively / ateam-webstore

Automatically exported from code.google.com/p/ateam-webstore
0 stars 0 forks source link

Updating product status to inactive does not remove item from search results #28

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. On admin site, change product status to "inactive"
2. Go to customer site and search for that product
3.

What is the expected output? What do you see instead?
The product should not show up in the results, but it does

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by scott.si...@gmail.com on 4 Dec 2011 at 10:45

GoogleCodeExporter commented 8 years ago
One warning here... the ProductService is used by both the admin site and the 
customer site, so if anything, new methods should be added for the customer 
site to use, as the admins site should always see everything.

You could also overload some of the existing methods, adding a boolean parm to 
exclude inactive products.

Original comment by B.J.D...@gmail.com on 4 Dec 2011 at 10:56