2
Answers
Vote up!
1
Vote down!

How to create a catalogue with thumbnails?

Hello.

I have products and product displays with an image.
I would like to have a catalogue with a thumbnail version of the same image, while the original image would still be displayed in the full product display.
How to achieve this?

See https://drupal.org/node/2097495#comment-7900431
Thank you in advance.

Asked by: Fiable.biz
on September 28, 2013

2 Answers

Vote up!
0
Vote down!

Hi

Create a view named product catalog.
First Click on advanced link in the view.
Select relationship Content:product [Name of your product content type]

Now Select following fields
--------------------------------------------
Content: Path
Content: Link
(Product) Commerce Product: field_images *
Content: Title
(Product) Commerce Product: Add to Cart form
--------------------------------------------------------
* Note : While selecting '(Product) Commerce Product: field_images ' you need to select following options

Relationship - Product
Formatter - Image
Image Style - Thumbnail - [Or any custom defined styles- Configuration->media->image styles]
---------------------------------------------------------------
Dont forget to select following options in filter criteria

Content: Published (Yes)
Content: Type (= Product)
Content: Product:delta (= 0)

Thanks
Ajai Chandran

Answer by: ajaichandran
Posted: Sep 30, 2013