We use cookies to make your experience better. To comply with the new e-Privacy directive, we need to ask for your consent to set the cookies. Learn more.
image
- May 25, 2015 29
In this article I'll discuss how to resize image in custom module in Magento.
First step is Open your module "helper/data.php" and paste the below code in your...
- May 24, 2015 17
We don't have any function to re-size the category image, but we can use this code for category image resize
[php]
$_category=Mage::getModel('catalog/category')->load($categoryId());...