- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2015
12:11 AM
08-21-2015
12:11 AM
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2015
01:46 AM
08-21-2015
01:46 AM
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
Magento Certified Developer | www.iwebsolutions.co.uk | Magento Small Business Partner
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2015
04:14 AM
08-21-2015
04:14 AM
Re: Related Products in list.phmtl
Hi @artsunique_weil,
You need to check this link : http://magento.stackexchange.com/questions/32702/related-products-block-to-right-sidebar-in-product-...
Was my answer helpful? You can accept it as a solution.
200+ Premium Magento 2 Extensions Need help? Hire Magento Developer
200+ Premium Magento 2 Extensions Need help? Hire Magento Developer
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2015
05:08 AM
08-21-2015
05:08 AM
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
Problem solved? Click Accept as Solution!
Magento Certified Developer | www.iwebsolutions.co.uk | Magento Small Business Partner
Magento Certified Developer | www.iwebsolutions.co.uk | Magento Small Business Partner