Thread: Eway module

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

Hybrid View

  1. #1
    Join Date
    May 2005
    Posts
    110
    Plugin Contributions
    0

    Default Re: Eway module

    Has anyone modified this module for use with eway's beagle fraud system??

  2. #2
    Join Date
    May 2007
    Posts
    36
    Plugin Contributions
    0

    cart error Re: Eway module

    Does anyone know precisely what this line of coding controls

    curl_setopt($ch, CURLOPT_FOLLOWLOCATION,1);

    and what happens if i turn it off, as in change it to a 0. It's been causing an error on my site recently but when i change it to 0 it solves the problem.

    It comes from this snippet of code

    /* Use CURL to execute XML POST and read the return directly */
    $ch = curl_init (GATEWAY_URL);
    curl_setopt ($ch, CURLOPT_POST, 1);
    curl_setopt ($ch, CURLOPT_POSTFIELDS, $xml_request);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
    curl_setopt($ch, CURLOPT_SSL_VERIFYPEER,0);
    curl_setopt($ch, CURLOPT_FOLLOWLOCATION,0);
    $xml_response=curl_exec($ch);
    curl_close($ch);

    $this->parser = xml_parser_create();

    in /includes/modules/payment/eway.php

    and was causing the following error

    Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in

    Thanks for your help...

    Cheers, ToNy!

  3. #3
    Join Date
    Dec 2007
    Posts
    5
    Plugin Contributions
    0

    Have a Drink Re: Eway module

    Hi All,
    In test mode you need to only add this line

    $my_totalamount=500;

    just after the line no 268 (That is 'if (MODULE_PAYMENT_EWAY_TESTMODE == 'Test') {')

    Your test mode will be work fine.





    http://vinaykant.ifastnet.com

  4. #4
    Join Date
    Jul 2008
    Posts
    362
    Plugin Contributions
    0

    Default Re: Eway module

    I just isntalled the eway module and i get the following error in admin when trying to install/use it...

    HTML Code:
    Warning: include(/home/truwater/public_html/includes/languages/english/modules/payment/eway.php) [function.include]: failed to open stream: No such file or directory in /home/truwater/public_html/admin/modules.php on line 173
    
    Warning: include() [function.include]: Failed opening '/home/truwater/public_html/includes/languages/english/modules/payment/eway.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/truwater/public_html/admin/modules.php on line 173

  5. #5
    Join Date
    Jul 2008
    Posts
    362
    Plugin Contributions
    0

    Default Re: Eway module

    Anyone?

  6. #6
    Join Date
    Feb 2010
    Location
    Canberra, Australia
    Posts
    17
    Plugin Contributions
    0

    Default Re: Eway module

    Has anyone attempted to do the interface required to enable the 3dSecure Gateway to enable Verified by Visa/Mastercard Securecode to work with this module? Westpac are requiring that the Verified/Securecode be implemented in our shopping card; being a not for profit organisation this is beyond our capabilities and is just not affordable.

  7. #7
    Join Date
    Oct 2010
    Posts
    84
    Plugin Contributions
    2

    Default Re: Eway module

    This module doesn't work for UK based customers I've only just realized lol so I vote this module gets renamed to eway Australia payment module.

    Now I'm going to have to write a new payment module for my store lol !!

  8. #8
    Join Date
    Feb 2010
    Location
    Canberra, Australia
    Posts
    17
    Plugin Contributions
    0

    Default Re: Eway module

    drgr33n
    Don't know if this will help you in your quest but eWay on their New Zealand site have this module which could be the same as this UK module for Zen Cart which I assume you are aware of!
    Last edited by gaffer; 27 Oct 2010 at 11:57 AM.

  9. #9
    Join Date
    Oct 2010
    Posts
    84
    Plugin Contributions
    2

    Default Re: Eway module

    Thanks Gaffer,

    Yes I've come across this module the trouble is that in the UK eway use a different method of taking payments. It's ok the Uk website had a zen cart module but it was from 2007 so needed a little tinkering but got it working

  10. #10
    Join Date
    Sep 2007
    Posts
    21
    Plugin Contributions
    1

    Default Re: Eway module

    Quote Originally Posted by emtecmedia View Post
    Has anyone modified this module for use with eway's beagle fraud system??
    yes i have added beagle functionality in v2.2 (still being approved at time of writing)

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. eWay module error.
    By kennyoz in forum Addon Payment Modules
    Replies: 4
    Last Post: 4 Sep 2010, 09:41 AM
  2. Eway Module
    By Jimmy Blakk in forum Addon Payment Modules
    Replies: 10
    Last Post: 11 Jun 2009, 08:04 AM
  3. Eway module
    By Joshua.O in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 29 Jan 2007, 03:32 AM

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