l'indien Posted August 7, 2011 Share Posted August 7, 2011 Bonsoir à tout le monde ! Question à la team : POURQUOI AVOIR RETIRER L'IMAGE DU PRODUIT depuis la V3... dans la fiche produit ! quoi de plus naturel qu'une photo du produit quant on saisie les caractéristiques du produit ! En V3 j'avais trouver la parade en ajoutant cette ligne dans le fichier AdminProduct.php $cover = Product::getCover($obj->id); $this->displayImage($obj->id, _PS_IMG_DIR_.'p/'.$obj->id.'-'.$cover['id_image'].'.jpg', 180, $cover['id_image'], Tools::getAdminToken('AdminCatalog'.intval(Tab::getIdFromClassName('AdminCatalog')).intval($cookie->id_employee))); mais pour la V4 c'est encore différent et je cherche toujours : http://www.prestashop.com/forums/topic/122834-affichage-de-limage-du-produit-en-bo/ merci de votre aide ! Link to comment Share on other sites More sharing options...
jolvil Posted September 8, 2011 Share Posted September 8, 2011 Moi aussi je trouve dommage d'avoir enlevé l'image du produit, comme je suis resté en ps1.3.7 j'ai utilisé ton code et ca marche...merci vers ligne 1490 <a href="index.php?tab=AdminStatsModules&module=statsproduct&id_product='.$obj->id.'&token='.Tools::getAdminToken('AdminStatsModules'.intval(Tab::getIdFromClassName('AdminStatsModules')).intval($cookie->id_employee)).'"><img src="../modules/statsproduct/logo.gif" alt="'.$this->l('View product sales').'" title="'.$this->l('View product sales').'" /> '.$this->l('View product sales').'</a>'; } // Ajout pour affichage image du produit $this->displayImage($obj->id, _PS_IMG_DIR_.'p/'.$obj->id.'-'.$cover['id_image'].'.jpg', 180, $cover['id_image'], Tools::getAdminToken('AdminCatalog'.intval(Tab::getIdFromClassName('AdminCatalog')).intval($cookie->id_employee))); echo ' <!-- non affichage de la ligne de separation <hr class="clear"/> --> <br /> Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now