![]() |
CVV2 Field in checkout v 3.4.0
Alot of customers don't know what there CVV2 number is or where to fins it... I have https://www.jab-tech.com/oldstore/cvv.html
I would like to put a small text link next to the CVV2 field that links to the above url. How/where do I edit ?? |
register_cc.tpl
|
Thank You...
The template looks like this {* $Id: payment_cc.tpl,v 1.5 2003/03/31 08:36:51 sdg Exp $ *} {if $config.disable_ccinfo ne "Y"} <table border=0 cellspacing=0 cellpadding=2> {include file="main/register_ccinfo.tpl"} </table> {else} {$lng.disable_ccinfo_msg} {/if} Which means nothing to me... How/where do I edit to put a text link in ? |
sorry, try this file instead
register_ccinfo.tpl |
This is a bit of code from register_ccinfo.tpl that relates to the cvv2
Code:
{if $config.disable_ccinfo eq "N"} 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> |
Can anyone help or am I a lost cause ???
|
I put it right under my NEWS section
this way everybody sees it all the time as soon as they get to the store, and no pop-ups required.
|
Quote:
Do you really want an answer to that? :P LOL! Code:
{if $config.disable_ccinfo eq "N"} Try moving your link above the ELSE statement. I would imagine it is not being displayed because it is in the ELSE part of the IF statement. That ELSE is never happening because the first IF condition is being satisfied. Or I could be totally wrong.... |
IT WORKS WOOHOO !
|
All times are GMT -8. The time now is 06:06 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.