boutik-fan Posted May 17, 2021 Share Posted May 17, 2021 Bonjour, Est-ce qu'il y a eu des modifications de codes dans la version 1.7.7.2 concernant la génération des images product_mini , ou dans le fichier controller/adminorderscontroller.php ou encore est-ce que ce fichier est obsolète pour l'affichage de la page commande dans le back office ? Avant je modifiais la taille des images produits des commandes, en changeant juste le nombre de pixel (250 à la place de 45) et cela ne fonctionne plus : // generate image cache, only for back office $product['image_tag'] = ImageManager::thumbnail(_PS_IMG_DIR_ . 'p/' . $product['image']->getExistingImgPath() . '.jpg', $name, 250, 'jpg'); Un grand merci pour votre aide. Les photos produits sont vraiment trop petites pour faire mes commandes. Bonne journée. Link to comment Share on other sites More sharing options...
boutik-fan Posted May 19, 2021 Author Share Posted May 19, 2021 Up ? Svp. Link to comment Share on other sites More sharing options...
ZHSoft Posted May 19, 2021 Share Posted May 19, 2021 // /admin/index.php/sell/orders/1/view?_token=Ntgitd9oG06_vuPCudjrXEBAioSAWExW5yYV-HPenLM // src/Adapter/Order/QueryHandler/GetOrderProductsForViewingHandler.php // rm -rf ./img/tmp/*.jpg $product['image_tag'] = ImageManager::thumbnail(_PS_IMG_DIR_ . 'p/' . $product['image']->getExistingImgPath() . '.jpg', $name, 100, 'jpg'); Link to comment Share on other sites More sharing options...
boutik-fan Posted May 19, 2021 Author Share Posted May 19, 2021 @ZHSoft quelle efficacité ! Merci beaucoup. 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