码迷,mamicode.com
首页 > 其他好文 > 详细

magento关联产品

时间:2014-07-24 17:09:40      阅读:139      评论:0      收藏:0      [点我收藏+]

标签:width   art   for   re   c   html   ar   htm   

  1. <?php  
  2. $related= $_product->getRelatedProducts();  
  3. foreach($related as $_item):  
  4.     $_item = $_item->load($_item->getId());  
  5.     //echo $this->htmlEscape($_item->getName()).‘: <a href="‘.$_item->getProductUrl().‘"><img src="‘.$_item->getImageUrl().‘" width="80" height="80" /></a>‘;  
  6.     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>‘;  
  7. endforeach;  
  8. ?> 

magento关联产品,布布扣,bubuko.com

magento关联产品

标签:width   art   for   re   c   html   ar   htm   

原文地址:http://www.cnblogs.com/focai/p/3865589.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!