fitgura Posted December 3, 2014 Share Posted December 3, 2014 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 More sharing options...
fitgura Posted December 4, 2014 Author Share Posted December 4, 2014 where the usual mails get variables from?? which file? Please advise me THX Link to comment Share on other sites More sharing options...
tuk66 Posted December 4, 2014 Share Posted December 4, 2014 These are two different things - core code and a module. Link to comment Share on other sites More sharing options...
Recommended Posts