Product Image Resize

Magento Product Image Resize Extension Installation/Set-up Guide

  • Disable Compilation Mode: To check that this is disabled, go to System->Tools->Compilation. If the compiler status is ‘Disabled’, you are ready to go. If not, simply click the ‘Disable’ button on the right hand side of the screen.

  • Upload Package: Upload the content of the module to your root folder. This will not overwrite the existing Magento folder or files, only the new contents will be added.

  • Clear Caches: This can be done from the admin console by navigating to the cache management page (System->Cache Management), selecting all caches, clicking ‘refresh’ from the drop-down menu, and submitting the change. Log out and login back in Admin.

  • Admin Configuration: Go to Admin -> Catalog-> Manage Images, here you will find all the relevant pages for which you can change product image sizes. You can also have different image sizes per category by adding action name as catalog_category_<<cat_id>>

  • Theme changes: If you are not using your custom theme then this module should work out of the box. But if you are using custom theme then follow the following steps -:

    • Check if you have the following files in your custom theme folder

/app/design/frontend/default/<custom>/template/catal og/product/list.phtml
/app/design/frontend/default/<custom>/template/catal og/product/list/related.phtml
/app/design/frontend/default/<custom>/template/catal og/product/list/upsell.phtml
/app/design/frontend/default/<custom>/template/chec kout/cart/sidebar/default.phtml
/app/design/frontend/default/<custom>/template/chec kout/cart/crossell.phtml
/app/design/frontend/default/<custom>/template/wishl ist/sidebar.phtml

If the above files do exist in your custom theme then copy the differences from the following files otherwise copy them as it is to your custom theme folder -:

/app/design/frontend/default/<custom>/template/catal og/product/list.phtml
/app/design/frontend/default/default/template/catalog/ product/list/related.phtml
/app/design/frontend/default/default/template/catalog/ product/list/upsell.phtml
/app/design/frontend/default/default/template/checko ut/cart/sidebar/default.phtml
/app/design/frontend/default/default/template/checko ut/cart/crossell.phtml
/app/design/frontend/default/default/template/wishlist/sidebar.phtml
  • Clear Caches: Once you are done with everything above, clear the cache to get the changes reflect on your website.

If you have a question related to this extension please check out our FAQ Section first. If you can't find the answer you are looking for then please contact support@scommerce-mage.com.

Last updated