Views product list is blank for visitor but not registered user
I am setting up a website that I have Drupal Commerce managing the products that are available in store. I have all of the viewable items listed in a views page and everything is working great, however, when I try to access the page as a visitor would (not logged in) I get the page title and no body or product list.
Any help will be appreciated.
Comments
Make a view of product display nodes
Ordinary users can't view products and they aren't intended to. Are you doing a view of product display nodes?
Hi, rfay, thanks for the
Hi, rfay, thanks for the response
I have setup a Views page that has a filter criteria of "commerce product = laptop" and I have fields listed for each product in a table. The part that gets me is that I even put some text into the header area of the Views page and even that will not show, only the title is visible to a visitor.
Please experiment with views.
Please just experiment with views.... Use regular nodes, make views of regular nodes. Then you can make views of product display nodes and experiment with them.
Hi, Why there is no way to
Hi,
Why there is no way to have a view that lists commerce products (not product displays) available to anonymous users? As long as I take care and filter the view, why shouldn't I be able to display it to normal users?
Thank you everyone for the
Thank you everyone for the help. I think that I know why I am having this issue. I was having Views create the display directly referencing the product in the store and not the front end display node. I recreate a new page based on the taxonomy terms as shown in a Vimeo post made by Ryan. Thank you for the help rfay and for this link http://vimeo.com/rszrama/drupal-commerce-taxonomy-catalog