Magento – Product image not showing in Magento

magento-1.9PHPproduct-images

I have a specific product and its image is not shown in the front-end. In the admin panel in Catalog->Manage Products->Images I can see all the images of its configurable product. So I don't understand why is this only happening only to this specific product. Any help would be appreciated.

EDIT: No exclude or remove is checked on the Images section. I tried to find the images on the server and they are there with ownership www-data:www-data

Best Answer

Please go to the productdetails-page in the adminpanel and check the "Store View" Settings on the left top. Explanation: Every product can have global settings (used for every store) and special settings for only one special Storeview.

So, if you change the image only for one special Storeview, your changes are not displayed in the frontend in every store. For that reason you have to change this storeview scope an save your image there. Maybe this helps ;-)

Related Topic