Update: i used a workaround, translating the costant " _VEHICLE_MANAGER_EMAIL_NOTIFICATION_BUYING_REQUEST" into this value:
Code: |
New user request:<br /><br />
<b>USER:</b> {customer_name}<br />
<b>EMAIL:</b> {customer_email}<br />
<b>PHONE:</b> {customer_phone}<br /><br />
<b>VEHICLE:</b> {vehicle_title}<br />
<b>MODEL:</b> {model}<br /><br />
<b>MESSAGE:</b> <br />{customer_comment}<br /><br /><br />
<a href="mailto:{customer_email}?subject=Re:{vehicle_title}">CLICK HERE TO ANSWER.</a>
|
The problems are:
1) Inside the request email {customer_email} is correctly showed, {customer_name} and {customer_phone} are not
2) I need to change the sender and the subject of the request email, that now are respectively "anonymous" and "New buying request added!".
Thanks, best regards