MX Kart Forum :: Adding Credit Card info on order Email

This thread was displayed: 0 times


Starting with 17th May 2007, Adobe Systems will stop offering support for any version of the discontinued InterAKT products. As a result, we will not answer to new support incidents starting with May 17th, 2007. Pending support incidents will still be followed in order to be closed. The product forums will remain open and be transformed in user-to-user forums. The general forums will be made read-only and not allow new posts or comments.

For more information about the affected products visit: www.interaktonline.com/Support/

View Threaded Show descending
red
03-31-2007 03:00:06 GMT +2

I have put together a site using MXKart and the customer wants an email sent to them instead of processing the CC online. The problem is that the simple email option doesn't include the CC expiration date or the security code. There is no place to enter either the expiration date or the security code. Is there a easy way to add this to the email? Maybe someone has run into this problem and has the solution.

Thank you,


Back | Reply | Quote | Top
Razvan Racasanu[InterAKT]Adobe Systems Romania staff
04-11-2007 17:46:07 GMT +2

Hello,

The simple email includes options to send the credit cart number and expiration date, but not the security code. To enable these options, you need to make sure that you have checked "Send credit card" checkbox in the MX Kart 3 Properties > Payment Properties tab. Then, you need to add the security code.

To do this, you will first need to add the field to the form. For this, you need to edit the file /includes/krt/krt_CheckoutEmail.class.php and after the line:

echo ' <br>Expiration Date (month/year): <input type="text" size="2" name="expMo"><input type="text" size="2" name="expYear"><br/>'."\n";

that adds the expiration field, you can add in a similar manner the security code.

The last step, is to send it in the email. For this you need to edit the file /MXKart/sendemail.php and add after this line:

$content .= '<br><h3> Creditcard number: '.$_POST['creditcard'].'<br>Expiration Date: '.$_POST['expMo'].'/'.$_POST['expYear'].'</h3><br>';

a similar one that adds to that string the security code.

Regards,
Razvan RACASANU

Reply | Quote | Top
© Adobe Systems Romania. All rights reserved.