Results 1 to 10 of 137

Hybrid View

  1. #1
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon Manual Card Payment Module v3.0.0

    Hi,

    Quote Originally Posted by govanmac View Post
    Has anyone had this and resolved it?
    There is no such issue. E-mail errors can only be a problem with something you've done or with your server.

    Check that you are entering your e-mail address in the correct format (ONE basic e-mail address, no name part or angle brackets) and if you still don't receive the e-mail then you have a server issue or a spam filter blocking these e-mails.

    They really are the ONLY possibilities.. so hopefully that information shall get you sorted quickly. :)

    All the best...

    Conor
    ceon

  2. #2
    Join Date
    May 2010
    Posts
    46
    Plugin Contributions
    0

    Default Re: Ceon Manual Card Payment Module v3.0.0

    Hi all,

    We accept Visa and Mastercard as forms of payment in our online store.

    Lately we have had 12 digit visa come through instead of the standard 16.

    Could someone please help with a validation for 16 digit cards only? What file must I work in to accomplish this? What would I change?

    Thanks in advance.

  3. #3
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon Manual Card Payment Module v3.0.0

    Hi,

    Quote Originally Posted by elninomago View Post
    Lately we have had 12 digit visa come through instead of the standard 16.
    It must have passed the Luhn check then.

    Quote Originally Posted by elninomago View Post
    Could someone please help with a validation for 16 digit cards only? What file must I work in to accomplish this? What would I change?
    Why would you bother really? You'll have seen the card number come through like that and you obviously won't ship the order if the card can't be charged?

    It's such a rare thing (I've never heard of it) that I wouldn't spend the time changing things.. but if you do want to the file is includes/modules/payment/ceon_manual_card.php, method is pre_confirmation_check().. you could copy the minimum card holder length check and adapt it for the number.

    You can "block" card lengths of less than 16 by JavaScript if you change the setting "Credit Card Number" in "Minimum Values" in the Zen Cart Configuration menu. However, they can still use 12 with JavaScript switched off.

    But then again, why would you send anything to them if their card wasn't valid?

    The whole exercise seems pointless to me but each unto their own, you can make your own mind up!

    Please don't post again about this hear though as it's not something of use in general I don't think... you could start a new thread if you want to talk more about it.. I'd like to keep this thread to Ceon Manual Card issues only.

    Thanks!

    All the best..

    Conor
    ceon

  4. #4
    Join Date
    May 2009
    Location
    Kelso, WA
    Posts
    132
    Plugin Contributions
    0

    Default Re: Ceon Manual Card Payment Module v3.0.0

    I had a 12 digit card come through recently as well. Of course the customer simply missed four digits when they placed the order. But because the credit card page didn't tell them that they didn't enter enough digits, it took more time to correct the error than if it threw an error to the customer before they completed the order process. Instead I had to email them and request that they either call or place the order again. So a bit of code to validate would be helpful in expediting the order process. Obviously we won't be sending product if the card won't process, but if the customer can correct the error before the order is even placed, that would be sweet!

    Just a suggestion and not a criticism of the sheer genius of the Ceon module I am very pleased with it.

    Thanks!
    Christy

  5. #5
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon Manual Card Payment Module v3.0.0

    Hi,

    Quote Originally Posted by christymreed View Post
    Just a suggestion and not a criticism of the sheer genius of the Ceon module I am very pleased with it.
    As suggested above then, change the setting "Credit Card Number" in "Minimum Values" in the Zen Cart Configuration menu.

    I'll probably change the main code to use this value as well then.. the JavaScript checking code already does, so your setting must be below 16.

    There may be places where 12 digits is fine so I won't be enforcing any arbitrary limits, just keeping the LUHN check as it is, that'll do for validation.

    Hope that helps!

    All the best..

    Conor
    ceon

  6. #6
    Join Date
    May 2009
    Location
    Kelso, WA
    Posts
    132
    Plugin Contributions
    0

    Default Re: Ceon Manual Card Payment Module v3.0.0

    Ah! I see! There is a place in the Admin at Configuration -> Minimum Values to set the minimum length of the credit card. Mine was set to 10 which would obviously allow a 12 digit credit card number. Since I do accept American Express and those can be 15 digits, I changed the number to 15. I take VISA, MS, AMEX, and Discover. AMEX cards would have the least digits with 15. So voila! 12 digit issue solved! (I hope ;)

    Thanks!
    Christy

  7. #7
    Join Date
    May 2010
    Posts
    46
    Plugin Contributions
    0

    Default Re: Ceon Manual Card Payment Module v3.0.0

    "Why would you bother really? You'll have seen the card number come through like that and you obviously won't ship the order if the card can't be charged?"

    A couple of points:

    1. To not have to contact the customer by email or phone to get their correct card number.

    2. To get the sale. Or we could just say "Wrong card number. Won't clear. So forget about the sale guys. We don't want their money that bad".

    This is a critical part of the efficiency of the module.

  8. #8
    Join Date
    May 2010
    Posts
    46
    Plugin Contributions
    0

    Default Re: Ceon Manual Card Payment Module v3.0.0

    Also, I should note that when contacting the customers about this, they have said they did enter 16 digits. Hmmmm.

  9. #9
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon Manual Card Payment Module v3.0.0

    Hi,

    Quote Originally Posted by elninomago View Post
    Also, I should note that when contacting the customers about this, they have said they did enter 16 digits. Hmmmm.
    Then you'll have received all 16.

    As I've said here before.. e-businesses are advised use a payment gateway and not a manual card module.

    You should consider that if you don't want to miss out on further sales.

    All the best.,,

    Conor
    ceon

  10. #10
    Join Date
    Feb 2007
    Location
    Ontario, Canada
    Posts
    234
    Plugin Contributions
    0

    Default Re: Ceon Manual Card Payment Module v3.0.0

    Wow, that upgrade went absolutely flawlessly! That never happens!

    Thank you for the clear instructions and for the module itself.
    Thanks, Colleen
    www.af-company.com
    To err is human, but to really foul things up requires a computer. Farmers' Almanac, 1978

 

 

Similar Threads

  1. Ceon Manual Card Payment Module v4
    By conor in forum Addon Payment Modules
    Replies: 87
    Last Post: 7 Apr 2021, 04:44 PM
  2. Ceon Manual Card Payment Module v2.0.0!
    By conor in forum Addon Payment Modules
    Replies: 243
    Last Post: 30 Mar 2017, 08:58 PM
  3. Ceon manual card module - cc error leads to page not found
    By jenniesummitreks in forum Addon Payment Modules
    Replies: 2
    Last Post: 16 Sep 2009, 09:28 PM
  4. Ceon Manual/Offline Card Payment Module v1.0.0!
    By conor in forum Addon Payment Modules
    Replies: 117
    Last Post: 27 Feb 2009, 10:04 PM
  5. Re: Ceon Manual/Offline Card Payment Module v1.0.0!
    By wizarddave in forum Addon Payment Modules
    Replies: 0
    Last Post: 2 Jan 2008, 05:13 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg