How to create "Latest Products View" with images?[Solved]
The problem is "Product" is the Entity in "Product Display"
While creating my View, I try to select Field Image but no image is shown in the View. I guess thats because the images are not saved in an actual Content Type(Product Display) but rather they are saved in the Entity "Product".
How can I create "Latest Products" Block view? any help appreciated
Comments
You need to use views
You need to use views relationships for that. Under relationships there should be something like "Referenced Product". Select that and then the you should be able to use the product fields.
Relationship was the answer
Thx a lot mwisner , what you said was correct with the relationship I'm now able to show the images as well
I wrote my answer here with screenshots
http://drupal.stackexchange.com/questions/27804/views-image-not-visible/...