.
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.
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
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.
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????????![]()
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.
Found the answer in this thread: http://www.zen-cart.com/forum/showthread.php?t=95586