Paypal html form - how to go to advanced checkout page

I have an html payment form for standard donation platforms that prepolves some form data (eg name, address, phone number) and sends it to the Classic paypal check-out page .

The form begins like this:

<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_donations">

      

The question is how to make the html form on the Advanced Paypal Checkout page more modern and functional.

+3


source to share


1 answer


Donations and subscriptions do not have an "enhanced checkout page" at this time.

Only buy now, add to cart, download _Cart and pay express payment, use the advanced checkout page.



Sorry to carry bad news. However, you can easily change the Buy Now button image to use the donation button image and simply direct them to the Buy Now page, which uses the "advanced checkout pages". *

* Be aware that your checkout page will now be written as a purchase (as this is the PayPal buy now page)

+3


source







All Articles