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.



