iOS-Add To Cart not working removing target or adding _self
ToFlowerWallsCA
Contributor
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on
Jul-04-2020
01:39 PM
Hello, I need help with add to cart button from email. It's working for android but for iOS keep redirecting to the PayPal homepage.
I have removed target PayPal and tried adding _self for the target. Nothing is working.
Tried removing target, not working: <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
Added target _self, not working: <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_self">
Can someone kindly help, please? I'm losing customers it's frustrating.
Thank you 🙂
0 REPLIES 0

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
Related Content
- Error when launching PayPal Subscriptions "Please Try Again Later" in NVP/SOAP APIs
- Email confirmation in Sandbox Environment
- paypal.ApplePay().confirmOrder() returns applepay_payment_error. in SDKs
- IPN SHOWS NO HTTP RESPONSE - LISTENER WORKS WITH LOCAL FORM POST in Sandbox Environment
- Why am I not seeing HTTP responses for IPN? in Sandbox Environment