Re: Ceon Manual Card Payment Module v2.0.0!
Hi,
Glad to hear you the like the software! Hope you're having a good Christmas! :)
Quote:
Originally Posted by
countrystarr
I was thinking of removing the "Credit Card Start Date (if on card) portion of the credit card input form.
Version 3.0.0 already has a new "Ask for Start date?" configuration option whnich can be used to remove the start date drop downs altogether.
It's pretty much finished but we're on a break for Christmas now so it shall be released early in the new year.
I'd suggest just holding off for it, it shouldn't be very long!
All the best..
Conor
ceon
Re: Ceon Manual Card Payment Module v2.0.0!
Hi Conor,
Yes, I've been enjoying the Christmas Holidays very much :) I hope you and your family have also had a nice Holiday Season. In the world of internet marketing you are never truly 'done' with work...there is always something more to do, so I have to force myself to take some time to relax over the holidays. I'm sure it's much the same for you.
Thanks for the info on the module. I'll just wait and keep checking back here to see when it is ready. Thanks for making such a great module!
Matt
Re: Ceon Manual Card Payment Module v2.0.0!
Hi Matt,
Quote:
Originally Posted by
countrystarr
Yes, I've been enjoying the Christmas Holidays very much :)
Glad to hear it! :)
Quote:
Originally Posted by
countrystarr
I hope you and your family have also had a nice Holiday Season.
Yes, thank you, it has been great to spend time together. A day or two of work now and then another short break for New Year's.. a great time of year! :)
Quote:
Originally Posted by
countrystarr
In the world of internet marketing you are never truly 'done' with work...there is always something more to do, so I have to force myself to take some time to relax over the holidays. I'm sure it's much the same for you.
Absolutely! I'd been working 15-16 hour days trying to get new versions of all our modules out before Christmas so I would know "they're done" and copuld relax more over Christmas, but never quite got there.. so hopefully it doesn't take much of the first week of the year to finally get these new releases out. Then I'll probably have earned another break! :)
Quote:
Originally Posted by
countrystarr
Thanks for the info on the module. I'll just wait and keep checking back here to see when it is ready. Thanks for making such a great module!
I'm glad you like it.. obviously you'll like the new version a little more so, yes, definitely wait on it! Hopefully in 2011 I can finally get around to creating an e-mail newsletter system to allow people to keep up to date with the latest version releases. :)
All the best...
Conor
ceon
Re: Ceon Manual Card Payment Module v2.0.0!
Hi Conor.
I have question. i have installed ceon and be able to use it successfully (somewhat).
However, when i entered invalid credit card number. i got redirected to a blank page with the following url.
https://beautynets.com/index.php? main_page=checkout_payment&payment_error=ceon_manual_card&error=|lt;|p+class%3D% 22ErrorInfo%22|gt;|The+card+number+entered+is+invalid.+Please+check+the+number+a nd+try+again,+try+another+card+or+|lt;|a+href%3D%22index.php%3Fmain_page%3Dconta ct_us%22|gt;|contact+us|lt;|/a|gt;|+for+further+assistance.|lt;|/p|gt;|
Any idea what i did wrong?
Thanks
Andreas
Re: Ceon Manual Card Payment Module v2.0.0!
ok. kinda hacked it. i changed the definition and it fixed it.
define('MODULE_PAYMENT_CEON_MANUAL_CARD_TEXT_CARD_NUMBER_ERROR', 'Invalid Credit Card Number');
Quote:
Originally Posted by
frisco_aw
Hi Conor.
I have question. i have installed ceon and be able to use it successfully (somewhat).
However, when i entered invalid credit card number. i got redirected to a blank page with the following url.
https://beautynets.com/index.php? main_page=checkout_payment&payment_error=ceon_manual_card&error=|lt;|p+class%3D% 22ErrorInfo%22|gt;|The+card+number+entered+is+invalid.+Please+check+the+number+a nd+try+again,+try+another+card+or+|lt;|a+href%3D%22index.php%3Fmain_page%3Dconta ct_us%22|gt;|contact+us|lt;|/a|gt;|+for+further+assistance.|lt;|/p|gt;|
Any idea what i did wrong?
Thanks
Andreas
Re: Ceon Manual Card Payment Module v2.0.0!
Hi Andreas,
Quote:
Originally Posted by
frisco_aw
However, when i entered invalid credit card number. i got redirected to a blank page with the following url.
Any idea what i did wrong?
Yes, you are using an ancient version of the software.. the problem you mentioned is caused by Zen Cart 1.3.9 and was fixed in version 2.0.1 of Coen Manual Card.
Please upgrade to the latest version and this problem will stop.
All the best...
Conor
ceon
Re: Ceon Manual Card Payment Module v2.0.0!
Hi,
I am just installing the CMCPM on one of my servers and I need to install the crypt_blowfish module ... when searching for available modules available I get a list of about 12 versions?
These are the ones that closely relate:
Crypt::Blowfish (2.12),
Crypt::Blowfish::Mod (0.04),
Crypt::Blowfish_PP (1.12)
Which one do I install?
Many thanks for any assistance you can offer.
Re: Ceon Manual Card Payment Module v2.0.0!
Hi,
Quote:
Originally Posted by
webman
when searching for available modules available I get a list of about 12 versions?
Where are you searching?
NONE of the ones you posted are right, I don't know what you are looking at!
You can either wait for Ceon Manual Card 3.0.0, which no longer requires any PEAR packages, or you can follow the "Manually install PEAR:Crypt_Blowfish" FAQ, which will point you to get the files from:
http://pear.php.net/package/Crypt_Blowfish
All the best..
Conor
ceon
Re: Ceon Manual Card Payment Module v2.0.0!
Hi,
I've upgraded to vs. 2.2.2 and now I have no margin on the accepted card icons on my checkout page. The margin is still good on the sidebox though. I would assume that it's not getting directed to my stylesheet but I'm not sure where to look.
Thanks
Re: Ceon Manual Card Payment Module v2.0.0!
Hi,
Quote:
Originally Posted by
hoovermatt
I've upgraded to vs. 2.2.2 and now I have no margin on the accepted card icons on my checkout page. The margin is still good on the sidebox though. I would assume that it's not getting directed to my stylesheet but I'm not sure where to look.
Make sure your stylesheet has the following styles and all should be fine:
Code:
.CeonManualCardCardIcon { margin-right: 4px; margin-bottom: 4px; }
.CeonManualCardCardsAcceptedSideboxCardIcon { margin-left: 4px; margin-bottom: 4px; }
.CeonManualCardFormGadgetError { background: #ff6633; }
label.inputLabelPayment { margin-bottom: 0.5em; }
All the best..
Conor
ceon