cancel
Showing results for 
Search instead for 
Did you mean: 

Product Grid/Carousel (Product Page) Support

Product Grid/Carousel (Product Page) Support

I am trying to put a product carousel on the Product View Page (much like the cross/up sell, related products) that will display all the products within that range automatically without manually entering "related products".Plus a button that will take me to view the products in that range.

 

I have given all products their respective categories and a "Collection" category. ALSO I have given them the attribute: range, with their collection name.

 

I'm assuming that I want to get the attributes like so

$product->getResource()->getAttribute($attribute_code)
        ->getFrontend()->getValue($product)

then place the returned value in a product carousel(arguments).within {BLOCK}?

 

Alternatively, if there is an extension that could be recommended that will allow me to do this 

 

Any help or pointers are very appreciated as my knowledge is short

 

Kind Regards

 

Will