How to make a View of products with price
Using
Drupal 7.27
Commerce 7.x-1.9
Views 7.x-3.7
I have a product in different colors and different sizes, all with same price.
I have a content type for the product with name, info, image, size-selection,
color-selection, price and add-to-cart.
I have made a view of the content type product showing the name and image.
But I would like to show the price too.
I have tried Relationships in views using Content: Referenced products
but this makes a view with images of ALL the different variations of the product.
I only want one copy of the product shown with name, image and price.
How can I accomplish this?