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
Comment #1
jsacksick commentedYou'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/workflowIt's an easy fix if we want to enable that by default, I'll send a patch as soon as I'll be available.Comment #2
kirantej_p commentedSorry, Its my mistake. I didn't observe it. It is in Views Interface.
"Display Products" is the View Name.
Thanks,
Kiran
Comment #3
kirantej_p commentedNo. Thank you. I will do it by myself.
Kiran
Comment #4
kirantej_p commentedComment #4.0
kirantej_p commentedMy issue resolved now.