Go Back   aMember Pro Forum > aMember > Payments processing

Reply
 
Thread Tools Display Modes
  #1  
Old 09-01-2005, 10:59 PM
mike28 mike28 is offline
Registered User
 
Join Date: Aug 2005
Posts: 2
Do not want to require CVV code

Hi -

I am using the authorize.net AIM plugin. Is there a way that I can remove the requirement to provide a CVV/Credit card code on the credit card info page? I do not want customers to have to provide this as I'm worried some might know where to find the code on there card I also have a low risk of fraud, and finally, PCI data standards require that you do not store CVV codes on your server anyways.

Is it as simple as commenting that section out of the cc_info.html template? Or are there changes that need to be made elsewhere?

Thanks for the help.
Reply With Quote
  #2  
Old 09-02-2005, 05:35 AM
alex alex is offline
Administrator
 
Join Date: Jan 2004
Posts: 4,640
It is better to edit template
amember/templates/cc/cc_info.html
and add instructions where to find CVV code. I believe it is possible to make it clear for everyone.

aMember never stores CVV code - it is only used for first payment for better verification, next payments for recurring subscription are going without CVV.

If you wish to disable this anyway, edit file
amember/plugins/payment/authorize_aim/authorize_aim.inc.php
and replace
'code' => 1,
to
'code' => 0,
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Put Price in JavaScript tracking code on thanks.php Brian Integration 5 11-04-2004 05:09 PM
Adding PHP code to to header.html sullise Templates customization 3 08-28-2004 07:24 AM
PHP code like include_once() versus Smarty templates kel Templates customization 3 08-03-2004 04:53 PM
Source code for custom changes hazmat Pre-Sales Questions 1 08-01-2004 03:56 PM
Linkpoint require SSL? bill123 Payments processing 3 04-22-2004 10:13 PM

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.