1
Answers
Creating Product Catalog
Past two days i stuck with creating catalog.
I have created SKUs with different attributes.My problem is in creating catalog.
I created a view with fields
Content: Title
(Product) Commerce Product: Add to Cart form (Add to Cart form)
(Product) Commerce Product: Price
Content: Nid (Nid)
(Product) Commerce Product: field_images (field_images) [this is my product image]
FILTER CRITERIA
Content: Published (Yes)
Content: Type (= Product)
Content: Product:delta (= 0)
Now multiple images are coming for each product.How can i show unique image for product
Comments
In the Image field under Multiple field settings > Display value(s) 1 starting from 0 (first item is 0) This will shows 1 image with the delta of 0 which is the first uploaded image in the image field.