Page 22 of 25 FirstFirst ... 122021222324 ... LastLast
Results 211 to 220 of 244
  1. #211
    Join Date
    Jan 2011
    Posts
    367
    Plugin Contributions
    0

    Default Re: Ceon Manual Card Payment Module v2.0.0!

    this link was given for support, i have 1.3.9h and version 2.2.2 my site is not live yet, so my ssl is not live yet (which may be a factor) i need to have this working right before i go live cause my live site (1.3.8a) will disapear when this goes live.
    my issue is that the middle 8 digits of the card are not being sent to me and i have a good email address entered i have edited it with an alternate email address just to make sure that wasn't the issue. i am at a standstill. could it be maybe i have to set permissions on certain files before that will work, and where if anywhere do the _Jscripts and litebox files go, that was not in the directions.

    thanks

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

    Default Re: Ceon Manual Card Payment Module v2.0.0!

    Hi,

    Quote Originally Posted by slater555 View Post
    my issue is that the middle 8 digits of the card are not being sent to me and i have a good email address entered i have edited it with an alternate email address just to make sure that wasn't the issue.
    If you can send yourself e-mails to the same address in the admin (Tools - Send Email) then the only two possibilities are that you've entered the wrong address in the admin for the module or that you have got spam filters on your server which are blocking the e-mails.

    Check you have entered JUST the e-mail address, no name or < >.

    Quote Originally Posted by slater555 View Post
    i am at a standstill. could it be maybe i have to set permissions on certain files before that will work, and where if anywhere do the _Jscripts and litebox files go, that was not in the directions.
    To be honest, looking at your previous posts, it's quite clear that installing Zen Cart by yourself is too much for you. You should pay a developer to help you instead of trying to do everything yourself and relying on people on this forum to help you when you can't.

    As for the specific point above, please take more care when reading the documentation, it's quite clear and no-one else has the problem of not understanding that you only upload the files from the "files" folder. The files and folders from within the "_docs" folder are part of the documentation and should not be uploaded to your site.

    All the best..

    Conor
    ceon

  3. #213
    Join Date
    Jan 2011
    Posts
    367
    Plugin Contributions
    0

    Default Re: Ceon Manual Card Payment Module v2.0.0!

    thank you. it is up and working. the site is done and will go live as soon as i can get the dns switched over to the new host. i am happy with the site and thrilled with the payment mod. thanks for that.

  4. #214
    Join Date
    Mar 2009
    Posts
    29
    Plugin Contributions
    2

    Default Re: Ceon Manual Card Payment Module v2.2.2!

    Just a quick question: Does 2.2.2 fix the bug on the email notification that chops off the 1st 4 digits of the CC number? The 2nd email note with the middle digits works just fine.

    Im currently using 2.0 on 1.3.9h.

    thanks.

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

    Default Re: Ceon Manual Card Payment Module v2.2.2!

    Hi,

    Quote Originally Posted by MrSpiffy View Post
    Just a quick question: Does 2.2.2 fix the bug on the email notification that chops off the 1st 4 digits of the CC number? The 2nd email note with the middle digits works just fine.
    That is NOT a bug. It shall NOT be "fixed".

    You must log into the admin to see the first four digits. I will not tell you how to have them sent in the e-mail (it's not part of the module itself anyway).

    Sorry, the module is insecure enough without doing such a silly thing.

    All the best..

    Conor
    ceon

  6. #216
    Join Date
    Oct 2004
    Location
    Montana
    Posts
    53
    Plugin Contributions
    0

    Default Re: Ceon Manual Card Payment Module v2.0.0!

    Hi Conor,

    Just installed this mod and was testing error messages.

    When I use an invalid cvv number I get a pop-up message that says:

    Code:
    Errors have occurred during the processing of your form.
    
    Please make the following corrections:
    
    CEON_MANUAL_CARD_ERROR_JS_CARD_CVV_NUMBER
    The CEON_MANUAL_CARD error is strange since other errors generate meaningful error codes.

    Any idea how I can sort this out?


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

    Default Re: Ceon Manual Card Payment Module v2.0.0!

    Hi,

    [quote=northfork;1010411Any idea how I can sort this out?[/quote]

    You must have an old version of ceon_manual_card.php in the includes/languages/english/modules/payment/YOUR_TEMPLATE directory.. merge it with the new version in includes/languages/english/modules/payment (or just delete your template version).

    All the best...

    Conor
    ceon

  8. #218
    Join Date
    Oct 2004
    Location
    Montana
    Posts
    53
    Plugin Contributions
    0

    Default Re: Ceon Manual Card Payment Module v2.0.0!

    Just have this one in includes/languages/english/modules/payment/

    $Id: ceon_manual_card.php 427 2010-05-17 11:43:44Z conor

    Should I have this in an over ride folder?

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

    Default Re: Ceon Manual Card Payment Module v2.0.0!

    Hi,

    Quote Originally Posted by northfork View Post
    Just have this one in includes/languages/english/modules/payment/

    $Id: ceon_manual_card.php 427 2010-05-17 11:43:44Z conor

    Should I have this in an over ride folder?
    That's the right one and in the right place.

    Send me FTP and admin details for your site via this address and I'll take a look when I get a chance.

    All the best...

    Conor
    ceon

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

    Default Re: Ceon Manual Card Payment Module v2.0.0!

    Hi,

    Quote Originally Posted by conor View Post
    Send me FTP and admin details for your site via this address and I'll take a look when I get a chance.
    Actually, don't bother!

    I can see now that the code in includes/modules/payment/ceon_manual_card.php is wrong.

    I'd fixed this in what is to be version 3 almost a year ago and since it had been so long, forgot that 2.2.2 still had that bug.

    You need to change line 406 to use CEON_MANUAL_CARD_ERROR_JS_CARD_CVV_NUMBER_INVALID instead of CEON_MANUAL_CARD_ERROR_JS_CARD_CVV_NUMBER

    That'll fix things.

    Can't believe no-one else noticed that in 10 months! (Well, obviously I did but I forgot I'd fixed it here).

    Guess that gives me more impetus to get version 3.0.0 finished and out.

    Sorry about the bug (and for forgetting about it).

    All the best...

    Conor
    ceon

 

 
Page 22 of 25 FirstFirst ... 122021222324 ... LastLast

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 v3.0.0
    By conor in forum Addon Payment Modules
    Replies: 136
    Last Post: 15 Nov 2012, 06:36 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

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR