fixes on mail templates, change order edit layout, add DeliveryTypes, DeliveryTypeCalculations & DeliveryPackages
This commit is contained in:
@@ -27,6 +27,8 @@ class Acheminement extends TemplateMailable
|
||||
|
||||
public $numero_suivi;
|
||||
|
||||
public $lien_suivi;
|
||||
|
||||
public $numero_commande;
|
||||
|
||||
public $adresse;
|
||||
@@ -49,6 +51,7 @@ class Acheminement extends TemplateMailable
|
||||
$this->societe = $order->customer->company;
|
||||
$this->email = $order->customer->email;
|
||||
$this->numero_suivi = $order->delivery_ref;
|
||||
$this->lien_suivi = $order->delivery_link;
|
||||
$this->numero_commande = $order->ref;
|
||||
$this->date_expedition = $order->updated_at;
|
||||
$this->facture = Invoices::getInvoiceHtml($order->invoice->id);
|
||||
|
||||
Reference in New Issue
Block a user