![]() | | ||||||||
| | #1 |
| HyperActive Warrior War Room Member Join Date: Oct 2008 Location: Quebec, Canada
Posts: 260
Thanks: 10
Thanked 15 Times in 7 Posts
|
Hey guys, I'm just trying to figure out how to create a Free Trial of 7 days + a one time payment of 27$ for my actual WSO. There is 2 threads that are already talking about this, don't worry I know, but none of them are giving working answers. I tried 2 softwares, tried to work on Paypal for a couple of hours, but none of this is working. If someone could provide me a really working method or simply a link to modify or something like that so I can fix my WSO, it'd be really appreciated. Thanks! Jean-Michel |
| | |
| | #2 |
| HyperActive Warrior War Room Member Join Date: Oct 2008 Location: Quebec, Canada
Posts: 260
Thanks: 10
Thanked 15 Times in 7 Posts
|
Doesn't work. First of, the max billing cycle is 30 years and then when you create the link, it says that the link used is invalid.
|
| | |
| | #3 |
| Hyperactive Warrior Join Date: Nov 2008
Posts: 199
Thanks: 31
Thanked 9 Times in 9 Posts
|
Quite easy: Create a subscription button in your paypal account with number of periods as '1'. So it will be a lifetime subscription with only one payment. Add a 7 day trial to your subscription button. So a customer will signup without paying a dime, but if they don't cancel, they will be billed $27 after 7 days. And they will not be billed again. Please let me know if you need further instructions. |
| Article2Video.com - Convert any article to video & explode your website traffic Lifetime Recurring Commissions on new breakthrough video marketing tool. | |
| | |
| | #4 | |
| HyperActive Warrior War Room Member Join Date: Oct 2008 Location: Quebec, Canada
Posts: 260
Thanks: 10
Thanked 15 Times in 7 Posts
| Quote:
| |
| | |
| | #5 | |
| HyperActive Warrior War Room Member Join Date: Oct 2008 Location: Quebec, Canada
Posts: 260
Thanks: 10
Thanked 15 Times in 7 Posts
| Quote:
| |
| | |
| | #6 |
| HyperActive Warrior War Room Member Join Date: Oct 2008 Location: Quebec, Canada
Posts: 260
Thanks: 10
Thanked 15 Times in 7 Posts
|
Thanks for your help Razer, I'm not intending to run a membership site, I'm offering a free trial for my WSO, nothing more! Your solution is not bad but it's still not what I need I know some people here are offering what I want to do, maybe some of them will be willing to give me an answer.Thank you! |
| | |
| | #7 |
| Hyperactive Warrior Join Date: Nov 2008
Posts: 199
Thanks: 31
Thanked 9 Times in 9 Posts
|
Select 2 and get your button code. Modify the associated param to 1 manually and use that button. or Refer to this thread: Setup a 7 Day Free trial in Paypal? |
| Article2Video.com - Convert any article to video & explode your website traffic Lifetime Recurring Commissions on new breakthrough video marketing tool. | |
| | |
| | #8 |
| Senior Warrior Member War Room Member Join Date: Jan 2006 Location: Alabama, USA.
Posts: 2,603
Blog Entries: 2 Thanks: 103
Thanked 412 Times in 164 Posts
|
Try this: Code: <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="put your email address here"> <input type="hidden" name="item_name" value="put product name here"> <input type="hidden" name="item_number" value="put your item number here"> <input type="hidden" name="no_shipping" value="1"> <input type="hidden" name="return" value="put return url here"> <input type="hidden" name="cancel_return" value="put cancel url here"> <input type="hidden" name="no_note" value="1"> <input type="hidden" name="currency_code" value="USD"> <input type="hidden" name="bn" value="PP-SubscriptionsBF"> <input type="hidden" name="a1" value="0.00"> <input type="hidden" name="p1" value="7"> <input type="hidden" name="t1" value="D"> <input type="hidden" name="a3" value="7.00"> <input type="hidden" name="p3" value="1"> <input type="hidden" name="t3" value="M"> <input type="hidden" name="sra" value="1"> <input type="hidden" name="rm" value="2"> <input type="image" src="paypal_buynow.gif"> <input type="hidden" name="usr_manage" value="0"> </form> |
| | |
| | #9 | |
| Hyperactive Warrior Join Date: Nov 2008
Posts: 199
Thanks: 31
Thanked 9 Times in 9 Posts
| Quote:
Fixed the link OK | |
| Article2Video.com - Convert any article to video & explode your website traffic Lifetime Recurring Commissions on new breakthrough video marketing tool. | ||
| | |
| | #10 |
| HyperActive Warrior War Room Member Join Date: Oct 2008 Location: Quebec, Canada
Posts: 260
Thanks: 10
Thanked 15 Times in 7 Posts
| |
| | |
| | #11 | |
| HyperActive Warrior War Room Member Join Date: Oct 2008 Location: Quebec, Canada
Posts: 260
Thanks: 10
Thanked 15 Times in 7 Posts
| Quote:
I'll try this right now, is there a way to make it a link instead of a button? | |
| | |
| | #12 | |
| HyperActive Warrior War Room Member Join Date: Oct 2008 Location: Quebec, Canada
Posts: 260
Thanks: 10
Thanked 15 Times in 7 Posts
| Quote:
| |
| | |
| | #13 | |
| Senior Warrior Member War Room Member Join Date: Jan 2006 Location: Alabama, USA.
Posts: 2,603
Blog Entries: 2 Thanks: 103
Thanked 412 Times in 164 Posts
|
The code above should work fine. It's the code that I use in Simple Member Pro and I did test it through the script before I posted it. Quote:
| |
| | |
| | #14 |
| HyperActive Warrior War Room Member Join Date: Oct 2008 Location: Quebec, Canada
Posts: 260
Thanks: 10
Thanked 15 Times in 7 Posts
| |
| | |
| | #15 |
| Senior Warrior Member War Room Member Join Date: Jan 2006 Location: Alabama, USA.
Posts: 2,603
Blog Entries: 2 Thanks: 103
Thanked 412 Times in 164 Posts
|
Text link: Code: <a href=https://www.paypal.com/subscriptions/business=youremailaddress@here.com&item_name=youritemnamehere&item_number= youritemnumberhere&no_shipping=1&return=yourreturnurlhere&no_note=1&a1=0.00&p1=1&t1=W&a3=27.00&p3=1&t3=Y&sra=1&no_no te=1&usr_manage=1>Buy Now</a> |
| | |
| | #16 | |
| HyperActive Warrior War Room Member Join Date: Oct 2008 Location: Quebec, Canada
Posts: 260
Thanks: 10
Thanked 15 Times in 7 Posts
| Quote:
Thank you Johnny!
| |
| | |
| | #17 |
| On A Backlinking Journey War Room Member Join Date: Jul 2008 Location: London/Sofia
Posts: 815
Blog Entries: 3 Thanks: 417
Thanked 760 Times in 170 Posts
|
Chad Kimball runs WSOs like this (I bought one from him) and if you PM him, I'm sure he'll help you. He's one of the good guys. Best of luck! |
| | |
| | |
![]() |
|
| Tags |
| create, free, payment, paypal, time, trial |
| Thread Tools | |
| |
![]() |