Jump to content

mailalert invoice_company in oggetto email


Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...