Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Magento: Change default product image with PNG

Tags:

magento

In order to replace default product image in Magento, we have to replace images in this folder:

skin\frontend\mytheme\default\images\catalog\product\placeholder

There are 3 files:

  • image.jpg
  • small_image.jpg
  • thumbnail.jpg

I need to replace those files with PNG. Where is the code that I can change the .jpg part?

like image 496
Jeaf Gilbert Avatar asked Nov 12 '10 15:11

Jeaf Gilbert


People also ask

Where are product images stored in Magento?

All the images are stored under the pub/media/catalog/product folder in the Magento root. If the product image name is abc. jpg then it's stored under the above folder with an a/b/abc.


1 Answers

In the admin, under System > Configuration > Catalog > Product Image Placeholders, you can upload any file you want.

like image 120
clockworkgeek Avatar answered Oct 14 '22 02:10

clockworkgeek