Jump to content

How to add new variables in prestashop welcome email


Recommended Posts

I would like to add new variables like city, country, phone and address in Welcome email Prestashop 1.4, i tried adding them in mailalerts.php by adding:

'{address}' => $customer->address1,
'{city}' => $customer->city,
'{country}' => $customer->country,
'{phone}' => $customer->phone,



but no luck,

Adresa: {delivery_address1}
Oras: {delivery_city}
Tara: {delivery_country}
Telefon: {delivery_phone}

Please help :)

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...