Need help to Integrate Stripe checkout

Discussion in 'PHP' started by xtra-person-11, Jul 30, 2013.

  1. #1
    How to integrate stripe checkout on my wordpress. I am not php expert. Please help me out.


    Below are the testing code:

    <form action="" method="POST"> <script src="https://checkout.stripe.com/v2/checkout.js" class="stripe-button" data-key="pk_test_A4uPf8fTV1SqNWIcd6NcIKHw" data-amount="2000" data-name="Demo Site" data-description="2 widgets ($20.00)" data-image="/128x128.png"></script> </form>
     
    xtra-person-11, Jul 30, 2013 IP
  2. Sano000

    Sano000 Active Member

    Messages:
    52
    Likes Received:
    4
    Best Answers:
    5
    Trophy Points:
    53
    #2
    Use http://wordpress.org/plugins/shortcoder/ plugin. Just add the html code as shortcode and use it on a page.
     
    Sano000, Jul 30, 2013 IP
  3. xtra-person-11

    xtra-person-11 Active Member

    Messages:
    402
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #3
    I am having a plan page, where all the plans are listed. I would like to add the code one by one over there.

    Say:

    Plan-A
    $55


    Plan-B
    $88

    .................

    So how to add the different plan on the same page.
     
    xtra-person-11, Aug 6, 2013 IP