Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13
  1. #11
    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????????

  2. #12
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    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.

  3. #13
    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

 

 
Page 2 of 2 FirstFirst 12

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