Bonjour et merci Eolia
Avec ta réponse, j'ai pu retrouver l'expression exacte et les fichiers impliqués.
Recherché: If you would like to add a comment about your order
QuoteRechercher "If you would like to add a comment about your order" (6 résultats dans 4 documents depuis 1292 documents recherchés)
C:\Users\Stéphane\Desktop\themes\v2.4.8-AngarTheme (2)\templates\checkout\_partials\steps\shipping.tpl (1 résultats)
Ligne 87: <label for="delivery_message">{l s='If you would like to add a comment about your order, please write it in the field below.' d='Shop.Theme.Checkout'}</label>
C:\Users\Stéphane\Desktop\themes\v2.4.8-AngarTheme (2)\templates\customer\_partials\order-messages.tpl (1 résultats)
Ligne 50: <p>{l s='If you would like to add a comment about your order, please write it in the field below.' d='Shop.Theme.Customeraccount'}</p>
C:\Users\Stéphane\Desktop\themes\v2.4.8-AngarTheme (2)\translations\en-US\ShopThemeCheckout.en-US.xlf (2 résultats)
Ligne 356: <source>If you would like to add a comment about your order, please write it in the field below.</source>
Ligne 357: <target>If you would like to add a comment about your order, please write it in the field below.</target>
C:\Users\Stéphane\Desktop\themes\v2.4.8-AngarTheme (2)\translations\en-US\ShopThemeCustomeraccount.en-US.xlf (2 résultats)
Ligne 534: <source>If you would like to add a comment about your order, please write it in the field below.</source>
Ligne 535: <target>If you would like to add a comment about your order, please write it in the field below.</target>
Donc, je trouve 2 TPL: shipping.tpl et order-messages.tpl modifiable. Et des fichiers XLF sans intérêt pour moi ...
Je peux commenter le code TPL avec le code suivant:
{* Mon commentaire dans smarty *}
La solution que j'ai trouvé et utiliser est la modification du fichier custum.css du thème.
/* Custom code goes here - paste your css code below in line 3 */ /* Ajouté pour retirer le champs texte du panier d'achat */ body#checkout #delivery { display: none; }
Résultat: