Page 12 of 12 FirstFirst ... 2101112
Results 111 to 118 of 118
  1. #111
    Join Date
    Oct 2008
    Posts
    36
    Plugin Contributions
    0

    Default Re: Ceon Manual/Offline Card Payment Module v1.0.0!

    Okay, I have resolved the WinXP machine problem..

    I forgot to rename the admin folder from your module to match the renamed admin folder of the site....doh!!! Works fine now would you believe

    Still have the above issue on the CentOS / Plesk box though.

    Also just noticed that if you have a 'free' product with 'free' shipping (and no other objects of costs) in the cart, you get this message from your module (or possibly zen):

    ---------------

    Payment Method

    Sorry, we are not accepting payments from your region at this time.
    Please contact us for alternate arrangements.

    -----------------------------

    Is there any way the module can differntiate between these two situations? It does of course allow you to continue with the 'purchase' regardless, however some may be put off at this stage and not continue.

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

    Default Re: Ceon Manual/Offline Card Payment Module v1.0.0!

    Hi,

    Quote Originally Posted by webego View Post
    Oh and I forgot to mention that I changed the cc_issue field to varchar(2) as my client tells me they sometimes get customers who have had 10 or more re-issues of their cards! :-O
    Oops, that was supposed to be 2 in the first place as American Express use two digits (e.g. "01").

    Thanks, I'll get that fixed.

    All the best...

    Conor
    Ceon

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

    Default Re: Ceon Manual/Offline Card Payment Module v1.0.0!

    Hi,

    Quote Originally Posted by webego View Post
    Okay, I have resolved the WinXP machine problem..

    I forgot to rename the admin folder from your module to match the renamed admin folder of the site....doh!!! Works fine now would you believe
    I knew one of the files was "missing or incomplete", that was the only option! ;)

    Quote Originally Posted by webego View Post
    Still have the above issue on the CentOS / Plesk box though.
    Whatever the module says in its test is what's happening on your server, regardless of whatever any other script says.

    Your PHP installation does not have access to PEAR.

    More than likely PEAR is not in /usr/share/pear but /local/PEAR/

    Quote Originally Posted by webego View Post
    Also just noticed that if you have a 'free' product with 'free' shipping (and no other objects of costs) in the cart, you get this message from your module (or possibly zen):
    That's a Zen Cart issue. You have to enable the "The Zen Cart FREE CHARGE CARD" payment module if you want to allow payments of zero to work as you expect.

    All the best...

    Conor
    Ceon

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

    Default Re: Ceon Manual/Offline Card Payment Module v1.0.0!

    Hi,

    Quote Originally Posted by webego View Post
    but as you can see from your error this was not being picked up
    Something else you should check is with some control panel software the open_basedir setting is often different for the admin from the catalog.

    I don't know why but that's why tests are made on both the admin and catalog side - I've encountered differing settings for these two folders before. Again, why that would be I have no idea, I don't run a control panel myself.

    Whatever the Ceon Manual Card module says about your open_basedir and include_path settings is the true situation, whatever phpinfo() or anything else says.

    Obviously I can't do any more for you in this regard so please don't post further about your server settings. If you're still having trouble you will have to talk to your host so they can get your PHP installation (in both the admin and catalog) to be able to access PEAR.

    All the best...

    Conor
    Ceon
    Last edited by conor; 12 Feb 2009 at 11:49 AM.

  5. #115
    Join Date
    Oct 2008
    Posts
    36
    Plugin Contributions
    0

    Default Re: Ceon Manual/Offline Card Payment Module v1.0.0!

    Cracked it! For the benefit of anyone else who finds themselves in the same situation see below:

    If you are (and you should be) taking the card details via a secure page, you also need to create a vhost_ssl.conf file (in addition to your vhost.conf). You can then declare the open_basedir again including the path to pear.

    Code:
    <Directory /var/www/vhosts/yourdomain.co.uk/httpdocs>
    php_admin_value open_basedir "/var/www/vhosts/yourdomain.co.uk/httpdocs:/tmp:/usr/share/pear"
    </Directory>
    Note: I have used httpdocs rather than httpsdocs in both the directory and open_basedir as I have the Plesk domain setup option to "Use a single directory for housing SSL and non-SSL content" activated.

    You will then need to either rebuild your apache configs:
    Code:
    # /usr/local/psa/admin/sbin/websrvmng -v –a
    or manually include the vhost_ssl.conf in the httpd.include file at the end of the secure section:
    Code:
    <VirtualHost ***.***.***.***:443>
    ....
    ....
            Include /var/www/vhosts/yourdomain.co.uk/conf/vhost_ssl.conf
    </VirtualHost>
    Hopefully of use to someone.

    Oh and of course don't forget to restart apache afterwards:
    Code:
    # httpd -k restart
    Last edited by webego; 12 Feb 2009 at 12:54 PM.

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

    Default Re: Ceon Manual/Offline Card Payment Module v1.0.0!

    Hi,

    Thank you, that may be useful information for someone else.

    Glad you like the module and that you've got your server set up correctly now! Didn't I say that the module doesn't lie? ;)

    All the best...

    Conor
    Ceon

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

    Idea or Suggestion Ceon Manual Card Payment Module v2.0.0!

    Hi,

    It gives me great pleasure to release version 2.0.0 of the module!

    It has some nice new features for all users, including a great looking "Cards Accepted" sidebox which dynamically displays the icons for the cards your store accepts.


    From the Revision History:

    [ADDED] Cards Accepted Sidebox added. Allows the dynamic display of icons for each credit/debit card accepted even before the customer has reached the checkout stage.
    [ADDED] Option to disable Blowfish encryption added.
    [ADDED] Support for Discover cards added.
    [ADDED] Information about switching off Blowfish encryption or storage of details in session added to admin and ConfigCheck class.
    [UPDATED] Information about fixing access to Blowfish files updated.
    [BUGFIX] Issue number field in database was only one digit long whereas some issue numbers can have two digits (e.g. American Express or cards people have had for a long, long time).


    Full, simple upgrading instructions are included in the documentation. It should only take a few minutes.

    The module has been submitted to the Zen Cart downloads area: http://www.zen-cart.com/index.php?ma...oducts_id=1277
    and can be discussed here: http://www.zen-cart.com/forum/showthread.php?t=121353

    Enjoy!

    All the best...

    Conor
    Ceon

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

    Idea or Suggestion Ceon Manual Card Payment Module v2.0.0!

    Please take all discussion for this module to the new version's support thread here:
    http://www.zen-cart.com/forum/showthread.php?t=121353

 

 
Page 12 of 12 FirstFirst ... 2101112

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