Go to catalog/language/english/mail/order.php
Add this
Code: Select all
$_['text_invoice_no'] = 'Invoice No.';
Go to catalog/model/checkout/order.php
Go to
Code: Select all
public function confirm($order_id, $order_status_id, $comment = '', $notify = false)
Code: Select all
$template->data['text_powered'] = $language->get('text_new_powered');
Code: Select all
$template->data['text_invoice_no'] = $language->get('text_invoice_no');
$template->data['invoice_no'] = $order_info['invoice_prefix'] . $invoice_no;