Cart dissapears for anonymous when adding a product referenced field
Hi, I need to sell custom products that have a text on Add to cart forms.
Now I added a relation on the /cart view to show the image of the product and a the custom text but the cart donesn't show on non admin users.
Do I need to grant a permission to the anonymous role? Is it normal?
Thank's for all.
Comments
Solved
Ok I found that to grant the permission "View any products of any type" solves the problem.
Does it ave any security implication?
Thank's for all.