description

Showcase 3 different pricing plans on your website and allow your customers to sign up for their preferred one. Each registration made is stored in a MySQL database so that you can track all customer data.

PayPal subscription payment is automatically enabled for your clients so once they sign up, you can expect their monthly online payments.

By editing a simple HTML code you can change the 3 plans - their names, price per month, and description.

download

To download Pricing Plans and Subscription Payment Script for FREE you need to login your account.

how to install

Using this monthly subscription sign-up free script on your website is pretty easy:

1) download the script, unzip all files and them into a folder on your website.

2) Edit config.php file and MySQL login details:

$SETTINGS["hostname"]='localhost';
$SETTINGS["mysql_user"]='REPLACE';
$SETTINGS["mysql_pass"]='REPLACE';
$SETTINGS["mysql_database"]='REPLACE';

also set your PayPal address, where subscription fees will be paid
$SETTINGS["paypal_address"]='[email protected]';

3) open database.sql and import all MySQL queries in your database. MySQL table named "registrations" will be created where subscribers data will be saved.

4) finally, open sign-up.php using your browser and test the subscription and payment.


Want to customize the subscription plans?

- Open sign-up.php and edit the HTML code for the pricing plans boxes.

- There is a "Sign Up" button for each plan defined like this:

<a class="popup-with-zoom-anim" data-plan="basic" data-price="5.00" href="#small-dialog">Sign Up</a>

You can change the data-price attribute so it holds the price you want to set for each particular plan.

- All styles and colours can be edited via the style.css file located in /css/ folder.

If you need help configuring up the script, use the comments form below to send your requirements!
6 Comments to "Pricing Plans and Subscription Payment Script"
  • afras khan

    afras khan

    October 25, 2018 at 13:01 pm

    I would like to change the type of currency. How do i change Dollar to Indian Rupee

  • Larry Fleisch

    Larry Fleisch

    August 10, 2018 at 16:32 pm

    Can the Pricing Plans And Subscription Payment Script
    use more than 3 payment plans?

  • Umar Syed

    Umar Syed

    July 26, 2018 at 09:51 am

    Plzz send me Script

  • USboxx

    USboxx

    July 2, 2018 at 12:49 pm

    Hi
    Thanks alot
    i want to fix price one time fee buy now only i have this price for example 75$ + 11$ Service and activations
    total 81$

  • Jack

    Jack

    October 3, 2017 at 23:38 pm

    Is it possible to get the users who have signed up for the plans and show it in an administration panel some sort? thanks

Add your comment

Captcha