[-] FO : #PSCFV-2920 - Hidding order number, use order reference instead

This commit is contained in:
mDeflotte
2012-06-26 15:19:35 +00:00
parent 9804065771
commit 100b210d22
74 changed files with 149 additions and 100 deletions
+1
View File
@@ -121,6 +121,7 @@ class ContactControllerCore extends FrontController
'{email}' => $from,
'{message}' => Tools::nl2br(stripslashes($message)),
'{id_order}' => (int)Tools::getValue('id_order'),
'{order_name}' => $order->getUniqReference(),
'{attached_file}' => $_FILES['fileUpload']['name'] ? $_FILES['fileUpload']['name'] : '');
if (Mail::Send($this->context->language->id, 'contact', Mail::l('Message from contact form'),