Jump to content


Captain Harlock

Member Since 13 Jun 2016
Offline Last Active Jun 13 2016 02:46 PM
-----

Topics I've Started

Prestashop 1.6 : Use the manufacturers logo as product image

13 June 2016 - 10:14 AM

Hello,

 

I would like to know how to use the manufacturers' logo as a product image instead of the question mark (404.gif) when the product image is missing.

I guess it's located on classes/module/Module.php, on line 1507 :

copy(_PS_IMG_DIR_.'404.gif', _PS_TMP_IMG_DIR_.md5((int)$modaddons->id.'-'.$modaddons->name).'.jpg');

But I cannot found the correct thing to write instead

 

Thanks in advance !