subscription with three different price options
subscription with three different price options
Hi, what form should I use if I'm offering a membership subscription with three different price options (3 different fees)? I'm using PayPal.
Re: subscription with three different price options
Try this free script from PHPJabbers... Of course, your web server needs to support PHP in order to run the script.
See: https://www.phpjabbers.com/free-pricing ... nt-script/
See: https://www.phpjabbers.com/free-pricing ... nt-script/
Re: subscription with three different price options
Does wysiwygg or paypal have a form?MGD4me wrote: ↑Mon Jul 12, 2021 8:18 pm Try this free script from PHPJabbers... Of course, your web server needs to support PHP in order to run the script.
See: https://www.phpjabbers.com/free-pricing ... nt-script/
Re: subscription with three different price options
stevieb wrote: ↑Mon Jul 12, 2021 8:27 pmDoes wysiwygg or paypal have a form? I need a script for an annual subscriptionMGD4me wrote: ↑Mon Jul 12, 2021 8:18 pm Try this free script from PHPJabbers... Of course, your web server needs to support PHP in order to run the script.
See: https://www.phpjabbers.com/free-pricing ... nt-script/
Re: subscription with three different price options
I need a annual membership subscription form that does the following actions: a choice of one out of three price plans ($35 55 or 75) for one year also the customer's info (name, address, phone, etc.) also a comment box where the customer can input additional info.stevieb wrote: ↑Mon Jul 12, 2021 8:30 pmstevieb wrote: ↑Mon Jul 12, 2021 8:27 pmDoes wysiwygg or paypal have a form? I need a script for an annual subscriptionMGD4me wrote: ↑Mon Jul 12, 2021 8:18 pm Try this free script from PHPJabbers... Of course, your web server needs to support PHP in order to run the script.
See: https://www.phpjabbers.com/free-pricing ... nt-script/
Re: subscription with three different price options
Somehow, I think that part is just the tip of the iceberg...I need a annual membership subscription form that does the following actions: a choice of one out of three price plans ($35 55 or 75) for one year also the customer's info (name, address, phone, etc.) also a comment box where the customer can input additional info.
You can use WWB's built-in "form wizard" to enter, and collect the details you need. Store the results in an SQL database, for example. But, now what?
I'm sure you are going to want to review the stored data which will be accumulated over a period of days, or weeks, as membership renewals are received sporadically. Maybe you will need a "checklist" generated to see who hasn't paid, etc. And finally, a way to send a friendly "reminder" message to those who haven't paid after a certain "cut-off date".
If you have some basic scripting knowledge, this is quite possible, but everyone's "need" is always somewhat different. I suspect some custom coding will be required. The Subscription form is just one part.
Re: subscription with three different price options
thank youMGD4me wrote: ↑Mon Jul 12, 2021 10:13 pmSomehow, I think that part is just the tip of the iceberg...I need a annual membership subscription form that does the following actions: a choice of one out of three price plans ($35 55 or 75) for one year also the customer's info (name, address, phone, etc.) also a comment box where the customer can input additional info.
You can use WWB's built-in "form wizard" to enter, and collect the details you need. Store the results in an SQL database, for example. But, now what?
I'm sure you are going to want to review the stored data which will be accumulated over a period of days, or weeks, as membership renewals are received sporadically. Maybe you will need a "checklist" generated to see who hasn't paid, etc. And finally, a way to send a friendly "reminder" message to those who haven't paid after a certain "cut-off date".
If you have some basic scripting knowledge, this is quite possible, but everyone's "need" is always somewhat different. I suspect some custom coding will be required. The Subscription form is just one part.
- BaconFries
-
- Posts: 5640
- Joined: Thu Aug 16, 2007 7:32 pm
Re: subscription with three different price options
Yes and Yes. There is a PayPal Subscription button under Toolbox--> PayPal e-commerce. You can set the amount you wish to be collected as well as offering a trial and repeat subscription. You should also be able to add more than one so to be able to collect different amounts.Does wysiwygg or paypal have a form?
Adding a buyer comments or as it was called in PayPal "Notes" is no longer supported and is deprecated now. You can also create your own Subscription Button by visiting the following url https://developer.paypal.com/docs/paypa ... be-step-1/ but again as I previously mentioned adding a "Comments" or user "Notes" is deprecated.
See the following regarding (Notes)
https://www.paypal-community.com/t5/Pay ... -p/1156413
Deprecated Values (Notes)
https://developer.paypal.com/docs/paypa ... -variables