Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jan 06, 2013 08:53 AM by cms9651
Member
175 Points
573 Posts
Jan 05, 2013 07:33 PM|LINK
hi there, I need your help.
this is version asp 3.0 classic of paypal button, as it can be adapted to asp net c# ?
this code in asp net page not working because the form not call the page https://www.paypal.com/cgi-bin/webscr
thank you
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_donations"> <input type="hidden" name="business" value="XXX@XXX.com"> <input type="hidden" name="lc" value="IT"> <input type="hidden" name="item_name" value="X"> <input type="hidden" name="currency_code" value="EUR"> <input type="hidden" name="bn" value="PP-DonationsBF:btn_donateCC_LG.gif:NonHostedGuest"> <p align="center" style="margin-top: 0; margin-bottom: 0"> <input type="image" src="https://www.paypal.com/es_ES/i/bnr/bnr_nowAccepting_150x40.gif" border="0" name="submit" alt="XXX"> <img alt="" border="0" src="https://www.paypal.com/it_IT/i/scr/pixel.gif" width="1" height="1">
All-Star
118619 Points
18779 Posts
Jan 06, 2013 07:17 AM|LINK
Hello,
Asp is quite different from asp.net,but you can just deploy this to IIS to publish your web page of asp.
For more in fact about asp,you can ask the question here:
Classic ASP
Jan 06, 2013 08:53 AM|LINK
thank you, I find the solution in google:
PayPal Button Placed within the ASP.NET Form
http://www.blackbeltcoder.com/Articles/ecommerce/quick-and-dirty-buy-now-buttons-in-asp-net
cms9651
Member
175 Points
573 Posts
Paypal button
Jan 05, 2013 07:33 PM|LINK
hi there, I need your help.
this is version asp 3.0 classic of paypal button, as it can be adapted to asp net c# ?
this code in asp net page not working because the form not call the page https://www.paypal.com/cgi-bin/webscr
thank you
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_donations"> <input type="hidden" name="business" value="XXX@XXX.com"> <input type="hidden" name="lc" value="IT"> <input type="hidden" name="item_name" value="X"> <input type="hidden" name="currency_code" value="EUR"> <input type="hidden" name="bn" value="PP-DonationsBF:btn_donateCC_LG.gif:NonHostedGuest"> <p align="center" style="margin-top: 0; margin-bottom: 0"> <input type="image" src="https://www.paypal.com/es_ES/i/bnr/bnr_nowAccepting_150x40.gif" border="0" name="submit" alt="XXX"> <img alt="" border="0" src="https://www.paypal.com/it_IT/i/scr/pixel.gif" width="1" height="1">Decker Dong ...
All-Star
118619 Points
18779 Posts
Re: Paypal button
Jan 06, 2013 07:17 AM|LINK
Hello,
Asp is quite different from asp.net,but you can just deploy this to IIS to publish your web page of asp.
For more in fact about asp,you can ask the question here:
Classic ASP
cms9651
Member
175 Points
573 Posts
Re: Paypal button
Jan 06, 2013 08:53 AM|LINK
thank you, I find the solution in google:
PayPal Button Placed within the ASP.NET Form
http://www.blackbeltcoder.com/Articles/ecommerce/quick-and-dirty-buy-now-buttons-in-asp-net