Results 1 to 10 of 22

Hybrid View

  1. #1
    Join Date
    Jun 2011
    Posts
    145
    Plugin Contributions
    0

    Default Just contacted Paypal and they say do this....

    Hi all,
    I had a big problem with Paypal and my site where customers would order from my site and go to pay now in Paypal and they would keep looping back and forth from the Paypal site and mine.
    I contacted Paypal and they sent this response:

    "Hi Nic,

    Your shopping cart has Express Checkout set to send the buyer to PayPal to choose a funding source and shipping address. The continue button should take them back to your web site were they can complete the payment. If your shopping cart allows you to edit the redirect URL you can change this behavior by adding useraction=commit in the redirect URL. When useraction=commit is in the redirect URL the buyer will login to their account pick a funding source and shipping address. The button will no longer say continue it will say Pay Now. This will process the payment and then use the return URL to send them back to your thank you page/return url.

    Redirect URL before editing
    https://www.paypal.com/cgi-bin/webscr?cmd=_express-checkout&token=<TOKEN>

    After editing
    https://www.paypal.com/cgi-bin/webscr?cmd=_express-checkout&useraction=commit&token=<TOKEN>

    Remember, if you need help getting started, contact Merchant Technical Services toll free: 1-800-852-1973 (8AM-9PM CST M-F) or go to https://paypal.com/integration

    Thank you for choosing PayPal, I wish you the best with your future transactions.


    Sincerely,
    Virgil
    Merchant Technical Support
    PayPal, an eBay Company "

    Now, can anyone tell me how to do what they ask me to do please
    Thank you
    Nic.

  2. #2
    Join Date
    Jan 2004
    Posts
    66,445
    Plugin Contributions
    81

    Default Re: Just contacted Paypal and they say do this....

    Zen Cart already sets the correct useraction when the customer has gone through the required steps. There's no need to edit the code to add "commit", as it already does that now.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    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.

  3. #3
    Join Date
    Jun 2011
    Posts
    145
    Plugin Contributions
    0

    Default Re: Just contacted Paypal and they say do this....

    Thanks Dr Byte for replying.
    What should i do if the code they give me is already doing the correct thing?
    Thanks
    Nic

  4. #4
    Join Date
    Jan 2004
    Posts
    66,445
    Plugin Contributions
    81

    Default Re: Getting errors from IE from customers..

    [short rant]
    I've merged your new thread which contains little useful information other than a dialog you had with a PayPal tech person, to combine it with the other information already in this present thread.
    Starting new threads which contain none of the history just annoys those of us who offer our time to troubleshoot problems. Please keep that in mind for the future.
    [/end rant]

    Also, when you write your next reply, or any new post for that matter, ensure that you've read and included answers to the "Posting Tips" section of the screen so that we have a proper context of information related to what we're dealing with on your site. Things like version numbers and lists of addons are extremely important pieces of information. We'll need that to provide further help.

    Additionally, in reviewing your forum posts for the last 2 months, it appears you've been making all kinds of alterations to your site, some unrelated to checkout, and several which could affect checkout.

    - worldpay callback problems
    - dual pricing mod alterations
    - missing fields in your database, at least in the address_book, for no explainable reason
    - people abandoning orders for multiple reasons, not just because of PayPal problems
    - mods broke the proper display of things like model number from your site
    - mods broke proper functionality of reviews feature
    - back-button problems
    - various problems caused by Simple SEO URL add-on
    - language file alterations have caused page headings to not function properly
    - security errors on your pages related to SSL cert messages being triggered by addons and their images or javascripts

    And this thread here includes a very teensy tiny little reference to a statement that indicated you've added an addon on your site which allows customers to checkout as guest.

    All kinds of things in this list could interfere with the normal operation of checkout. The first, which are the usual, suspects in my crosshairs would be both your allow-checkout-as-guest addon and your simple-seo addon. Both those kinds of mods have track records of causing myriad unexplained problems in checkout.


    A little background to explain some of what you're seeing ...
    Your dialog with PayPal, and your explanation of the steps to recreate the problem, show that you're missing some understanding of how the Express Checkout module works. And, that's totally understandable, because most don't understand all the methods that it uses nor the ways it presents itself to customers. And, I'm not particularly interested in rewriting their 300-page manual here either.
    In short there are two approaches:
    - Shortcut button on shopping cart page
    - Payment radio button on checkout-payment page
    If the customer chooses the "Shortcut" button from the shopping cart page, they're immediately taken to the Paypal site to login and/or provide credit card information. At that point they click a "CONTINUE" button (not a "Pay Now" button). Then they're immediately returned to your store to select their shipping options and review the final price including shipping and taxes, and click Confirm on YOUR site, which then charges their PayPal account and completes the order.
    If they choose the regular checkout button on your site, and select PayPal from the checkout-payment after already selecting their shipping options, then they're presented with their final price including shipping and taxes, and a continue button on YOUR site, which then takes them to the PayPal site where they login, provide a payment funding choice, and then click the "Pay Now" button to charge their account before returning to your site's "Success" page.

    So, the PayPal rep was talking about that "Pay Now" vs "Continue" button allegedly not looking the way you expected it to. There's only two ways that could happen:
    a) the scenario you were describing isn't what they thought you were talking about
    b) your site's checkout code has been altered such that it thinks the customer is in the wrong mode and is thus presenting the wrong button
    and, okay, there's a third:
    c) a third option would be that some other customisation on your site is interfering with normal operation and the validations of information exchanged from Paypal back to your store are failing, causing your store to send the customer back through checkout to provide accurate or validatable information.

    If you were to set up a brand new clean install of Zen Cart in a new folder and a new database, and only add Express Checkout as a payment choice, and complete a transaction, I imagine it will work properly (else we'd be having hundreds of thousands of complaints about it each day). This leads me to further suspect addons or customisations as the culprits. Determining which one, or combination of them, is a matter of trial and error, which only you can do, generally by then slowly recustomising the new testing site to match the live one, and testing regularly, until it breaks. And then taking appropriate action.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    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.

  5. #5
    Join Date
    Jun 2011
    Posts
    145
    Plugin Contributions
    0

    Default Re: Getting errors from IE from customers..

    Thank you DrByte, your time is appreciated.
    I will take the necessary steps to try to resolve this issue.
    Thank you for your reply and the time to do this.
    You are correct, i do not fully understand the way it all "works", my site was not made by myself, nor was the add ons put in by me (well apart from a few easy ones).
    This is why i have tried to get help from Odesk, which at the moment, one guy is doing as you said, trying a clean install for me.
    I will keep you posted.
    Thank you
    Nic.

  6. #6
    Join Date
    Jun 2011
    Posts
    145
    Plugin Contributions
    0

    Default Re: Getting errors from IE from customers..

    The mods can now close this thread if they feel it's necessary as i have rectified the problem now.
    Thankyou to Nigel and Drbyte for their assistance.
    Nic.

 

 

Similar Threads

  1. Displaying Errors from Paypal to customers
    By Kamino84 in forum PayPal Express Checkout support
    Replies: 19
    Last Post: 20 Jan 2011, 10:10 PM
  2. I'm getting 2 errors from Paypal Express
    By LisaVB in forum PayPal Express Checkout support
    Replies: 6
    Last Post: 29 Oct 2010, 09:34 PM
  3. Getting errors trying to move files from redirect
    By zzzoom in forum General Questions
    Replies: 7
    Last Post: 14 Feb 2008, 03:11 AM
  4. getting payment from customers
    By barduck in forum Basic Configuration
    Replies: 2
    Last Post: 24 Apr 2007, 05:29 PM
  5. getting errors from ot_tax.php
    By mohinder in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 10
    Last Post: 23 Apr 2007, 10:16 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