I am trying to add the customer email address to the notice I receive as the store owner. I think the code is:
on includeslanguagesenglishcheckout_process.php
define('EMAIL_TEXT_PAYMENT_METHOD', 'Payment Method');
// gof: after the above line about line 47 I Added this next line as a trial to get the customer email onto the store owner copy of "ORDER PROCESS" email
define('EMAIL_TEXT_email_address', 'email_address');
Is this the correct code to accomplish what I am trying to do? It seems that I only need to add the call on this checkout_process but I see other responses that indicate I need to modify the catalogcheckout_process.php too?





LinkBack URL
About LinkBacks
Is this the correct code to accomplish what I am trying to do? It seems that I only need to add the call on this checkout_process but I see other responses that indicate I need to modify the catalogcheckout_process.php too? 







Bookmarks