Results 1 to 10 of 13

Hybrid View

  1. #1
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: PayPal IPN vs. Express

    Quote Originally Posted by chris32882 View Post
    DrByte, what do you prefer
    The best choice is whichever works best to encourage your specific customers to complete checkout and payment.

    (I prefer Express myself because I find it more reliable, but that's just my opinion.)
    .

    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.

  2. #2
    Join Date
    Oct 2008
    Location
    Hornell, NY
    Posts
    334
    Plugin Contributions
    1

    Default Re: PayPal IPN vs. Express

    Yeah, thats what I am thinking as well, with Standard there is that issue with PayPal not notifying you of payment if they don't sign up, that can be troublesome

  3. #3
    Join Date
    Aug 2008
    Posts
    44
    Plugin Contributions
    0

    Default Re: PayPal IPN vs. Express

    Sorry to jump in on this, but it's raised some questions for me as well.

    Is this still a problem then with the PayPal Standard (IPN)?

    If the customer pays without making a PayPal account and declines the invitation to make one, your store sits in limbo and never gets the order (due to a bug in PayPal's logic, which they've not fixed yet).

    If so I guess I'll have to choose another option since PayPal Standard does not show detailed shop contents for the order, so I wouldn't know what was purchased.

    I don't like it that PayPal Express requires a customer to sign up for a PayPal account though, because a lot of my customers don't have PayPal accounts and I don't want to lose any old or new customers because of that requirement. Have any of you found this to be a problem?

    What about this: https://www.zen-cart.com/tutorials/i...hp?article=317

    PayPal has an "Account Optional" setting in your PayPal account Profile, under Payment Receiving Preferences. Ensure that it is on.

    ...

    Note that the PayPal Express Checkout product technically does not allow the option to make payment without having a PayPal account.


    By technically do you mean you can't do it even with the account optional setting selected?

    Thank you.

  4. #4
    Join Date
    Sep 2008
    Posts
    80
    Plugin Contributions
    0

    Default Re: PayPal IPN vs. Express

    I too am STILL totally confused. I've read all the tutorials and find myself still not sure what to do...

    I thought that with express your customers HAD to have an account...but I just tested it now and it seems that you don't have to have one as you have the option to continue payment. So then this means that express can do the same thing as standard, right? OK....

    Well NOW I want to have an authorize/capture on that account so that I have a chance to make sure I can get their order out to them in a timely manner before I charge their card. OK...so I found a thread on here that instructed you to enter

    Code:
    if (method_exists($this, '_doCapt') && (MODULE_PAYMENT_PAYPALWPP_TRANSACTION_MODE == 'Auth Only' || (isset($_GET['authcapt']) && $_GET['authcapt']=='on'))) $output .= $outputCapt;
    in the paypalwpp_admin_notification.php, which I did...and I just tested it and I see nothing different....and the payment was made without any authorization.....


    What am I missing????????

  5. #5
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: PayPal IPN vs. Express

    A "capture" option is pointless if you have the module set to "Capture" automatically. You need to set the module to use Authorize before the Capture option will appear.
    .

    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.

  6. #6
    Join Date
    Aug 2008
    Posts
    44
    Plugin Contributions
    0

    Default Re: PayPal IPN vs. Express

    Found the answer in this thread: http://www.zen-cart.com/forum/showthread.php?t=95586

 

 

Similar Threads

  1. v139h Paypal Websites Payment standard IPN VS Paypal Express Checkout
    By WiccanWitch420 in forum General Questions
    Replies: 1
    Last Post: 3 Dec 2013, 09:22 PM
  2. My Paypal IPN and Express NOT WORKING after Paypal Expansion
    By styledata in forum PayPal Express Checkout support
    Replies: 9
    Last Post: 29 Sep 2011, 02:11 AM
  3. I'm using PayPal Express and PayPal IPN, should I remove PayPal IPN?
    By tj1 in forum PayPal Express Checkout support
    Replies: 3
    Last Post: 3 Nov 2007, 05:20 AM
  4. What's the difference between PayPal IPN and PayPal Express?
    By taliesin in forum PayPal Express Checkout support
    Replies: 2
    Last Post: 11 Sep 2007, 05:38 PM
  5. PayPal Express Checkout module now recommended over PayPal IPN?
    By xscd in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 30 May 2007, 05:34 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