【发布时间】:2014-03-05 10:08:38
【问题描述】:
我要获取分类图片:
<?php foreach ($this->getCurrentChildCategories() as $_category): ?>
url: <?php echo $_category->getURL() ?>
name: <?php echo $this->htmlEscape($_category->getName()) ?>
img: <?php echo $_category->getThumbnail() /// returns nothing ?>
<?php endforeach; ?>
【问题讨论】:
标签: php image magento categories