cancel
Showing results for 
Search instead for 
Did you mean: 

Related Products in list.phmtl

Related Products in list.phmtl

Hi,

 

i want to called the related products also on the list.phtml.

 

Example:

http://www.pirateparts.com/myers-aplex/sc-series/

 

If you click on an article, i want to show the related products in the right slidedeck.

 

anyone an idea?

 

thx a lot.

 

regards

andreas

3 REPLIES 3

Re: Related Products in list.phmtl

Hi there! You can use the

$_product->getRelatedProducts()

method to retreive the related products that you require, and then loop over the array that's returned. Just be aware this might be quite slow on a large product list page.

Problem solved? Click Accept as Solution!
Magento Certified Developer | www.iwebsolutions.co.uk | Magento Small Business Partner

Re: Related Products in list.phmtl

Re: Related Products in list.phmtl

Hey @theMageComp, I believe @artsunique_weil is trying to display the related products on the listing page, not the product detail page Smiley Happy

Problem solved? Click Accept as Solution!
Magento Certified Developer | www.iwebsolutions.co.uk | Magento Small Business Partner