mpellerin Posted January 31, 2019 Share Posted January 31, 2019 Bonjour, J'ai créé deux champ supplémentaire au bloc newsletter avec nom et prénom qui sont enregistrés dans la table PS_newsletter. J'aimerais renvoyer l'email de confirmation avec ces données, c'est a dire : Firstname lastname, merci de vous etre inscrit à notre newsletter. Je ne sais pas comment appeler la valeur du champ pour la mettre dans la fonction return mail...de blocknewsletter.php Quelqu'un pourrait il me venir en aide ? Merci Link to comment Share on other sites More sharing options...
P i l o u Posted January 31, 2019 Share Posted January 31, 2019 Simplement Bonjour {firstname} {lastname} Link to comment Share on other sites More sharing options...
mpellerin Posted January 31, 2019 Author Share Posted January 31, 2019 (edited) ben non la variable ne fonctionne pas avec newsletter_conf... j'ai modifié comme tel mais je pense pas que cela risque de fonctionner... { return Mail::Send($this->context->language->id, 'newsletter_conf', Mail::l('Newsletter confirmation', $this->context->language->id), array('{firstname}' => $firstname), $email, null, null, null, null, null, dirname(__FILE__).'/mails/', false, $this->context->shop->id); } Edited January 31, 2019 by mpellerin (see edit history) Link to comment Share on other sites More sharing options...
mpellerin Posted February 2, 2019 Author Share Posted February 2, 2019 personne pour m'aider ? 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