Need help making checkout process for my HTML website

Discussion in 'HTML & Website Design' started by nursedaisy, Jul 4, 2013.

  1. #1
    Ok here is what I need:

    I will be buying this theme:

    http://themes.jozoor.com/invention/dark/index.html

    I will be offering recurring services: Bronze, Silver and Gold packages.

    I also want to give the customer option to pay monthly or pay the whole year at a discount which is recurring.

    Here is what I want my checkout process to look like:

    Packages:
    https://teamtreehouse.com/subscribe/plans

    Checkout Process: (where they choose to pay monthly or yearly)
    https://teamtreehouse.com/subscribe/new?plan=3

    I also need this to be connected to my paypal pro account.

    Do i need to purchase anything extra for this to be possible? like whmcs or something like that? Please let me know. I am new to this web design stuff.


    P.S: sorry for bad english

    Best Regards,
    Daisy
     
    nursedaisy, Jul 4, 2013 IP
  2. ekim941

    ekim941 Member

    Messages:
    74
    Likes Received:
    7
    Best Answers:
    7
    Trophy Points:
    33
    #2
    You don't have to "purchase" anything else for this to be possible but you will have to learn some php or hire someone who knows php.
    You can set up PayPal subscription buttons to do the recursive billing and you will need to set up an IPN (Instant Payment Notification) script to let your site know that the payment has gone through each billing cycle.
    You can have the IPN script send you an email but a better approach would be to have a MySQL database that is updated when the IPN receives a payment.
     
    ekim941, Jul 7, 2013 IP
  3. jackburd

    jackburd Active Member

    Messages:
    396
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    73
    #3
    You can get the paypal code buttons for checkout and more and paste it in your static HTML website. But functions are limited.
     
    jackburd, Jul 11, 2013 IP