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
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.....Code:if (method_exists($this, '_doCapt') && (MODULE_PAYMENT_PAYPALWPP_TRANSACTION_MODE == 'Auth Only' || (isset($_GET['authcapt']) && $_GET['authcapt']=='on'))) $output .= $outputCapt;
What am I missing????????![]()



