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>
Use http://wordpress.org/plugins/shortcoder/ plugin. Just add the html code as shortcode and use it on a page.
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.