Magento:Get base image in upsell product on product view page

If you want to show the base image in upsell products, instead the small image Please Follow the instructions and create a small extension with the following files. 1. create a file as follow: app/code/local/Sushant/Upsell/Block/Product/List/Upsell.php 2.app/code/local/Sushant/Upsell/etc/config.xml 3.Active your module app/etc/modules/Sushant_Upsell.xml 4.Finally Open upsell.phtml app/design/frontend/Your package/Your theme/template/catalog/product/list And find And replace Read more…