Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls

CVV2 Field in checkout v 3.4.0

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 05-25-2003, 04:10 PM
 
john80y john80y is offline
 

X-Adept
  
Join Date: May 2003
Posts: 459
 

Default 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 ??
Reply With Quote
  #2  
Old 05-26-2003, 11:34 AM
  shan's Avatar 
shan shan is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Birmingham, UK
Posts: 6,163
 

Default

register_cc.tpl
__________________
Looking for a reliable X-cart host ?
You wont go wrong with either of these.

EWD Hosting
Hands On Hosting
Reply With Quote
  #3  
Old 05-26-2003, 12:36 PM
 
john80y john80y is offline
 

X-Adept
  
Join Date: May 2003
Posts: 459
 

Default

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 ?
Reply With Quote
  #4  
Old 05-26-2003, 12:44 PM
  shan's Avatar 
shan shan is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Birmingham, UK
Posts: 6,163
 

Default

sorry, try this file instead

register_ccinfo.tpl
__________________
Looking for a reliable X-cart host ?
You wont go wrong with either of these.

EWD Hosting
Hands On Hosting
Reply With Quote
  #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
  #6  
Old 07-13-2003, 03:47 PM
 
john80y john80y is offline
 

X-Adept
  
Join Date: May 2003
Posts: 459
 

Default

Can anyone help or am I a lost cause ???
Reply With Quote
  #7  
Old 07-13-2003, 04:16 PM
 
Xcart-Man Xcart-Man is offline
 

Advanced Member
  
Join Date: Jun 2003
Posts: 81
 

Default 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.
Reply With Quote
  #8  
Old 07-13-2003, 04:18 PM
  adpboss's Avatar 
adpboss adpboss is offline
 

X-Man
  
Join Date: Feb 2003
Location: Ontario, Canada
Posts: 2,389
 

Default

Quote:
Can anyone help or am I a lost cause ???

Do you really want an answer to that? :P LOL!

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} <MOVE IT ABOVE THIS LINE> {#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}

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....
Reply With Quote
  #9  
Old 07-13-2003, 08:20 PM
 
john80y john80y is offline
 

X-Adept
  
Join Date: May 2003
Posts: 459
 

Default

IT WORKS WOOHOO !
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 01:58 PM.

   

 
X-Cart forums © 2001-2020