Results 1 to 10 of 95

Hybrid View

  1. #1
    Join Date
    Nov 2009
    Posts
    8
    Plugin Contributions
    0

    Default Re: Realex RealDirect Payment Module.

    Hi,
    All is working fine now - minor technical hitch at the start!
    I also updated your before_process.php to display a friendly error message if the card processing failed from Realex. You can use it on your sites if you like. Let me know what you think.
    thanks.


    <html>
    <body>
    <?php
    $result = $_POST['RESULT'];

    if ($result == "00") {


    include('includes/application_top.php');
    //$orderid = $_POST['ORDER_ID'];

    $process_button_string =
    zen_draw_hidden_field('MERCHANT_ID', $_POST['MODULE_PAYMENT_REALEX_ID']) .
    zen_draw_hidden_field('ORDER_ID', $_POST['ORDER_ID']) .
    zen_draw_hidden_field('TIMESTAMP', $_POST['TIMESTAMP']) .
    zen_draw_hidden_field('AUTHCODE', $_POST['AUTHCODE']) .
    zen_draw_hidden_field('MESSAGE', $_POST['MESSAGE']) .
    zen_draw_hidden_field('RESULT', $_POST['RESULT']) .
    zen_draw_hidden_field('PASREF', $_POST['PASREF']) .
    zen_draw_hidden_field('MD5HASH', $_POST['MD5HASH']);

    echo "<form action='" . zen_href_link(FILENAME_CHECKOUT_PROCESS, '', 'SSL') . "' method='post' name='completeprocess'>";
    echo $process_button_string;
    echo "</form>";

    ?>

    Your order payment was processed successfully.

    <script>
    document.completeprocess.submit();
    </script>

    <?php
    } else {
    ?>

    <p>
    <strong>We encountered a problem processing your order payment.</strong> <i> <?php echo $_POST['MESSAGE'] ?> </i><br />
    To try again please <a href="http://www.equestriangifts.ie/index.php?main_page=shopping_cart"><strong>click here</strong></a><br />
    If you would like to discuss your order contact us at <a href="mailto:[email protected]">[email protected]</a>
    or call us on +353 (0)51 644388
    </p>

    <?php
    }
    ?>

    </body>
    </html>

  2. #2
    Join Date
    Mar 2010
    Posts
    6
    Plugin Contributions
    0

    Default Re: Realex RealDirect Payment Module.

    Hi,

    Does this module support both Redirect and Remote methods of integration?
    I see osCommerce version of the plugin does and apparently came from Realex themselves.
    But I'd prefer to use Zen Cart if I could.

    Cheers.

  3. #3
    Join Date
    Sep 2007
    Location
    Dublin, Ireland
    Posts
    1,288
    Plugin Contributions
    8

    Default Re: Realex RealDirect Payment Module.

    Quote Originally Posted by colmfitz View Post
    Hi,

    Does this module support both Redirect and Remote methods of integration?
    I see osCommerce version of the plugin does and apparently came from Realex themselves.
    But I'd prefer to use Zen Cart if I could.

    Cheers.
    The mod is based on Realex's osCommerce code so you're covered.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  4. #4
    Join Date
    Mar 2010
    Posts
    6
    Plugin Contributions
    0

    Default Re: Realex RealDirect Payment Module.

    Super fast reply.
    Cheers.

  5. #5
    Join Date
    Mar 2010
    Posts
    6
    Plugin Contributions
    0

    Default Re: Realex RealDirect Payment Module.

    Is the download Link Broken?

  6. #6
    Join Date
    Mar 2010
    Posts
    6
    Plugin Contributions
    0

    Default Re: Realex RealDirect Payment Module.

    Link is working again

    I have installed the module.
    Just testing it here and it seems to divert to the Realex payments Server? I don't see how to configure it to process payments on site through Realex.

  7. #7
    Join Date
    Sep 2007
    Location
    Dublin, Ireland
    Posts
    1,288
    Plugin Contributions
    8

    Default Re: Realex RealDirect Payment Module.

    It's been awhile since I worked on that mod- Let me check it out and get back to you.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  8. #8
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Realex RealDirect Payment Module.

    A-Z Tuning,
    When you reply - scroll up and read posting tips and answer the questions

    What you have posted is like saying I have a problem - can you guess what it is
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. Realex Redirect Payment Module Issue; 'Hases don't match'
    By paddyohanlon in forum Addon Payment Modules
    Replies: 2
    Last Post: 23 Aug 2011, 03:15 PM
  2. Issue with realex payment module
    By alfrizmartin in forum Addon Payment Modules
    Replies: 6
    Last Post: 7 Oct 2010, 07:51 PM
  3. Wrong order number in checkout_success page with RealEx payment module
    By stuartmcmahon in forum Addon Payment Modules
    Replies: 5
    Last Post: 28 Sep 2010, 09:50 PM
  4. Realex Module
    By cuhl in forum Addon Payment Modules
    Replies: 1
    Last Post: 22 May 2009, 09:27 AM
  5. Realex On-Site card processing module
    By fififofumdotcom in forum Addon Payment Modules
    Replies: 0
    Last Post: 9 Mar 2008, 11:54 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