Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Jan 2009
    Posts
    2,076
    Plugin Contributions
    0

    bug HELP!!! Paypal Express Checkout Failure Error (turns out to be Google Checkout prob)

    I've finally gotten to the bottom of all my bailed carts! A customer contacted me and has been working with me to identify a strange error that's occurring AFTER they've logged into Paypal.

    She adds something to her cart, then clicks the big yellow Paypal express button and logs into Paypal. Everything seems to be going well but when she clicks on the confirm button from Paypal, she get an IE style popup saying:

    "Errors have occured during the processing of your order.
    Please make the following corrections
    *Please select a payment method for your order"

    Does anyone have any idea what can be causing such a strange error? This has definitely cost me an awful lot of sales. I reckon I get at least three bailed carts a day and when I check on SuperTracker, their landing page has been the checkout page! From what I can see on SuperTracker, customers are trying to checkout, failing, logging in to try again and it's failing again so they bail!

    This is probably costing me about £150 a day which I could really, really use..... does anyone have any idea what can be causing this? Please?

  2. #2
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,860
    Plugin Contributions
    2

    Default Re: HELP!!! Paypal Express Checkout Failure Error

    Dezina ZenCart Templates
    Please do not PM for support queries..Post in forums..help others

  3. #3
    Join Date
    Jan 2009
    Posts
    2,076
    Plugin Contributions
    0

    Default Re: HELP!!! Paypal Express Checkout Failure Error

    Thanks, I've made those two changes... Don't have a clue if they'll work as I sort of need another Paypal account to test it with :-(

  4. #4
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,860
    Plugin Contributions
    2

    Default Re: HELP!!! Paypal Express Checkout Failure Error

    Quote Originally Posted by limelites View Post
    Thanks, I've made those two changes... Don't have a clue if they'll work as I sort of need another Paypal account to test it with :-(
    Possible to have 2 paypal accounts, one personal, one business...
    If you want me to test, create a test product for 5p, send me
    pm with details...
    Dezina ZenCart Templates
    Please do not PM for support queries..Post in forums..help others

  5. #5
    Join Date
    Jan 2009
    Posts
    2,076
    Plugin Contributions
    0

    Default Re: HELP!!! Paypal Express Checkout Failure Error

    I managed to sort this out, thanks to the wonder of user s_t_e_v_e

    I deleted this line from checkout_split.php

    <?php echo zen_draw_form('shipping', zen_href_link(FILENAME_CHECKOUT, '', 'SSL')) ?>

    then edited checkout_default.php; changing the following line;

    <?php echo zen_draw_form('checkout_payment', $form_action_url, 'post', 'id="checkout" onsubmit="return check_form();"'); ?>

    to;

    <?php echo zen_draw_form('checkout_payment', $form_action_url, 'post', 'id="checkout" '); ?>

    then towards the bottom I found;

    include(DIR_WS_MODULES . 'show_google_components.php');

    and changed to;

    // include(DIR_WS_MODULES . 'show_google_components.php');

    the 2 slashes stop the Google bit loading... a temporary fix... but it's working a treat and I still see the Google bit loading

  6. #6
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,860
    Plugin Contributions
    2

    Default Re: HELP!!! Paypal Express Checkout Failure Error

    Pleased to hear problem sorted...
    Dezina ZenCart Templates
    Please do not PM for support queries..Post in forums..help others

  7. #7
    Join Date
    Jan 2009
    Posts
    2,076
    Plugin Contributions
    0

    Default Re: HELP!!! Paypal Express Checkout Failure Error

    Yes, likewise... It's already creating extra sales through Paypal :-)

    You're an early bird Misty!!

  8. #8
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,860
    Plugin Contributions
    2

    Default Re: HELP!!! Paypal Express Checkout Failure Error

    You're an early bird Misty!!
    Yes, doggies going early walks...you up early too tho'
    or you have not been to bed yet?
    Dezina ZenCart Templates
    Please do not PM for support queries..Post in forums..help others

  9. #9
    Join Date
    Jan 2009
    Posts
    2,076
    Plugin Contributions
    0

    Default Re: HELP!!! Paypal Express Checkout Failure Error

    Yea, I've been to bed, went early last night about 12:30's early for me :-) Been up since 5:00 as I woke up with the sun feeling fresh :-)

    Good news that the Paypal Checkout works as it sure does explain why I was getting so many bailed carts. Paypal sale already this morning, so it's definitely making a difference already.

    Just need to figure out how I can have the GC button on the last page of my checkout now. We had to comment it out to get Paypal working you see.

  10. #10
    Join Date
    Jan 2004
    Posts
    58,246
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: HELP!!! Paypal Express Checkout Failure Error

    Thanks for confirming that your payment problems were a result of a bad Google Checkout module, and not related to PayPal.
    .

    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.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. paypal express checkout error
    By keystonewebworks in forum General Questions
    Replies: 1
    Last Post: 16 Mar 2008, 05:26 AM
  2. How do I get PayPal Express and Google Checkout without split log in?
    By tj1 in forum PayPal Express Checkout support
    Replies: 0
    Last Post: 2 Nov 2007, 06:40 AM
  3. Paypal Express & Google Checkout
    By TurtleDove in forum PayPal Express Checkout support
    Replies: 2
    Last Post: 14 Jun 2007, 12:04 PM
  4. Paypal Express checkout don't show button after installing Google Checkout
    By jgarabot in forum PayPal Express Checkout support
    Replies: 9
    Last Post: 2 Apr 2007, 07:59 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
  •