[UPDATE 2025] Prestashop 1.7 Bugs Resolver Guideline

[UPDATE 2026] Save button do not display in product catalog Prestashop 1.7 Théme Warehouse : le bouton save ne s’affiche plus. Dans ./app/admin/themes/new-theme/public/product.css On recherche .product-footer input.save{display:none} et on le remplace par .product-footer input.save{display:inline-block} Supprimer /public_html/var/cache/* Supprimer le cache du navigateur **Si le site est derrière Cloudflare** : la modif Lire la suite

Prestashop – Bigger Products Images on Order

I case someone it’s interested to do this on PS1.7.7… you have to look at file: /src/Adapter/Order/QueryHandler/GetOrderProductsForViewingHandler.php Search for ImageManager::thumbnail and replace with the desidered value (the value it’s the size of the thumbnail in pixel). This should be these two lines: $product[‘image_tag’] = ImageManager::thumbnail(_PS_IMG_DIR_ . ‘p/’ . $product[‘image’]->getExistingImgPath() . Lire la suite