Ceon Manual Card v2.2.0 Released!
Hi,
It gives me great pleasure to release a new version of Ceon Manual Card!
This release includes the support for Zen Cart 1.3.9b introduced in 2.0.1 (which wasn't released publicly).
There is a new option to disable the CVV field altogether
There has also been a change to the session details storage option and several other adjustments.
From the Revision History:
[ADDED] Option to ask for CVV number added. Enabled by default but if disabled no CVV field is displayed and the customer is not asked for the card's CVV number.
[ADDED] The card number and card CVV number fields are now highlighted whenever an error has been encountered and these sensitive details aren't being stored in the session, to make it clearer to the customer that they must re-enter the card number (and CVV number if it is being used).
[ADDED] Length of value entered for the Card Holder is now checked when JavaScript is disabled and an appropriate error message displayed.
[UPDATED] Option to store details in the session changed to being an option to store the “sensitive” details in the session (card number and CVV number). All other card details are now always stored in the session.
[UPDATED] All error messages for the data entered are now displayed. Previously just the first error was displayed.
[UPDATED] JavaScript to add the checkbox for cards which have no CVV number updated so that an extra div tag doesn't have to be part of the HTML for the CVV number field. Results a in much neater layout.
[UPDATED] Card number and expiry date checks moved from separate class to confirmation pre check method.
[UPDATED] Keys for configuration options renamed to use Ceon namespace.
[UPDATED] Reference characters removed from method parameters in module's files as parameters are already passed by reference in later versions of PHP (Results in better compatibility with PHP 5.3).
Download 2.2.0 Now!
The module will also be uploaded to/available from the Zen Cart downloads area soon.
Enjoy!
All the best..
Conor
ceon
Re: Ceon Manual Card Payment Module v2.0.0!
Thank you Conor.....:smile:
Sent you a little appreciation for your time...
Re: Ceon Manual Card Payment Module v2.0.0!
Conor,
On the upgrading instruction on your site from 2.0 to 2.2
- Delete the following files they are no longer being used
- includes/auto_loaders/config.ceon_manual_cardConfigCheck.php
- includes/classes/class.ceon_manual_cardCardValidation.php
- includes/classes/class.ceon_manual_cardConfigCheck.php
But, when you look at the files to be loaded in 2.2, 1 of the 3 are being used.
- includes/auto_loaders/config.ceon_manual_cardConfigCheck.php
Please advise....
Re: Ceon Manual Card Payment Module v2.0.0!
Hi Mark,
Quote:
Originally Posted by
haredo
But, when you look at the files to be loaded in 2.2, 1 of the 3 are being used.
- includes/auto_loaders/config.ceon_manual_cardConfigCheck.php
Please advise....
Oh dear. Silly mistake that. I had listed the *new* files' names rather than the ones they replace!
The files to be removed are in fact:
includes/auto_loaders/config.ceon_manual_cardDebugWarning.php
includes/classes/class.ceon_manual_cardDebugWarning.php
I've released version 2.2.1 which has the updated instructions and another small bugfix. Please download and upgrade.. thankfully the changes are minor so it will only take 1 minute!
Download version 2.2.1
Also, thanks very much indeed for the donation, that's very generous of you. It's a rare thing to receive and hugely appreciated! I'm glad the software is useful to you! :)
All the best...
Conor
ceon
Re: Ceon Manual Card Payment Module v2.0.0!
Conner,
Awe, Perfect, Thanks for the fix....:smile:
Re: Ceon Manual Card Payment Module v2.0.0!
Hi Mark,
Quote:
Originally Posted by
haredo
Awe, Perfect, Thanks for the fix....:smile:
It's the least I could do for the first person to donate since August 2009! :) I'm just sorry I made the silly mistake I did in the first place, guess I was a wee bit too eager to get the new version out!
Glad you're sorted now.
All the best..
Conor
ceon
Re: Ceon Manual Card Payment Module v2.0.0!
I'll be the second person then! Great job conor, along with your other software, many thanks!
Re: Ceon Manual Card Payment Module v2.0.0!
Thanks so much for the update, Conor! I hope that you are feeling better.
I am hoping that someone can help me out... when I enter in a test customers credit card number, the ratio button is not automatically being selected and the customer receives an error stating that they need to select a payment method (even though all the CC info has already been entered)... any ideas??
Re: Ceon Manual Card Payment Module v2.0.0!
Quote:
Originally Posted by
GG01
Thanks so much for the update, Conor! I hope that you are feeling better.
I am hoping that someone can help me out... when I enter in a test customers credit card number, the ratio button is not automatically being selected and the customer receives an error stating that they need to select a payment method (even though all the CC info has already been entered)... any ideas??
You have to manually select the Radio Button. Filling in the credit card information does not tell it you are using a credit card. That Radio button is the payment method.
Re: Ceon Manual Card Payment Module v2.0.0!
Thanks for your speedy reply.
I wonder how they did it when there was a manual card as part of the zen package...
Quote:
Keep in mind that starting in v1.3.7, as soon as the customer clicks inside a credit-card-number field to start typing their CC number, the radio button will be auto-selected.
I'll keep poking around... :smile: