annjob3 Posted January 2, 2013 Share Posted January 2, 2013 I would like to get last Last 4 digits of the card on the email send after the order ia placed under the billing address. I am using authorize.net as my payment module. Thanks any help is greatly appreaciated. Link to comment Share on other sites More sharing options...
tomerg3 Posted January 3, 2013 Share Posted January 3, 2013 I am not sure if the default Prestashop Authorize.net module saves that information anywhere. If it does not, you would need to store it in the DB or in a cookie, and then modify or create an override file for /classes/PaymentModule.php (this file is in charge of the confirmation email) and pass the 4 digits to the email template as a variable. Then, edit the email template and add the new variable + text wherever you want it to show, Link to comment Share on other sites More sharing options...
Recommended Posts