Magento – Categories Images

Get category image:


<?php
$_category = $this->getCurrentCategory();
$_imageUrl = $this->getImageUrl();
?>

Get category thumbnail:


<?php
$_category = $this->getCurrentCategory();
$_imageUrl = $this->getThumbnail();
?>

Leave a Reply

Your email address will not be published. Required fields are marked *