I disabled that line for the time being and a couple others calling for a telephone number. Now this is what I get. I have tried and tried searching for this I added a ?> at the end and that didn't change anything. I added another } and took them out with a number of different combinations but I still get the same error.
[16-Oct-2012 22:25:24] PHP Parse error: syntax error, unexpected $end in /home3/luckylak/public_html/includes/classes/order.php on line 1332
The end of my code for includes/classes/order.php looks like this:
$this->notify('NOTIFY_ORDER_INVOICE_CONTENT_FOR_ADDITIONAL_EMAILS', array('zf_insert_id' => $zf_insert_id, 'text_email' => $email_order, 'html_email' => $html_msg));
zen_mail('', SEND_EXTRA_ORDER_EMAILS_TO, SEND_EXTRA_NEW_ORDERS_EMAILS_TO_SUBJECT . ' ' . EMAIL_TEXT_SUBJECT . EMAIL_ORDER_NUMBER_SUBJECT . $zf_insert_id,
$email_order . $extra_info['TEXT'], STORE_NAME, EMAIL_FROM, $html_msg, 'checkout_extra', $this->attachArray);
}
$this->notify('NOTIFY_ORDER_AFTER_SEND_ORDER_EMAIL', array($zf_insert_id, $email_order, $extra_info, $html_msg));
}
}
I looked at the original and it looks like this. It ends like this. I am pretty new to this and am having no luck with getting this fixed.