The default credit card start date starts at 1994 (ten years), any way I can change it to 2000? Have searched the forums, etc but no joy.
Announcement
Collapse
No announcement yet.
Reduce card transaction start date choices...
Collapse
X
-
Hi George,
Our development team have given the following hack:
Open OrderScript.pl in a text editor such as notepad.
Search for:
for ($nYear = 0; $nYear < 11; $nYear++)
and you should see:
Code:for ($nYear = 0; $nYear < 11; $nYear++) # now do the years { # # populate the start date year field # my ($nStartYear, $nExpYear); ($nStartYear, $nExpYear) = ($nYear + $year - 10, $nYear + $year);
Save and close the file and update your site.********************
Tracey
SellerDeck
Comment
-
I know this is an old thread but
the last comments are still valid, can this be changed at some time, when adding the start date manually it is a bit of a pain as there is no sliding scroll bar
please correct both the points made in this thread, because i have to change the perl script every update and this would be one less to remember to change
Cheers
Darren
Comment
Comment