Closed (fixed)
Project:
Commerce Kickstart
Version:
7.x-2.1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Jan 2013 at 22:18 UTC
Updated:
10 Feb 2013 at 09:40 UTC
Hi,
I have disabled a few products.
I have unpublished the displays but still can see these products on All products page (/products). Clicking on them leads to 403 -
Access denied, but I think they shouldn't be in the list of all products.
What should I do in order to remove Unpublished/disabled products from the list of all products?
Comments
Comment #1
bojanz commentedYou just need to rebuild your search index.
Go to admin/config/search/search_api/index/product_display/status and then click "Re-index content"
Comment #2
parvanova commentedI re-indexed the index - nothing changed.
I cleared the index - all products disappeared from /products page
Then I clicked on "Index now" and all products are back - including those that are disabled.
Flashed all caches - nothing changed.
What am I doing wrong?
Thanks
Comment #3
alfredof commentedhi
you have to go
admin/config/search/search_api/index/product_display/workflow
select
Exclude unpublished nodes
and second step
rebuild your index search
Comment #4
parvanova commentedgreat!
This did the trick.
Thank you