Add product image in cart view
I want to add the product image in the line item of the cart. So i created a relationship by adding
- (Line Item) Commerce Line item: Product
and then i can add the image field in the fields section. If i am logged in as admin i can see the image in the cart but if i am an anonymous user pr just an authenticated user the cart doesn't show at all. Just the update and checkout buttons. What am i missing here?
Thanks
Comments
Problem solved... almost.
Problem solved... almost. The issue with the cart appears when i update the views module...
I think you'll find that this
I think you'll find that this is the same problem with Views 7.x-3.0-rc3 described [here](http://www.drupalcommerce.org/node/1171#comment-2613). There is a workaround described there that should also work for you.
I see that a lot of people
I see that a lot of people arguing about the quick fix. Isn't a beter solution not to update just yet until a clean solution is provided?
Views security release
Yeah, the only problem is that Views 7.x-3.x-rc3 contains security fixes, so if you have a live site and take security seriously, that will be an issue for you.
Is there a solution to this
Is there a solution to this now? I just started a Drupal 7 commerce site and having the image appear in the checkout corm and shopping cart is a must.
I tried using views 3.0 rc1 but i had errors showing all over the place.