diff --git a/mailalerts.php b/mailalerts.php index 5e30f1e..882c83d 100644 --- a/mailalerts.php +++ b/mailalerts.php @@ -382,6 +382,7 @@ public function hookActionValidateOrder($params) '{invoice_phone}' => $invoice->phone ? $invoice->phone : $invoice->phone_mobile, '{invoice_other}' => $invoice->other, '{order_name}' => $order->reference, + '{order_status_color}' => $order_state->color, '{order_status}' => $order_state->name, '{shop_name}' => $configuration['PS_SHOP_NAME'], '{date}' => $order_date_text,