- <?php
- $related= $_product->getRelatedProducts();
- foreach($related as $_item):
- $_item = $_item->load($_item->getId());
-
- echo $this->htmlEscape($_item->getName()).‘: <a href="‘.$_item->getProductUrl().‘"><img src="‘.Mage::helper(‘catalog/image‘)->init($_item, ‘thumbnail‘)->resize(80, 80).‘" width="80" height="80" /></a>‘;
- endforeach;
- ?>
magento关联产品,布布扣,bubuko.com
magento关联产品
原文:http://www.cnblogs.com/focai/p/3865589.html