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

Hybrid View

  1. #1
    Join Date
    Dec 2004
    Posts
    81
    Plugin Contributions
    0

    Default Re: Ceon Manual Card Payment Module v3.0.0

    Conor,

    Just a quick note to give you some feedback on the manual_card
    v.3.0.0

    I have been testing ZenCart 1.3.9H
    Server OS: Linux 2.6.18
    Database: MySQL 5.5.9
    PHP Version: 5.2.17 (Zend: 2.2.0)

    On a "clean" install of ZenCart - no addons - the Manual_Card v2.2.2 and v3.0.0 both
    appear to accept test card number 41111...
    when the cart is NOT in maintenance mode

    Is this by design ?

    Best regards
    Ken

  2. #2
    Join Date
    Apr 2011
    Posts
    20
    Plugin Contributions
    0

    Default Re: Ceon Manual Card Payment Module v3.0.0

    Is the following scenario possible with the Ceon Manual Payment module?

    The admin order confirmation would include NO information other than something like "You have an order". That way no details of the card are being sent at all via email.

    The credit card information would be stored in the admin section of the site - and of course in the database. Once the order is processed, the order would be purged from the database and no other record would be kept of any sensitive information.

    We can do quite a bit of the PHP programming - just point me in the right direction?

    Yes, I'm well aware of the risk of storing the information and I'd advise against it too :) However, we just need to capture the information for a custom batch processor that also plugs into a warehouse inventory and shipping application. The app has serious security controls built in and again - the info isn't stored beyond what it takes to process the card.

    Thanks!

  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 sandihudson View Post
    Is the following scenario possible with the Ceon Manual Payment module?
    Yes but I won't comment it on it here, it is COMPLETELY illegal.

    You should not do this. Tell the client to stop being cheap and to implement a gateway at the "batch processor".

    You're on your own on this one. Please don't post any further questions about it here, it's not appropriate.

    All the best...

    Conor
    ceon

  4. #4
    Join Date
    May 2007
    Location
    Southern California
    Posts
    17
    Plugin Contributions
    0

    Default Re: Ceon Manual Card Payment Module v3.0.0

    The module is not sending out email notifications. Which is a big problems since we need the middle digits of the credit car. It was working once, but not working now.

    Please advise.
    Last edited by jimh3768; 22 Mar 2012 at 10:17 PM.

  5. #5
    Join Date
    Apr 2010
    Posts
    43
    Plugin Contributions
    0

    Default Re: Ceon Manual Card Payment Module v3.0.0

    Hi Ceon,

    I have a question about the size of the card type drop-down box (and other boxes as well). How can I stretch the box a little so to make it longer?

    Name:  005.jpg
Views: 246
Size:  44.0 KB

    Also, is it possible to define the maxlength of the card number text field to 16? As those cards I accept have upto 16 digits.

    Many thanks again,
    Ashely

  6. #6
    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 Ashely,

    Quote Originally Posted by Ashely View Post
    How can I stretch the box a little so to make it longer?
    Use CSS to adjust the width. For example:

    Code:
    #ceon-manual-card-card-type { width: 15em; }
    Quote Originally Posted by Ashely View Post
    Also, is it possible to define the maxlength of the card number text field to 16? As those cards I accept have upto 16 digits.
    You'll have to manually edit the code in includes/modules/payment/ceon_manual_card.php :

    Find and change the lines around line 1017 (of Ceon Manual Card 3.0.1) from:

    PHP Code:
    $selection['fields'][] = array(
                    
    'title' => CEON_MANUAL_CARD_TEXT_CARD_NUMBER,
                    
    'field' => zen_draw_input_field('ceon-manual-card-card-number',
                        
    $card_number'id="ceon-manual-card-card-number"' ' autocomplete="off"' .
                        
    $on_focus_handler $card_number_error_class_string)
                    ); 
    to:

    PHP Code:
    $selection['fields'][] = array(
                    
    'title' => CEON_MANUAL_CARD_TEXT_CARD_NUMBER,
                    
    'field' => zen_draw_input_field('ceon-manual-card-card-number',
                        
    $card_number'id="ceon-manual-card-card-number"' ' autocomplete="off"' .
                        
    ' maxlength="16"' .
                        
    $on_focus_handler $card_number_error_class_string)
                    ); 
    All the best..

    Conor
    ceon

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

    Idea or Suggestion Ceon Manual Card Payment Module v3.0.1 Released!

    Hi,

    It gives me great pleasure to release a new version of Ceon Manual Card.

    It has some nice new updates which improve the usability of the software, especially when using American Express cards!

    There are also some bugfixes, so it's worth updating to this latest version.


    All changes, from the Revision History:

    [ADDED] The information displayed about a card's CV2 number has been updated to take into account the difference between American Express cards and all other card types. Ceon Manual Card will now display different error messages according to whether or not the card type selected is an American Express card. If no card type is selected then the information displayed will also now take into account whether or not American Express cards are an option, so that the information being displayed to the user more accurately describes the options open to them when they have to enter a CV2 number (Unique Card Code in American Express' terms).

    [ADDED] Information about whether a Start Date was selected and/or an Issue Number entered is now only displayed if appropriate for the store's configuration, possibly resulting in a neater display of the module's output on the order page.

    [ADDED] New stylesheet added to allow much quicker/easier installation of the software, providing default styles in one central place.

    [ADDED] “Powered by Ceon software” graphic and link added to Cards Accepted sidebox. This reassuring badge for the store gives customers confidence that the store uses reliable, quality software when handling their sensitive card details. (Can be enabled/disabled as desired through admin).

    [UPDATED] Sensitive card details were being cleared from the session unnecessarily when a store uses a shared SSL certificate with a subdirectory path.

    [UPDATED] Start Date configuration moved from the Security configuration settings group to a new Card Options group.

    [UPDATED] All files updated to comply with Ceon Coding Guidelines (http://dev.ceon.net/software/coding-guidelines).

    [BUGFIX] Language defines were missing for the error messages to be shown when problems with MasterCard debit cards were encountered.

    [BUGFIX] Wrong define name was being used for the error message which was displayed when the customer didn't enter the CV2 number. (Problem only showed up when JavaScript was disabled in the customer's browser and a CV2 number was required but missing).

    [UPDATED] Installation instructions updated to use a single step when detailing the styling of the module's output using CSS styles. Since default styles are now provided using the new stylesheet for the module, only a single step describing the changing of these styles is necessary, instead of multiple steps detailing how to add the styles for the various aspects of the software's output.

    [REMOVED] Information and snippets for Zen Cart 1.2.x and Zen Cart 1.3.0 - 1.3.2 removed from distribution as only Zen Cart versions 1.3.9h and 1.5.x are secure enough to be used. Stores using older Zen Cart versions should upgrade their version of Zen Cart.



    The latest version should be available from the downloads area shortly.

    As always the latest version can be downloaded directly at any time from the Ceon website:

    Download 3.0.1 Now!


    Upgrading is simple as always, just a matter of copying files across and making use of the auto-upgrade functionality!

    Enjoy!


    All the best..

    Conor
    ceon

  8. #8
    Join Date
    Feb 2008
    Posts
    71
    Plugin Contributions
    0

    Default Re: Ceon Manual Card Payment Module v3.0.1 Released!

    Hello Conor,

    I am in the process of upgrading one of my clients from 1.3.9h to 1.5.1. I loaded the new version of CEON to the 1.5.1 site, but when I attempt to install (it gives me no message to upgrade), it aborts and shows the following message in the log:

    [04-Oct-2012 00:55:43 UTC] PHP Fatal error: 1050:Table 'ceon_manual_card' already exists :: (etc.)

    Do I need to reinstall the earlier 2.2.2 version of CEON first, and then upgrade to 3.0.1? Hopefully a simple fix either way. I searched google for the error message but came up empty. Guess I'm the lucky first one :-).

    Thanks,

    Christopher

  9. #9

    Default Re: Ceon Manual Card Payment Module v3.0.0

    OK, just where is the CC Expiration Date shown? I mean a customer makes an order and the emails are sent, just where in what email do I see the expiration date of the CC? I can't find it anywhere on any of the emails. Did I fail to turn something on/off or what?
    Beau

  10. #10
    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 Beau91324 View Post
    OK, just where is the CC Expiration Date shown?
    On the order page.

    All the best...

    Conor
    ceon

 

 
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 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