views:

33

answers:

1

I have the following page structure:

Product listing for type 1
|-> Product 1.1
|-> Product 1.2
...
Product listing for type 2
|-> Product 2.1
|-> Product 2.2
...

so I have created a content-type "Generic_Product_Listing" which has a field_type and would like to embed a view that only gets the products of that specific type.

How can I do that?

A: 

Maybe the Viewfield module is what you need?

marcvangend

related questions