Results 1 to 10 of 41

Hybrid View

  1. #1
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: eWAY Payment Gateway - Rapid 3.0 API

    Quote Originally Posted by robbie269 View Post
    Does the image only show if there is a delay? Can't see it when I do a test order.
    Yes, it only shows if there is a delay. Can't do a test using Direct Bank Deposit or similar. Best to do a test with PayPal as you can still cancel when you get to PP.

  2. #2
    Join Date
    Apr 2016
    Posts
    18
    Plugin Contributions
    0

    Default Re: eWAY Payment Gateway - Rapid 3.0 API

    Is there anyway to pass onto the eway invoice text the attributes/sizing of the product rather than just the product name?

  3. #3
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: eWAY Payment Gateway - Rapid 3.0 API

    Quote Originally Posted by ivopivo View Post
    Is there anyway to pass onto the eway invoice text the attributes/sizing of the product rather than just the product name?
    The eWay developers should have the right answer for you - I have not played with this....

  4. #4
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: eWAY Payment Gateway - Rapid 3.0 API

    Quote Originally Posted by frank18 View Post
    Yes, it only shows if there is a delay. Can't do a test using Direct Bank Deposit or similar. Best to do a test with PayPal as you can still cancel when you get to PP.

    If it still does not work for you then open

    includes/modules/pages/checkout_confirmation/jscript_main.php

    and find

    PHP Code:
    function submitonce() 

    Change that function to read

    PHP Code:
    function submitonce() 

      var 
    button document.getElementById("btn_submit"); 
      var 
    img document.getElementById("actionImg"); 
      
    button.style.cursor="wait"
      
    button.disabled true
      
    button.className 'hiddenField'
      
    img.className ''
      
    setTimeout('button_timeout()'5000); 
      return 
    false

    Hope this helps

 

 

Similar Threads

  1. Pin Payments Payment Gateway [Support Thread]
    By chrisdahl in forum Addon Payment Modules
    Replies: 25
    Last Post: 6 Feb 2019, 07:06 AM
  2. v155 Billplz Payment Gateway - Malaysia [Support Thread]
    By wanzulnet in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 25 Jul 2016, 01:03 AM
  3. v154 PagaMasTarde payment gateway support thread
    By afatsini-pmt in forum Addon Payment Modules
    Replies: 0
    Last Post: 19 Nov 2015, 01:17 PM
  4. v151 checkout page problem using eWAY-rapid payment module
    By tpeck in forum Addon Payment Modules
    Replies: 13
    Last Post: 27 Jun 2014, 09:39 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