fitgura Posted October 13, 2010 Share Posted October 13, 2010 Hi allMy customers usually give the mobile phone number via registration!I set up the mail alert module for myself but when I recived the alert about an order i saw there is no mobile number under delivery address and invoice address...I try to put the neyt line in html but do not show the number just tis line {delivery_phone_mobile} and {invoice_phone_mobile} what could be the correct html code to show the mobile number???thanks for advise Link to comment Share on other sites More sharing options...
fitgura Posted October 13, 2010 Author Share Posted October 13, 2010 is there anybody can tell me what is the code of the mobile number correctly???? Link to comment Share on other sites More sharing options...
shokinro Posted October 13, 2010 Share Posted October 13, 2010 Try to add two lines code to modules/mailalerts/mailalerts.phpAdd line '{delivery_phone_mobile}' => $delivery->phone_mobile, Before line '{delivery_phone}' => $delivery->phone, Add line '{invoice_phone_mobile}' => $invoice->phone_mobile, before line '{invoice_phone}' => $invoice->phone, Then use the template you modified that use {invoice_phone_mobile} and {delivery_phone_mobile} 1 Link to comment Share on other sites More sharing options...
Zenith Posted October 15, 2010 Share Posted October 15, 2010 Will be fixed in the next major issue.. For now see my bug reporthttp://www.prestashop.com/bug_tracker/view/5468/ Link to comment Share on other sites More sharing options...
Recommended Posts