PDA

View Full Version : american express


mac
31-Oct-2003, 03:46 PM
for American express the Credit Card Verification Number is a 4 digit number on the front of the card.

Actinic vertification says 3 digit. how can i change that to 4?
also, i want to add a LINK next to that text


Click Here to see American exress link that shows where are the 4 digitts (http://www.ubid.com/help/verification_Amex.asp)

taliesyn
02-Nov-2003, 03:50 PM
Select Business Settings and then Configure Method (For Credit Cards). Change CVV2 Digts for Amex to 4, and make sure CVV2 box is ticked for Amex.

You will have to put your link in the Checkout template I would think. You probably need to edit Act_Order02.html :)

mac
04-Nov-2003, 07:05 PM
I know that i need to insert it in that page BUT where in that page is the question?
Where do i insert it?
i like to put the image under where they have to put the 3 digit security number. PLEASEEEEEEEEEEE advise. thanks.

taliesyn
05-Nov-2003, 11:37 AM
If you go to Design>Text>Web Site (cont)>Payment Details, you will see that the first line reads "Last Three Digits on Signature Strip:"

Change this line to read :

Last three digits on Signature Strip:<br>
<a href="http://www.ubid.com/help/verification_Amex.asp" target="_blank">Four
digits on front of card for Amex</a>

All in one continuous line, and see if that helps :)

It's not pretty but it should work OK.