Jump to content

where from handle vars the orer_conf mail


Recommended Posts

Hi al!

 

I'm just wondering what could be the difference between the order confirmation mails PS send for the customers when place an order - and mail alerts we recieved with a same informations!

 

- I see the Mail alerts get the informations, variables from mailalert.php  (module)

	'{delivery_company}' => $delivery->company,
			'{delivery_firstname}' => $delivery->firstname,
			'{delivery_lastname}' => $delivery->lastname,
			'{delivery_address1}' => $delivery->address1,
			'{delivery_address2}' => $delivery->address2,
			'{delivery_city}' => $delivery->city,
			'{delivery_postal_code}' => $delivery->postcode,
			'{delivery_country}' => $delivery->country,
			'{delivery_state}' => $delivery->id_state ? $delivery_state->name : '',
			'{delivery_phone}' => $delivery->phone,
			'{delivery_phone_mobile}' => $delivery->phone_mobile,

But the order_conf.html mail in the (root/mails/... folder)

 

I can not figure out why not get the phone_mobile variable the html letter, jus show the {phone_mobile} code!

 

Anyone could help me please

 

I use PS 1.4.8.2

Link to comment
Share on other sites

×
×
  • Create New...