# Product Image Resize

### <span style="color: #3b82f6;">Magento Product Image Resize Extension Installation/Set-up Guide</span>

- <span style="color: #f97316;">**Disable Compilation Mode**</span><span style="color: #f97316;">:</span> To check that this is disabled, go to System-&gt;Tools-&gt;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.
- <span style="color: #f97316;">**Upload Package:**</span> 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.
- <span style="color: #f97316;">**Clear Caches:**</span> This can be done from the admin console by navigating to the cache management page (System-&gt;Cache Management), selecting all caches, clicking 'refresh' from the drop-down menu, and submitting the change. Log out and login back in Admin.
- <span style="color: #f97316;">**Admin Configuration:**</span> Go to **Admin -&gt; Catalog-&gt; 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\_&lt;&lt;cat\_id&gt;&gt;**
- <span style="color: #f97316;">**Theme changes:**</span> 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 ```php
        /app/design/frontend/default//template/catal og/product/list.phtml 
        /app/design/frontend/default//template/catal og/product/list/related.phtml 
        /app/design/frontend/default//template/catal og/product/list/upsell.phtml 
        /app/design/frontend/default//template/chec kout/cart/sidebar/default.phtml 
        /app/design/frontend/default//template/chec kout/cart/crossell.phtml 
        /app/design/frontend/default//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 -:

```php
/app/design/frontend/default//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
```

- <span style="color: #f97316;">**Clear Caches:**</span> 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**](https://www.scommerce-mage.com/magento-product-image-resize.html#faq) first. If you can't find the answer you are looking for then please contact [**support@scommerce-mage.com**](mailto:core@scommerce-mage.com)**.**