Jump to content

[SOLVED]Order id in order conformation


Recommended Posts

I try to show the order id in the subject of the order conformation e-mail. I found in modules/mailalerts/mailalerts.php the following line:

$subject = $this->l('New order');


I tried to change this in

$subject = $this->l('New order') . ' [' . $order->id . ']' ;

No error is show, but I doesn't show the order id in the subject of the mail

Any idea's to get this done?
Link to comment
Share on other sites

×
×
  • Create New...