Zen Cart Logo
Forums / General Questions / cvv request not appearing on template

cvv request not appearing on template

Locked

Views: 1,707

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
13 Jul 2006, 5:18 PM
#1
needslotsofhelp avatar

needslotsofhelp

New Zenner

Join Date:
Jul 2006
Posts:
10
Plugin Contributions:
0

cvv request not appearing on template

My problem is that in the payment section where they ask for credit card information, they ask for the name, credit card number and expiration date but they don't ask for the cvv number. I found the template page that controls that page and here is the code that asks for the information.

<label <?php echo (isset($selection[$i]['fields'][$j]['tag']) ? 'for="'.$selection[$i]['fields'][$j]['tag'] . '" ' : ''); ?> class="inputLabelPayment">

//this one echoes the words (credit card number, owner etc

<?php echo $selection[$i]['fields'][$j]['title']; ?></label>

//this one echoes the forms you insert them in

<?php echo $selection[$i]['fields'][$j]['field']; ?>

If anyone knows what code needs to be inserted here for the CVV number to be prompted for, I would really appreciate it if you told me. If there is anything I need to download or install that would also be a big help. Thanks in advance.

13 Jul 2006, 9:52 PM
#2
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,611
Plugin Contributions:
0

Re: cvv request not appearing on template

Have you peeked in the Admin instead of in the code for the switch to turn it on?

13 Jul 2006, 10:42 PM
#3
needslotsofhelp avatar

needslotsofhelp

New Zenner

Join Date:
Jul 2006
Posts:
10
Plugin Contributions:
0

Re: cvv request not appearing on template

yes. Maybe I just wasn't able to find it. Any help on where in the admin it could be?

14 Jul 2006, 2:08 AM
#4
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: cvv request not appearing on template

Might peek at the Modules ... Payment ... and edit the Payment module that you are using ... :smile:

12 Sep 2006, 8:56 PM
#5
wrong avatar

wrong

New Zenner

Join Date:
Jun 2006
Posts:
12
Plugin Contributions:
0

Re: cvv request not appearing on template

Linda, I'm looking in Modules > Payment > Authorize.net and I see no option for CVV. What am I missing?

12 Sep 2006, 11:48 PM
#6
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: cvv request not appearing on template

AuthorizeNet AIM has a CVV ...

You may wish to use this one ...

NOTE: This required curl ...