Hi,
I have a potential customer but he told me that his credit card expiry date is 2018 but my web site only allows up to 2017. Is it possible to increase the range? Please advise. Thanks.
Hi,
I have a potential customer but he told me that his credit card expiry date is 2018 but my web site only allows up to 2017. Is it possible to increase the range? Please advise. Thanks.
The Team Behind DealByEthan.com | Curating unique finds for a discerning community. Committed to a seamless and inspiring shopping experience. Connect with us: https://linktr.ee/dealbyethan
Find this in your payment module, and change the "+10" to "+11":Code:for ($i=$today['year']; $i < $today['year']+10; $i++) {
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Hi DrByte,
Thanks for your help. I did a search using the Developers Tool Kit and found several entries.
includes/modules/payment/authorizenet.php
includes/modules/payment/authorizenet_aim.php
includes/modules/payment/cc.php
includes/modules/payment/linkpoint_api.php
So I am going to change the "+10" to "+11" in these files.
The Team Behind DealByEthan.com | Curating unique finds for a discerning community. Committed to a seamless and inspiring shopping experience. Connect with us: https://linktr.ee/dealbyethan
I still cant fix this. Please help. This is what my cc.php contains:
define('MODULE_PAYMENT_CC_TEXT_TITLE', 'Credit Card');
define('MODULE_PAYMENT_CC_TEXT_DESCRIPTION', 'Credit Card Test Info:<br /><br />CC#: 4111111111111111<br />Expiration: Any');
define('MODULE_PAYMENT_CC_TEXT_CREDIT_CARD_TYPE', 'Credit Card Type:');
define('MODULE_PAYMENT_CC_TEXT_CREDIT_CARD_OWNER', 'Card Owner\'s Name:');
define('MODULE_PAYMENT_CC_TEXT_CREDIT_CARD_NUMBER', 'Card Number:');
define('MODULE_PAYMENT_CC_TEXT_CREDIT_CARD_CVV', 'CVV Number (<a href="javascriptopupWindow(\'' . zen_href_link(FILENAME_POPUP_CVV_HELP) . '\')">' . 'More Info' . '</a>)');
define('MODULE_PAYMENT_CC_TEXT_CREDIT_CARD_EXPIRES', 'Expiration Date:');
define('MODULE_PAYMENT_CC_TEXT_JS_CC_OWNER', '* The owner\'s name of the credit card must be at least ' . CC_OWNER_MIN_LENGTH . ' characters.\n');
define('MODULE_PAYMENT_CC_TEXT_JS_CC_NUMBER', '* The credit card number must be at least ' . CC_NUMBER_MIN_LENGTH . ' characters.\n');
define('MODULE_PAYMENT_CC_TEXT_ERROR', 'Credit Card Error:');
define('MODULE_PAYMENT_CC_TEXT_JS_CC_CVV', '* The CVV number must be at least ' . CC_CVV_MIN_LENGTH . ' characters.\n');
define('MODULE_PAYMENT_CC_TEXT_EMAIL_ERROR','Warning - Configuration Error: ');
define('MODULE_PAYMENT_CC_TEXT_EMAIL_WARNING','WARNING: You have enabled the CC payment module but have not properly configured it to send CC information to you by email. As a result, you will not be able to process the CC number for orders placed using this method. Go to Admin->Modules->Payment->CC->Edit and set the preferred email address for sending CC information.' . "\n\n\n\n");
define('MODULE_PAYMENT_CC_TEXT_MIDDLE_DIGITS_MESSAGE', 'Please direct this email to the Accounting department so that it may be filed along with the online order it relates to: ' . "\n\n" . 'Order: %s' . "\n\n" . 'Middle Digits: %s' . "\n\n");
?>
I was looking for this solution as well. Thank you for listing this.
Also, Dr. Byte, I was wondering if you have a 1.3.7 cart, and for now you only want to update the paypal module and the authorize.net module -- is that possible? I know you would think to update the entire cart, but if that were going to be a big job and you just wanted to update the pay modules until you had the rest of the cart updated, would that be possible?
Thanks always for your energy.
Kinget
anybody??
found it... I had the wrong cc.php
Thank you for the info... I had a customer tell me the same thing. Easy to fix. Thanks!
Cyndy