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 !