Page 1 of 2 12 LastLast
Results 1 to 10 of 244

Hybrid View

  1. #1
    Join Date
    Jul 2010
    Posts
    100
    Plugin Contributions
    0

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

    hello! Wow lots of hard data here There there any easy tutorial or any someone break it down in baby steps for a newbie to learn how to install this? I download the software and don't know which sniplet goes where? I try youtube but they don't have a tutorial.

    Is this the same as Ceon URi mapping? Thank you!

  2. #2
    Join Date
    Jul 2006
    Location
    Louisiana
    Posts
    144
    Plugin Contributions
    0

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

    Quote Originally Posted by hello View Post
    hello! Wow lots of hard data here There there any easy tutorial or any someone break it down in baby steps for a newbie to learn how to install this? I download the software and don't know which sniplet goes where? I try youtube but they don't have a tutorial.

    Is this the same as Ceon URi mapping? Thank you!
    I have just completed one install and may have to do two more. Conor is located in Ireland. I think his zone is UTC +1. He checks in regularly and can give better advice but in simple terms there are two steps.

    Assuming that you have the latest, 1.3.9.d installed:

    1. Copy the Ceon files to their relative location on http://www.yourdomain/yourcart/.
    Yourcart/admin/
    Youcart/includes/

    2. Create a new table within the Zen-Cart database where the other Zencart tables are located using ‘ceon_manual_card.sql’ that is provided. This can be done through zencart upgrades or using phpMyAdmin. Conor is not in favor of using phpMyAdmin but, that is what I did.

  3. #3
    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,

    Thanks for taking the time to try and help! However, I think this person should read the documentation as it says what you are saying but in more detail. :)

    Quote Originally Posted by Forum5 View Post
    Conor is not in favor of using phpMyAdmin but, that is what I did.
    I'm totally fine with PHPMyAdmin, it's just that most "newbies" don't have a clue how to use it and mess things up so it means less support time for me if people simply use the SQL patch functionality already built into Zen Cart.

    All the best..

    Conor
    ceon

  4. #4
    Join Date
    Jul 2009
    Posts
    3
    Plugin Contributions
    0

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

    I installed CEON 2.2.2 and it appears, in the Payment Module area, to be installed correctly. Blowfish is an issue, but I've got my host's tech guy on that and hope to have it resolved soon.

    The problem I'd love some help on is getting rid of the warning message on my catalog page. Whether I just disable the "Store Sensitive Card Details" and the Blowfish encryption, or totally uninstall CEON as a payment option in the Payment Module area the following warning message remains:

    *****
    Warning CEON MANUAL CARD: You have “Store entered details temporarily in session” and “Use Blowfish Encryption” enabled but your PHP installation does NOT have access to PEAR:Crypt_Blowfish on your server!

    Either consult the documentation (especially the FAQs) to see how to get Blowfish encryption working on your server, change “Store entered details temporarily in session” to “No”, or disable Blowfish encryption.

    It is not recommended to disable Blowfish encryption if there's a chance someone can see the contents of the “sessions” folder on your server (which may be possible if you are on a shared server) - this is left up to your own descretion.

    The current values for the various settings on your server follow. These are, without a doubt, the values currently set for these settings, available to your catalog, no matter what the admin, your control panel or phpinfo() etc. may say!

    Info to help enable Blowfish support...

    It would appear that the PEAR:Crypt_Blowfish package is not on your include path. Please check that Crypt_Blowfish is installed in your PEAR library.

    Alternatively, your server may have more than one PEAR installation and the PEAR:Crypt_Blowfish package may not have been installed in the “correct” PEAR library folder - please check that you are using the correct PEAR library if you have more than one on your server.

    Current Include Path: .:/usr/lib/php:/usr/local/lib/php

    Safe mode in use?: no

    open_basedir restricted directories:
    *****

    Thanks for any help you can give!

    Mary Stockler
    www.merryhillbooks.com (the warning is on the www.merryhillbooks.com/catalog page)

  5. #5
    Join Date
    Jul 2009
    Posts
    3
    Plugin Contributions
    0

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

    Never mind. It is fixed now. Thanks for your patience!

  6. #6
    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 hello View Post
    hello! Wow lots of hard data here There there any easy tutorial or any someone break it down in baby steps for a newbie to learn how to install this?
    There are full installation instructions included in the documentation in the _docs folder of the distribution.. my guess is you missed that?

    Quote Originally Posted by hello View Post
    Is this the same as Ceon URi mapping? Thank you!
    Is "what" the same as Ceon URI Mapping? What are you asking? If it has no youtube video? If that's what you are asking, then I don't think it does, but it also has documentation included with it in a _docs folder. It is harder to install though as it may require using a Diff/Merge program If you aren't able to follow the instructions for it you should pay someone to install it for you.

    Hope that helps!

    All the best..

    Conor
    ceon

  7. #7
    Join Date
    Nov 2006
    Posts
    29
    Plugin Contributions
    0

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

    This is a very easy mod to install. THANK YOU!

    I have a quick question about removing this:

    Card Start Date (If on card):

    Is this possible?

    version 2.2

    Many thanks,

    JT

  8. #8
    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 julie.t View Post
    I have a quick question about removing this:

    Card Start Date (If on card):

    Is this possible?
    I've added this feature (the ability to never show the start date fields) to the next version.

    I don't currently have time to release the next version, it may be two weeks until it's released.

    If you want to make a similar change yourself in the meantime, edit the file includes/modules/payment/ceon_manual_card.php and find the method _showStartDate() and add "return false;" (without the quotes) before any of the method's if statements.

    Or you can modify the CSS for your store to disable the start date fields by setting their IDs to "display: none;".

    All the best..

    Conor
    ceon

  9. #9
    Join Date
    Nov 2006
    Posts
    29
    Plugin Contributions
    0

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

    Thanks for the quick reply!

  10. #10
    Join Date
    Jun 2008
    Posts
    28
    Plugin Contributions
    0

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

    How do you resend The CVV code and middle digits of the credit/debit card number that are sent in an e-mail to the store owner.

    On a transaction this afternoon the email never came. How can I go in and have it resent?
    Travis Holzem
    Internet Business Developer & SEO Expert
    KnockOutOdors.com Environmentally Responsible Products

 

 
Page 1 of 2 12 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

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