AcidLava Posted July 1, 2024 Share Posted July 1, 2024 (edited) Bonjour, Sur PS 8.1.2, je me suis rendu compte d'un bug sur les emails type "Order Confirmation". Comme vous verrez sur le screen ci-joint, la partie en rouge devrait être juste en dessous de la première ligne du tableau, hors elle est à la fin. Pourtant aucune intervention n'a été faite sur les templates d'e-mail. Par ailleurs, j'ai comparé le template du thème à celui d'origine et ce sont les mêmes codes. Je n'arrive pas à trouver non plus cette partie dans le code. Une idée quelqu'un ? Edited July 1, 2024 by AcidLava (see edit history) Link to comment Share on other sites More sharing options...
Prestashop Addict Posted July 1, 2024 Share Posted July 1, 2024 Le tableau des produits est généré dans une variable qui doit se trouver comme ceci dans le template order_conf.html </tr> {products} {discounts} <tr class="order_summary"> Link to comment Share on other sites More sharing options...
AcidLava Posted July 1, 2024 Author Share Posted July 1, 2024 (edited) @Prestashop Addict Merci pour votre retour. Voici le code, qui affiche bien un problème : <tbody> <tr> <td align="left" class="products-table" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; font-family: Open sans, Arial, sans-serif; background-color: #fdfdfd; color: #353943; font-size: 0px; padding: 10px 25px; padding-right: 50px; padding-left: 50px; word-break: break-word;" bgcolor="#FDFDFD">{products} {discounts} <table cellpadding="0" cellspacing="0" width="100%" border="0" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; color: #000000; font-family: Open sans, arial, sans-serif; font-size: 14px; line-height: 22px; table-layout: auto; width: 100%; border: none;"><colgroup> <col span="1" style="width: 15%;" width="15%" /> <col span="1" style="width: 40%;" width="40%" /> <col span="1" style="width: 15%;" width="15%" /> <col span="1" style="width: 15%;" width="15%" /> <col span="1" style="width: 15%;" width="15%" /> </colgroup> <tbody> <tr> <th bgcolor="#FDFDFD" style="font-family: Open sans, Arial, sans-serif; font-size: 12px; background-color: #fdfdfd; color: #353943; font-weight: 600; padding: 10px 5px; border: 1px solid #DFDFDF;">Référence</th> <th bgcolor="#FDFDFD" style="font-family: Open sans, Arial, sans-serif; font-size: 12px; background-color: #fdfdfd; color: #353943; font-weight: 600; padding: 10px 5px; border: 1px solid #DFDFDF;">Produit</th> <th bgcolor="#FDFDFD" style="font-family: Open sans, Arial, sans-serif; font-size: 12px; background-color: #fdfdfd; color: #353943; font-weight: 600; padding: 10px 5px; border: 1px solid #DFDFDF;">Prix unitaire</th> <th bgcolor="#FDFDFD" style="font-family: Open sans, Arial, sans-serif; font-size: 12px; background-color: #fdfdfd; color: #353943; font-weight: 600; padding: 10px 5px; border: 1px solid #DFDFDF;">Quantité</th> <th bgcolor="#FDFDFD" style="font-family: Open sans, Arial, sans-serif; font-size: 12px; background-color: #fdfdfd; color: #353943; font-weight: 600; padding: 10px 5px; border: 1px solid #DFDFDF;">Prix total</th> </tr> Étrangement quand j'insère {products} {discounts} à la fin de ce code et que j'enregistre (Via traductions -> Email> -> Mon thème), les modifications ne sont pas sauvegardées... Edited July 1, 2024 by AcidLava (see edit history) Link to comment Share on other sites More sharing options...
Prestashop Addict Posted July 1, 2024 Share Posted July 1, 2024 alors là il y a un problème de droits sur le fichier 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