View Single Post
  #5  
Old 05-26-2003, 04:41 PM
 
john80y john80y is offline
 

X-Adept
  
Join Date: May 2003
Posts: 459
 

Default

This is a bit of code from register_ccinfo.tpl that relates to the cvv2

Code:
{if $config.disable_ccinfo eq "N"} <tr valign=middle> <td align=right>CVV2</td> <td><font class=Star>*</font></td> <td nowrap colspan=3> {if #safeCCNum# eq ""} <input type=text name=card_cvv2 size=4 maxlength=4 value="{$userinfo.card_cvv2}"> {else} {#safeCCcvv2#} <input type=hidden name=card_cvv2 value="{#safeCCcvv2#}"> {/if} <a target="_blank" href="http://www.jab-tech.com/oldstore/cvv.html"> <font color="#000080">CVV2 Help</font></a> </td> </tr> {/if}

I have entered the following html to try and get a text link to show but for some reason the link is not there ??

<a target="_blank" href="http://www.jab-tech.com/oldstore/cvv.html">
<font color="#000080">CVV2
Help</font></a>
Reply With Quote