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
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.
Hi @artsunique_weil,
You need to check this link : http://magento.stackexchange.com/questions/32702/related-products-block-to-right-sidebar-in-product-...
Hey @theMageComp, I believe @artsunique_weil is trying to display the related products on the listing page, not the product detail page