Search for:
Jump to: 
Your Ad Here
Post new topic Reply to topic
Author Message
 Post subject: HTML Code for a Subscriptions Button
PostPosted: Fri Mar 25, 2011 2:48 am 
Offline

Joined: Mon Jul 12, 2010 9:25 am
Posts: 155
Hi,
Here is the code for Subscription buttton in paypal.
Using this, user will be taken to paypal site where transaction takes place



<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick-subscriptions">
<input type="hidden" name="business" value="nora@paypal.com">
<input type="hidden" name="item_name" value="Baseball Hat Monthly">
<input type="hidden" name="item_number" value="123">
<input type="hidden" name="image_url"
value="https://www.yoursite.com/logo.gif">
<input type="hidden" name="no_shipping" value="1">
<input type="hidden" name="return"
value="http://www.yoursite.com/thankyou.htm">
<input type="hidden" name="cancel_return"
value="http://www.yoursite.com/cancel.htm">
<input type="hidden" name="a1" value="0">
<input type="hidden" name="p1" value="1">
<input type="hidden" name="t1" value="W">
<input type="hidden" name="a2" value="5.00">
<input type="hidden" name="p2" value="2">
<input type="hidden" name="t2" value="M">
<input type="hidden" name="a3" value="50.00">
<input type="hidden" name=â€


Top
 Profile  
 
 Post subject: Re: HTML Code for a Subscriptions Button
PostPosted: Sun Feb 26, 2012 8:29 am 
Offline

Joined: Sun Feb 26, 2012 7:36 am
Posts: 6
Got a single ASP.NET Server control will do everything to integrate PayPal payment to your ASP.NET Website once you simply drag and drop the control to your aspx page. It is ASP.NET PayPal Control for Website Payments Standard. Very easy to use. Rich design time wizard and strong set of API to customize programmatically. Encrypted Website Payments Button can be generated on the fly. Not only that, the control can capture IPN/PDT and fire IPN server side events where all IPN data is available from it's event argument object. Same for PDT.

_________________
Acoustic foam|acoustic curtains|Acoustic wall panels


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic    [ 2 posts ] 

1, 2, 3, 4, 5 ... 413
Recent topics  Replies   Views   Last post 
No new posts Ecommerce website development and website Design

by iweballey » Fri May 17, 2013 7:15 am in PHP-Code Help

0

153

Fri May 17, 2013 7:15 am

iweballey View the latest post

No new posts How to upgrade and migrate Joomal site

by mallikharjuna rao » Mon Jan 21, 2013 1:40 pm in Joomla

1

344

Thu May 16, 2013 9:53 am

sunitha12 View the latest post

No new posts Benefits of PHP

by hirephpexpert » Fri Sep 07, 2012 4:41 am in CakePHP

6

1574

Wed May 15, 2013 6:25 am

PrettyPrincesG View the latest post

No new posts How to stop user from getting registered in Joomla

by mallikharjuna rao » Tue Jan 22, 2013 5:16 am in Joomla

3

1489

Wed May 15, 2013 6:17 am

PrettyPrincesG View the latest post

No new posts How to write a query in social engine

by fathima_sony » Tue Sep 06, 2011 12:34 pm in Others

2

1756

Tue May 14, 2013 12:09 pm

sanath123 View the latest post


Your Ad Here