Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 41
  1. #21
    Join Date
    Apr 2016
    Posts
    18
    Plugin Contributions
    0

    Default Re: eWAY Payment Gateway - Rapid 3.0 API

    I've tried both eWay shared and redirect but It seems that 80% of orders although processed successfully don't redirect to the checkout confirmation page and the order isn't logged in Zen Cart.

    Has anyone experienced something similar and what was the cause?

  2. #22
    Join Date
    Feb 2010
    Location
    New South Wales, Australia
    Posts
    228
    Plugin Contributions
    0

    Default Re: eWAY Payment Gateway - Rapid 3.0 API

    Quote Originally Posted by ivopivo View Post
    I've tried both eWay shared and redirect but It seems that 80% of orders although processed successfully don't redirect to the checkout confirmation page and the order isn't logged in Zen Cart.

    Has anyone experienced something similar and what was the cause?
    I've had the same thing happen a few times. It was usually when the customer had entered the CR number wrong a couple of times. Don't know a fix though sorry.

  3. #23
    Join Date
    Apr 2016
    Posts
    18
    Plugin Contributions
    0

    Default Re: eWAY Payment Gateway - Rapid 3.0 API

    Quote Originally Posted by robbie269 View Post
    I've had the same thing happen a few times. It was usually when the customer had entered the CR number wrong a couple of times. Don't know a fix though sorry.
    Yeah I noticed that too. If you leave spaces in the numbers, it won't give an error, just redirect to the main page. Seems like a very "raw" module. Would have thought eWay would have made more of an effort. Guessing they don't have many Zen Cart users.

  4. #24
    Join Date
    Feb 2010
    Location
    New South Wales, Australia
    Posts
    228
    Plugin Contributions
    0

    Default Re: eWAY Payment Gateway - Rapid 3.0 API

    Quote Originally Posted by ivopivo View Post
    Seems like a very "raw" module. Would have thought eWay would have made more of an effort. Guessing they don't have many Zen Cart users.
    I've had people put in two payments for one order a few times too. It happens when they hit the button twice. Module needs a wait wheel so that people know to wait!

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

    Default Re: eWAY Payment Gateway - Rapid 3.0 API

    Quote Originally Posted by ivopivo View Post
    I've tried both eWay shared and redirect but It seems that 80% of orders although processed successfully don't redirect to the checkout confirmation page and the order isn't logged in Zen Cart.

    Has anyone experienced something similar and what was the cause?
    Have used eWay now for some months, never had this happening.

  6. #26
    Join Date
    Feb 2010
    Location
    New South Wales, Australia
    Posts
    228
    Plugin Contributions
    0

    Default Re: eWAY Payment Gateway - Rapid 3.0 API

    Quote Originally Posted by frank18 View Post
    Have used eWay now for some months, never had this happening.
    It doesn't happen very often. I've been using it for just over 2 years and it has maybe happened 3 times. Only customers that repeatedly put in the wrong number or number format. I think Zencart only gives you so many tries and maybe Eway gives you more??

  7. #27
    Join Date
    Apr 2016
    Posts
    18
    Plugin Contributions
    0

    Default Re: eWAY Payment Gateway - Rapid 3.0 API

    Quote Originally Posted by frank18 View Post
    Have used eWay now for some months, never had this happening.
    Shared or transparent redirect?

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

    Default Re: eWAY Payment Gateway - Rapid 3.0 API

    Quote Originally Posted by robbie269 View Post
    I've had people put in two payments for one order a few times too. It happens when they hit the button twice. Module needs a wait wheel so that people know to wait!
    Happened to me once (customer hit the button twice) and implemented this (wait wheel or similar) in a 1.5.4 store.

    Found an animated "We are processing your payment.... Please Wait" image in a Google image search (use whatever suits you but observe the Copyright notice). Named that image processing_animation.gif and placed it into the /images folder for use with any template.

    Then open includes/templates/YOUR_TEMPLATE/templates/tpl_checkout_confirmation_default.php - scroll to the bottom of the file and find

    PHP Code:
    <?php 
      
    echo zen_draw_form('checkout_confirmation'$form_action_url'post''id="checkout_confirmation" onsubmit="submitonce();"'); 
     
      if (
    is_array($payment_modules->modules)) { 
        echo 
    $payment_modules->process_button(); 
      } 
    ?> 
    <div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_CONFIRM_ORDERBUTTON_CONFIRM_ORDER_ALT'name="btn_submit" id="btn_submit"') ;?></div> 
    </form> 
    <div class="buttonRow back"><?php echo TITLE_CONTINUE_CHECKOUT_PROCEDURE '<br />' TEXT_CONTINUE_CHECKOUT_PROCEDURE?></div>
    change to

    PHP Code:
    <?php 
      
    echo zen_draw_form('checkout_confirmation'$form_action_url'post''id="checkout_confirmation" onsubmit="submitonce();"'); 
     
      if (
    is_array($payment_modules->modules)) { 
        echo 
    $payment_modules->process_button();   
      }     
    ?> 
    <div class="centeredContent"><img id="actionImg" src = "images/processing_animation.gif" class="hiddenField" /></div> 
    <div class="buttonRow forward"><?php echo zen_image_submit(BUTTON_IMAGE_CONFIRM_ORDERBUTTON_CONFIRM_ORDER_ALT'name="btn_submit" id="btn_submit"') ;?><br /><?php echo '<b>Press ONLY ONCE ....</b>';?></div> 
    </form> 
    <div class="buttonRow back"><?php echo TITLE_CONTINUE_CHECKOUT_PROCEDURE '<br />' TEXT_CONTINUE_CHECKOUT_PROCEDURE?></div>
    That image also shows up for other payment modules (eg PayPal ... slow response etc) - never had this issue ever since.

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

    Default Re: eWAY Payment Gateway - Rapid 3.0 API

    Quote Originally Posted by ivopivo View Post
    Shared or transparent redirect?

    redirect

  10. #30
    Join Date
    Apr 2016
    Posts
    18
    Plugin Contributions
    0

    Default Re: eWAY Payment Gateway - Rapid 3.0 API

    Quote Originally Posted by frank18 View Post
    redirect
    Ironically, the change you posted above has it working now (at least in sandbox mode)

 

 
Page 3 of 5 FirstFirst 12345 LastLast

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

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR