[prisna-google-website-translator]
magento 分类页调取图片
<?php if($category->getThumbnail()): ?>
    <a href="<?php echo $category->getURL(); ?>" title="<?php echo $category->getName(); ?>">
    <img src="<?php echo Mage::getBaseUrl('media').'catalog/category/'. $category->getThumbnail(); ?>" alt=""  />
    </a>
<?php endif; ?> 

在分类页.phtml 调取

暂无评论

发送评论 编辑评论


				
上一篇
下一篇