Results 1 to 8 of 8
  1. #1
    Join Date
    Aug 2007
    Posts
    3
    Plugin Contributions
    0

    Default Zen Cart Order Processing Process - payment modules

    Hi there,

    I'm extremely new to Zen Cart, but not to programming. I'm working with a friend of mine to try to get a thrid party, Comstar, credit card module to work. I have been looking for about two weeks now and can not find the Zen Cart module(s) which control the calls to the functions included in the Comstar, or any other third party paymeny module, i.e. authorizenet.

    There are functions like processOrder() and process_Button() in our module. Can anyone tell me which Zen Cart modules actually control the processing of order and credit card information from Zen Cart to the third party module?

    Any help would be greatly appreciated.

    Thank you,

    Greg

  2. #2
    Join Date
    Jan 2004
    Posts
    58,257
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: Zen Cart Order Processing Process

    look in /includes/modules/payment.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Aug 2007
    Posts
    3
    Plugin Contributions
    0

    Default Re: Zen Cart Order Processing Process - payment modules

    Thanks, ecept that only contains the third party php files like:

    authorizenet - cc - paypal - etc.

    I'm trying to find the actual Zen Cart module(s) which call the functions in the above PHP files.

    Thanks,

    Greg

  4. #4
    Join Date
    Aug 2007
    Posts
    2
    Plugin Contributions
    1

    Default Re: Zen Cart Order Processing Process - payment modules

    I have just Posted the Credit Module for Comstar.
    Please check it out and let me know if all works well.

  5. #5
    Join Date
    Jan 2004
    Posts
    58,257
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: Zen Cart Order Processing Process - payment modules

    Quote Originally Posted by gjbilik View Post
    Thanks, ecept that only contains the third party php files like:

    authorizenet - cc - paypal - etc.

    I'm trying to find the actual Zen Cart module(s) which call the functions in the above PHP files.

    Thanks,

    Greg
    Among others, these are the primary ones:
    /includes/modules/checkout_process.php
    /includes/modules/pages/checkout_process/header_php.php

    You can always do a text search on the method names and discover "exactly" where those methods are called everywhere in the code. If you don't have such a tool on your development computer, you can use the one in Zen Cart Admin->Tools->Developer Toolkit.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  6. #6
    Join Date
    Aug 2007
    Posts
    3
    Plugin Contributions
    0

    Default Re: Zen Cart Order Processing Process - payment modules

    Thank you very much.

    Greg

  7. #7
    Join Date
    Jul 2008
    Posts
    1
    Plugin Contributions
    0

    Default Re: Zen Cart Order Processing Process - payment modules

    The posted Comstar module didn't work for me, I looked at the source code and it didn't really coincide with the documentation I received from Comstar. The module is a year old so perhaps it might be out of date. I rewrote the module for myself and it seems to be working well. If anyone is interested I may make my version available.

  8. #8
    Join Date
    Sep 2008
    Posts
    1
    Plugin Contributions
    0

    Default Re: Zen Cart Order Processing Process - payment modules

    Quote Originally Posted by tomlitchfield View Post
    The posted Comstar module didn't work for me, I looked at the source code and it didn't really coincide with the documentation I received from Comstar. The module is a year old so perhaps it might be out of date. I rewrote the module for myself and it seems to be working well. If anyone is interested I may make my version available.

    Please do! I'm just digging into the comstar code and would love to see your work.

 

 

Similar Threads

  1. Recover Cart
    By jayson.gurney in forum All Other Contributions/Addons
    Replies: 540
    Last Post: 19 May 2013, 11:31 PM
  2. Setting up Zen Cart on Windows XP using Xampp - a howto
    By Briank58 in forum Installing on a Windows Server
    Replies: 92
    Last Post: 2 Dec 2009, 04:56 AM
  3. Zen Cart moves to PHP 5 (v1.3.9 and up)
    By DrByte in forum Zen Cart Release Announcements
    Replies: 0
    Last Post: 12 Aug 2007, 07:41 PM
  4. Zen Cart Software Support Life Cycle
    By DrByte in forum Zen Cart Release Announcements
    Replies: 0
    Last Post: 12 Aug 2007, 07:24 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
  •