Hi,

I'm using Drupal Commerce Kickstart v2. All products are listed in the products page. You are not considering whether it is an un-published node or whether the anonymous user have permissions to see that specific product or not, right?

My problem is to hide the unpublished products and also some products that should not be visible to the anonymous users. Is this possible with your module?

Thanks,
Kiran

My issue was resolved now. It is there in the Views.

Comments

jsacksick’s picture

You're right, we're not enabling the data alteration callbacks "Node access" and "Exclude unpublished nodes" by default, but nothing prevents you to do that by going to admin/config/search/search_api/index/product_display/workflow It's an easy fix if we want to enable that by default, I'll send a patch as soon as I'll be available.

kirantej_p’s picture

Sorry, Its my mistake. I didn't observe it. It is in Views Interface.
"Display Products" is the View Name.

Thanks,
Kiran

kirantej_p’s picture

No. Thank you. I will do it by myself.

Kiran

kirantej_p’s picture

Status: Active » Closed (fixed)
kirantej_p’s picture

Issue summary: View changes

My issue resolved now.