Futamiya Posted July 20, 2021 Share Posted July 20, 2021 Environnement de travail : localhost : xampp dernière version, sur Ubuntu apache web server mySQL database Bonjour, J'essaie de modifier la template du mail new_order. Car son {item} s'affiche très très mal. L'affichage du produit est complètement décalé vers la gauche. Je pensais que le problème venait de : my_shop/modules/ps_emailalerts/emailalerts.php A la ligne $items_table Mais j'ai beau faire des modifications, rien ne change. Je en sais pas du tout d'où peut provenir le problème, et je voulais savoir si vous aviez déjà rencontré ces/cette difficulté(s) ? Merci d'avance pour vos retours Cordialement Futamiya Link to comment Share on other sites More sharing options...
Futamiya Posted July 23, 2021 Author Share Posted July 23, 2021 Bonjour, Je reviens ici car je suis toujours bloquée. J'ai trouvé dans modules/ps_emailalerts/ps_emailalerts.php Ligne 356 : $items_table .= '<tr style="background-color:' . ($key % 2 ? '#DDE2E6' : '#EBECEE') . ';"> <td style="padding:0.6em 0.4em;">' . $product['product_reference'] . '</td> <td style="padding:0.6em 0.4em;"> <strong><a href="' . $url . '">' . $product['product_name'] . '</a>' . (isset($product['attributes_small']) ? ' ' . $product['attributes_small'] : '') . (!empty($customization_text) ? '<br />' . $customization_text : '') . '</strong> </td> <td style="padding:0.6em 0.4em; text-align:right;">' . Tools::displayPrice($unit_price, $currency, false) . '</td> <td style="padding:0.6em 0.4em; text-align:center;">' . (int) $product['product_quantity'] . '</td> <td style="padding:0.6em 0.4em; text-align:right;">' . Tools::displayPrice(($unit_price * $product['product_quantity']), $currency, false) . '</td> J'ai beau le modifier, il m'affiche toujours ce moche tableau. Je ne sais pas quoi faire. Je suis sure maintenant que le contenu c'est ça... Mais pour le modifier, c'est autre chose. Merci d'avance pour vos réponses Cordialement Futamiya 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