How do resize the category images in Magento ?

, , No Comments
This topic explains about getting category images in the frontend ( category list page ) and resize the image to the given size.

  • Call the below function from your template

  • Override category model(category.php) in the below directory
    • app/code/local/Mage/Catalog/Model/
  • Add the below function in category.php

0 comments:

Post a Comment