Re: Ceon Manual Card Payment Module v2.0.0!
Code:
ceon_manual_card_card_cvv_number_gadget.value.length > 4) {' . "\n" .
' num_ceon_manual_card_errors++;' . "\n" .
' error_message = error_message + "' .
CEON_MANUAL_CARD_ERROR_JS_CARD_CVV_NUMBER . '";' . "\n" .
' error = 1;' . "\n" .
This line 406?
This is in /includes/modules/payment/ceon_manual_card.php
Re: Ceon Manual Card Payment Module v2.0.0!
There we go. Yep, that's better.
Re: Ceon Manual Card Payment Module v2.0.0!
Thanks for this great contribution!
I am getting a weird bit of code on the page where the customer enters their credit card information right beside the CVV field. It's this:
onfocus="javascript:methodSelect('pmt-ceon_manual_card');"
and on the checkout_payment page.
I've read through this whole thread and couldn't find any info on it. Thanks!
Re: Ceon Manual Card Payment Module v2.0.0!
Hi,
Glad you like the software.
Quote:
Originally Posted by
devlyn
onfocus="javascript:methodSelect('pmt-ceon_manual_card');"
and on the checkout_payment page.
I've read through this whole thread and couldn't find any info on it. Thanks!
If you are getting that then it's probably the following bug:
If you have "Disable CVV Autocomplete" set to "No" the above text is wrongly displayed instead of being added as an attribute to the CVV number textfield.
Simply change "Disable CVV Autocomplete" to "Yes". You should really just leave it on Yes anyway, it's more secure.
This bug is fixed in 3.0.0.
All the best..
Conor
ceon
Re: Ceon Manual Card Payment Module v2.0.0!
Thanks so much. That worked perfectly! Have you released 3.0.0 yet? I didn't see a link.
Quote:
Originally Posted by
conor
Hi,
Glad you like the software.
If you are getting that then it's probably the following bug:
If you have "Disable CVV Autocomplete" set to "No" the above text is wrongly displayed instead of being added as an attribute to the CVV number textfield.
Simply change "Disable CVV Autocomplete" to "Yes". You should really just leave it on Yes anyway, it's more secure.
This bug is fixed in 3.0.0.
All the best..
Conor
ceon
Re: Ceon Manual Card Payment Module v2.0.0!
Hi,
Quote:
Originally Posted by
devlyn
Thanks so much. That worked perfectly! Have you released 3.0.0 yet? I didn't see a link.
Glad you're sorted.
No, I haven't finished it yet.
All the best..
Conor
ceon
Re: Ceon Manual Card Payment Module v2.0.0!
Mr. Coner,
I am using 2.2.2 module..
Today I received and order but only had 4 middle digits on the email and in the admin only had 4200XXXX4567.
I tested and tried to enter only 12 numbers and did not work.
I even left 4 blank lines inbetween the numbers.. No workie
Quote:
How did they enter their card numbers and did not receive an error before check out????
Of course I called the customer and emailed them..
Re: Ceon Manual Card Payment Module v2.0.0!
Hi,
Quote:
Originally Posted by
haredo
Mr. Coner,
I am using 2.2.2 module..
Today I received and order but only had 4 middle digits on the email and in the admin only had 4200XXXX4567.
I tested and tried to enter only 12 numbers and did not work.
I even left 4 blank lines inbetween the numbers.. No workie
Of course I called the customer and emailed them..
Short of them hacking your store I can't think how they could get past the card number Luhn check... if you tried to enter the number with the XXXXs replaced by the 4 digits from the e-mail and it wouldn't validate for you (wouldn't pass the luhn check) then it shouldn't have had done so for them either.
I'm afraid I can't explain it any way other than a hack attempt.
All the best..
Conor
ceon
Re: Ceon Manual Card Payment Module v2.0.0!
Conor,
Thanks for responding..
She used a Visa Card.
The customer called me back..
I asked her the sequence...
She said she filled out all the card info, then noticed she forgot to order a brochure. So she went back into the site and added a brochure, then went through the check out process..
I tried what she told me and could not duplicate the error..
I only tried once instead of many procedures...
Just wanted to give a heads up on this issue..
Re: Ceon Manual Card Payment Module v2.0.0!
Hi,
Quote:
Originally Posted by
haredo
I tried what she told me and could not duplicate the error..
I only tried once instead of many procedures...
Just wanted to give a heads up on this issue..
I'm afraid I just don't see how it was possible in the first place.. I have no idea how this could have occurred as the card is always subjected to a LUHN check and gives the same results no matter how many times you try it!
All the best..
Conor
ceon