how to add Paypal buy buttons to items in aspx page

前端 未结 5 1465
春和景丽
春和景丽 2020-12-29 16:42

hi guys iam a newbie to paypal. i got a sandbox test item onpaypal and created an item Buy button which is embedded html code.. now whenever i insert the html code in aspx p

5条回答
  •  清酒与你
    2020-12-29 17:13

    An ASPX page is like a giant HTML form. You need to close the ASPX form before the PayPal button code starts.

    Like this:

    -- Page content
    -- button code

    You can also try creating the button as a URL and hyperlink to some text or an image on your site - you can still use the PayPal button image. When you're viewing the button code within PayPal there should be a tab above it labeled "E-mail". Click that and you'll get a URL - if you're creating buttons with a drop-down menu or text field you cannot turn the button into a URL.

提交回复
热议问题