View on products works for me as Admin but not as regular User
I have set up a view as described in the Video "Using Views with Products in Drupal Commerce". For me as Admin it works well, but as a regular or anonymous user I can only see the title of the view but not the content ...
Comments
How to get the butons of the shop on the custom product display
I have set up custom product display nodes as described in the video "Building a Drupal Commerce product catalog". I can see the product information but not the butons as "add to cart" and so on. How do I get them on the custom product display nodes?
You should build your view
You should build your view listing your product display (nodes) and not your products. Non-admin users cannot (and should not) see product entities.
The "Add to cart" button is a
The "Add to cart" button is a field formatter of the product reference field. Manage it by navigating to yout product display field rendering settings and point the product reference field in the visible group, and also configure the button to act the way you need.