Jump to content

Variable email ne se charge pas


Recommended Posts

Bonjour,

 

j'ai créé un module ou je place 

$this->extra_mail_vars = array(
		'{info_name}' => Configuration::get('INFO_NAME'),
	        '{info_email}' => Configuration::get('INFO_EMAIL')
											);

L'email est lié à un statut de commande et je recois bien un email mais les variables sont écrites comme tel dans l'email donc {info_name} et {info_email}

 

Avez-vous une idée?

 

Merci

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...