I want to add my customer name right above the STORE NAME in the confirmation e-mail. Preferably first and last name. I am making my attempts with just the last name right now. My first few tries gave fatal errors. After much searching, I came up with this:
// lets start with the email confirmation $email_order .= tep_db_output($order->customer['lastname']) . "\n\n"; $email_order = STORE_NAME . "\n" . EMAIL_SEPARATOR . "\n" .No error with this, but no text either. Can someone please show me how this should be done?
Tim














