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

Display selected attribute color name on Prestashop for Warehouse theme

Source: https://mypresta.eu/prestashop-17/show-selected-color-attribute-name.html Modification of custom.css File is located in this directory: themes/warehouse/assets/css/custom.css (if you use different theme than « classic » theme – open your theme directory instead). At the end of this file paste code attached below: .ColorLabel:after { display:inline-block; content: ‘: ‘ attr(data-after); margin-left:5px; font-weight:bold; } Modification of custom.js File Lire la suite

[MISE À JOUR 2023] Installation d’Odoo 8 sur Ubuntu 20.04 ou Debian 11 avec et sans myVesta

Mise à jour du système sudo apt update && sudo apt dist-upgrade Création de l’utilisateur odoo8, le domaine et l’arboresence Avec myVesta Créer simplement un utilisateur odoo8. Ceci créera l’arborescence /home/odoo8. Créer le nom de domaine associé à l’utilisateur, ici ce sera nom_de_domaine_odoo8.com Choisissez PHP-FPM-7.4 pour le nom de domaine Lire la suite

[UPDATE 2021] Guide Ultime d’Installation d’une Boutique Prestashop 1.7 – Importation, Store Commander, Akeneo PIM, Importation entre deux PrestaShop – Partie 3

Import de vos données pour Prestashop avec Store Commander et Akeneo PIM Pour ma part, j’utilise Akeneo PIM pour m’aider à importer mes données dans mes sites internet. Je vais supposer que vous avez vos catégories, vos produits, vos déclinaisons, vos clients et vos adresses déjà prêts à importer dans Lire la suite

[MISE À JOUR 2021] Guide Ultime d’Installation d’une Boutique Prestashop 1.7 – Configuration du Back-Office – Partie 2

Configuration de Prestashop Vocabulaire b2c (business to consumer) : magasin en ligne du professionnel au particulier b2b (business to business) : magasin en ligne du professionnel au professionnel terminal (invoice) : interface de paiement pour tous les clients Prérequis Si vous avez installé Prestashop avec l’aide de Softaculous, vous pouvez récupérer Lire la suite