[UPDATE 2025] Prestashop 1.7 Bugs Resolver Guideline

Set the stock to 0 for all product combinations that do not have an image Safety step: preview affected rows with a SELECT

Correct UPDATE query: set stock to 0 for combinations without an image

How to Find PrestaShop Color Attributes Without Swatches (and See Which Products Use 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