Jump to content

Prestashop 1.7.7.2 taille des images temporaires back office [Résolu]


Recommended Posts

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

// /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');

image.thumb.png.d6ed70266bc5caab2e2a3f9bddb65365.png

Link to comment
Share on other sites

  • boutik-fan changed the title to Prestashop 1.7.7.2 taille des images temporaires back office [Résolu]

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...