Sysop Posted March 4, 2004 Share Posted March 4, 2004 Our billing department is getting really stringy on accepting CVV2 numbers. I have the code below, that was found on eProcessing's website, but it's HTML. I am no good at converting, so if anyone can help, it would be appreciated! <form> <table> <tr> <td align=right><font face=Verdana size=-1>CVV2:</font></td> <td><input size=3 maxlength=3 name="CVV2" value=""></td> </tr> <tr> <td align=right><font face=Verdana size=-1>Select:</font></td> <td> <select name="CVV2Type"> <option value="9">My card has no CVV2 imprint <option value="2">My cards' CVV2 is illegible <option value="1" selected>I have entered my CVV2 above </select> </td> </tr> </table> </form> Link to comment Share on other sites More sharing options...
AlanR Posted March 4, 2004 Share Posted March 4, 2004 Here's a couple of contributions for CVV http://www.oscommerce.com/community/contributions,1913 http://www.oscommerce.com/community/contributions,1148 Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management) Link to comment Share on other sites More sharing options...
Sysop Posted March 4, 2004 Author Share Posted March 4, 2004 Here's a couple of contributions for CVV http://www.oscommerce.com/community/contributions,1913 http://www.oscommerce.com/community/contributions,1148 I've already looked at both of those, including one or two others I have found. I am just having a massive problem trying to integrate the CVV into the eProcessingNetwork contribution. I am not using the Credit Card (cc.php), which all of these only modify, and I haven't had enough time to master php to figure out where my errors come from. And especially with ePN having a "CVV2 Type" as well as the "CVV" itself sent, with the CVV2 Type being a pulldown box, is really confusing the hell out of me! Any more suggestions!? Thank you, though! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.