cyril12 Posted November 7, 2013 Share Posted November 7, 2013 Bonjour, Presta 1.5.2 Je tente de surcharger une classe 'PaymentModule.php' afin de compléter la Ligne 355 qui traite de la construction de la liste des produits que l'on retrouve dans le mail de confirmation de commande : <td style="padding: 0.6em 0.4em;"><strong>'.$product['name'].(isset($product['attributes']) ? ' - '.$product['attributes'] : '').' - '.Tools::displayError('Customized').(!empty($customization_text) ? ' - '.$customization_text : '').'</strong></td> J'ai donc créé un nouveau fichier 'PaymentModule.php' que j'ai placé ici : /override/PaymentModule.php avec ma ligne 355 modifiée <td style="padding: 0.6em 0.4em;"><strong>'.$product['name'].(isset($product['attributes']) ? ' - '.$product['attributes'] : '').' - '.Tools::displayError('Customized').(!empty($customization_text) ? ' - '.$customization_text : '').'ICI CE QUE JE VEUX AJOUTER EN DUR</strong></td> mais sans succes...le mail de confirmation de commande arrive sans mon ajout 'ICI CE QUE JE VEUX EN DUR' Où donc est mon erreur..merci par avance 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