Ceon Manual Card 1.6.1 Released!
Hi,
A new version of the Ceon Manual Card module has been released.
This is an essential upgrade for anyone using 1.6.0 as it fixes a bug introduced in that version.
From the Revision History:
[BUGFIX] Wrong expiry date was being displayed on confirmation page.
[ADDED] Module now automatically checks include paths against any open_basedir restrictions and displays the information necessary to fix a misconfigured server's access to its PEAR installation/Crypt_Blowfish files.
[UPDATED] FAQs updated in documentation with some more information about how to fix problems with a server's access to the PEAR:Crypt_Blowfish package.
Download the new version here:
Download Now
Sorry about the bug!
All the best...
Conor
Ceon
Re: Ceon Manual/Offline Card Payment Module v1.0.0!
Can you set that CVV is required in this module? BTW I wanted to make this required for the standard offline mod but did not find where. For now, I hint where I can set it in the standard module would help as well.
Please advice if it is possible for the Ceon version. I might just switch to this mod.
Re: Ceon Manual/Offline Card Payment Module v1.0.0!
Hi,
Quote:
Originally Posted by
mydanilo
Can you set that CVV is required in this module?
Yes, there's an option in the admin "Allow cards with no CVV Number". If it is set to true then the user still has to confirm that their card has no CVV code (by ticking a checkbox). If it is set to false they must enter three or four digits to checkout.
All the best...
Conor
Ceon
Can this work for a phone order?
Hey, conor.
I'm looking for a little more info on this before I install and try it. I read your site, but I'm still not sure if this will do what I want.
I'm looking for any way a salesperson of mine can enter a phone order through the website without requiring the customer's billing info. Aside from the obvious order information, I only want to ask the phone customer for the card number, expiration and a contact number or email, as I've been doing for years till now and as most Virtual Terminals (VT) allow. (The average order is $70.)
I'm thinking of a scenario where after entering the basic order info above, the salesperson would then switch screens and charge the card on my processor's VT page (while still on the phone with customer), where the amount, order number from above, card number and expiration date are enough. So I would have the order in the website and the order number matching to the VT.
Can the mod skip the billing info requirements? The bottomline is to get the order into the website, generate an order number and then I can switch to the VT. Only then would I need to ask for the card number.
(I see previous posts about CVW...is there an option to not ask for it even on cards that have it? Again, I don't ask for it now on phone orders because the VT does not demand it.)
Cheers,
Robbie
Re: Can this work for a phone order?
Hi Robbie,
Quote:
Originally Posted by
giftmeister
Can the mod skip the billing info requirements? The bottomline is to get the order into the website, generate an order number and then I can switch to the VT. Only then would I need to ask for the card number.
Sorry but the module cannot skip asking for the billing info.
You sound like you need some sort of custom admin order addition interface.
Sorry I don't have a more positive response!
All the best...
Conor
Ceon
Re: Ceon Manual/Offline Card Payment Module v1.0.0!
Regarding my earlier problem, a script was corrupting a file every time I uploaded it - finally fixed it (and no problem with the script).
I'm using Virtual Terminal at the mo but just thought I'd drop by and say this is a great contribution that works brilliantly. If I were doing fewer transactions I would not hesitate in using it.
Thanks, Conor!
Re: Ceon Manual/Offline Card Payment Module v1.0.0!
Hi Conor,
I have a development server on windows (sorry!) running Zen Cart 1.3.8a and I am getting the following error when I go to the Payments section to install the module:
Fatal error: Call to undefined function ceon_file_exists_in_include_path() in C:\****\includes\modules\payment\ceon_manual_card.php on line 142
I have unzipped the download again and overwritten all files to make sure this isn't an issue but still get the error.
Thanks
Re: Ceon Manual/Offline Card Payment Module v1.0.0!
Hi,
Quote:
Originally Posted by
webego
I have unzipped the download again and overwritten all files to make sure this isn't an issue but still get the error.
If you are using version 1.6.1 then that most certainly is still the issue. Please check that each of the files in the two functions/ folders are there and the correct size.
One of the files, admin/includes/extra_functions/ceon_file_system_functions.php, loads the other one, includes/extra_functions/ceon_file_system_functions.php. You need both of these files to be present and correct.
If they're both there, check - by opening them - that they aren't corrupted.
I'm afraid that's all the help I can be.
All the best...
Conor
Ceon
Re: Ceon Manual/Offline Card Payment Module v1.0.0!
Hi Conor,
Well both files where there and not corrupted in any way. This is on a WinXP based machine I use for developing so don't know if this has anything to do with it?
I went ahead and ftp'd to the live site anyway and have the module working well but unfortunately without blowfish. This VPS is a CentOS based server with Plesk. I added the pear path to my php.ini which was fine, I added the pear path to my open_basedir in my vhost.conf file for this domain. However, no matter what I tried, your script would not pick up this change and kept showing the following error:
---------------
CEON MANUAL CARD: Your PHP installation does NOT have access to PEAR on your server!
...
Current Include Path: .:/usr/share/pear:/local/PEAR/
Safe mode in use?: no
open_basedir restricted directories: /var/www/vhosts/*****.co.uk/httpdocs:/tmp
----------------------
The vhost.conf includes:
php_admin_value open_basedir "/var/www/vhosts/*****.co.uk/httpdocs:/tmp:/usr/share/pear"
but as you can see from your error this was not being picked up. I even checked with a phpinfo() and this showed my setting overrides correctly.
The module is great and an improvement on the basic zen offline cc mod (as it allows start dates and issue numbers amongst other things) but I will have to run without the session encryption for now.
Re: Ceon Manual/Offline Card Payment Module v1.0.0!
Oh and I forgot to mention that I changed the cc_issue field to varchar(2) as my client tells me they sometimes get customers who have had 10 or more re-issues of their cards! :-O