***************************************
CVV2 Info V1.0
by Warren Ashcroft
Copyright 2003
Support:
oscdev@ukcomputersystems.com
waza04@hotmail.com (MSN Messenger)
**************************************
Written for osCommerce v2.2MS1/CVS
(not tested with other versions but, should
be compatible)
This is a very simple mod that if for infomational purposes only!
It displays CVV2 Info, what it is and where it is on a card!
If customer has flash - it will show flash...
If customer does not have flash - it will show a gif...
Currently - Images and flash are only for Visa/Mastercard...
However, I am working on the flash for Amex... (Ready Tommorow)
**************************************
http://forums.oscommerce.com/viewtopic.php?t=43250
Legend: 
Download

Report
Here is the image & cvv page to make the image fit the box that had the X in it.
Oooppsss...
Sorry Wrong Upload - Use This For Version 2!
Warren
***********************************************
* CVV2 Info V2.0 - v1.0 (03/05/2003) *
* by Warren Ashcroft *
* *
* Copyright 2003 *
* *
* Support: *
* oscdev@ukcomputersystems.com *
* waza04@hotmail.com (MSN Messenger) *
* *
***********************************************
* Added American Express and American Formats *
* Extra Features For Different Countrys *
* De-Hardcoded Language *
* Fixed Few Bugs With Flash Detect Script *
***********************************************
* Read README_NEW.TXT For New Users *
* Read README_UPGRADE.TXT FOr Exisiting Users *
***********************************************
Small fix for people wih stylesheet errors!
If upgrading:
**************************************
catalog/cvv2.php
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
FIND:
<link rel="stylesheet" type="text/css" href="<? echo THEMA_STYLE;?>">
CHANGE TO:
<link rel="stylesheet" type="text/css" href="stylesheet.css">
**************************************
Just an update to fix problem with installation!!
Thanks,
Warren
If Upgrading:
~~~~~~~~~
catalog/includes/boxes/information.php
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
FIND:
'<a href="' . tep_href_link(FILENAME_CONDITIONS, '', 'NONSSL') . '">' . BOX_INFORMATION_CONDITIONS . '</a><br>' .
ADD BELOW:
'<a href="' . tep_href_link(FILENAME_CVV2, '', 'NONSSL') . '">Credit Card CVV</a><br>' .
**************************************
***************************************
CVV2 Info V1.0
by Warren Ashcroft
Copyright 2003
Support:
oscdev@ukcomputersystems.com
waza04@hotmail.com (MSN Messenger)
**************************************
Written for osCommerce v2.2MS1/CVS
(not tested with other versions but, should
be compatible)
This is a very simple mod that if for infomational purposes only!
It displays CVV2 Info, what it is and where it is on a card!
If customer has flash - it will show flash...
If customer does not have flash - it will show a gif...
Currently - Images and flash are only for Visa/Mastercard...
However, I am working on the flash for Amex... (Ready Tommorow)
**************************************
http://forums.oscommerce.com/viewtopic.php?t=43250