claudiobart Posted April 27, 2017 Share Posted April 27, 2017 Salve a tutti, come potrei procedere per visualizzate la variabile invoice_company (quindi il nome della ditta) nell'oggetto della mail che ricevo con il modulo mailalert quando mi arriva un ordine? nel contenuto della mail funziona perfettamente. Ho prestashop 1.6.1.13 Link to comment Share on other sites More sharing options...
claudiobart Posted April 28, 2017 Author Share Posted April 28, 2017 Risolto modificando alla riga 446 del file mailalerts.php if ($dir_mail) Mail::Send( $mail_id_lang, 'new_order', sprintf(Mail::l('New order : #%d - %s', $mail_id_lang), $order->id, $invoice->company), $template_vars, $merchant_mail, null, $configuration['PS_SHOP_EMAIL'], $configuration['PS_SHOP_NAME'], null, null, $dir_mail, null, $id_shop Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now