Re: Ceon Manual Card Payment Module v2.0.0!
Hi kuroi,
Quote:
Originally Posted by
kuroi
Putting documentation on your site where it is browsable is very helpful to hackers trying to piece together information about your site.
I'll second that. My suggestion would of course be to have any records maintained outside the site's web root. Only files which need to be publicly accessible should be in the site's web root. (Unlike Zen Cart does, I wouldn't even include any code library files in the web root but that's more than we need to talk about here..).
All the best..
Conor
ceon
Re: Ceon Manual Card Payment Module v2.0.0!
Hi All, Just installed v2.0.0 on ZC 1.3.9d,
When checking out, the error page is not showing!
For example, if I intentionally enter a non valid exp date and proceed with the checkout, I get a blank page with no markup. The URL shows this:
Code:
index.php?main_page=checkout_payment&payment_error=ceon_manual_card&error=|lt%3B|p+class%3D"ErrorInfo"|gt%3B|The+expiration+date+entered+for+the+card+is+invalid.+Please+check+the+date+and+try+again%2C+try+another+card+or+|lt%3B|a+href%3D"index.php%3Fmain_page%3Dcontact_us"|gt%3B|contact+us|lt%3B|%2Fa|gt%3B|+for+further+assistance.|lt%3B|%2Fp|gt%3B|
Any ideas?
Also noticed a mention of a newer v2.2.2. It's not in the ZC donwloads and currently, dev.ceon.net is not resolving for me to check there???
Thanks :blink:
Re: Ceon Manual Card Payment Module v2.0.0!
The message with the link to the 2.2.2 download is on page 3 of this thread.
But the link is http://dev.ceon.net/web/zen-cart/ceo...card/downloads so that won't help you if dev.ceon.net doesn't resolve for you (it's working fine for me, BTW).
Regards
Nick
Re: Ceon Manual Card Payment Module v2.0.0!
Thanks soxophoneplayer,
Turns out that the error I am experiencing is with my ZC 1.3.9d install and not with ceon payment.
I am migrating a 1.2.7 and a 1.2.8a cart over to 1.3.9d and I am getting errors with both of those. I need to see what is common between those carts!
Re: Ceon Manual Card Payment Module v2.0.0!
Hi,
Quote:
Originally Posted by
kwright
Turns out that the error I am experiencing is with my ZC 1.3.9d install and not with ceon payment.
The problem is indeed Zen Cart 1.3.9, it breaks Zen Cart payment modules written for earlier versions of Zen Cart.
However, the latest version of Ceon Manual Card is compatible with the new format for payment modules in Zen Cart 1.3.9.
You need to use the latest version of the software. dev.ceon.net is working fine!
All the best..
Conor
ceon
Re: Ceon Manual Card Payment Module v2.0.0!
Thank you much Ceon! I will get the newest ver!!! :clap:
Re: Ceon Manual Card Payment Module v2.0.0!
Hi,
Quote:
Originally Posted by
kwright
Thank you much Ceon! I will get the newest ver!!! :clap:
No problem!
Upgrading should only take a few minutes for each site, just follow the upgrade instructions.
Enjoy!
All the best..
Conor
ceon
Re: Ceon Manual Card Payment Module v2.0.0!
Hi Ceon,
I noticed an error in your ceon_manual_card.php module file. Around line 406 you have:
CEON_MANUAL_CARD_ERROR_JS_CARD_CVV_NUMBER.
I think it needs to be changed to:
CEON_MANUAL_CARD_ERROR_JS_CARD_CVV_NUMBER_INVALID
Then the js alert window will show the correct error text and not the define var.
Thanks again for a great CC alternative :clap:
Re: Ceon Manual Card Payment Module v2.0.0!
Hi,
Quote:
Originally Posted by
kwright
I noticed an error in your ceon_manual_card.php module file. Around line 406 you have:
I'd already fixed that in the next version but thanks for the reminder. :)
Glad you like the software!
All the best..
Conor
ceon
Re: Ceon Manual Card Payment Module v2.0.0!
I finally have a working install of Zencart 1.3.9d after about 25 hours of work......
When I install the Ceon Card module I get the following errors after confirming the last step of checking out
1054 Unknown column 'balance_due' in 'field list'
in:
[UPDATE orders SET balance_due = '1754.75' WHERE orders_id = 1820]
If I uninstall the Ceon module it will allow checkout using check/money order as payment.
Any suggestions?