Single or Recurring Choice
STRIPE CONFIGURATION
Create the recurring plans in your stripe.com admin panel. Use the plan IDs as the ‘value’s in the select element.
HTML
<h1>Single or Recurring Choice</h1> <div id="payment_type"> <strong>Please select a payment type:</strong> <input class="option" type="radio" name="group1" value="single" checked="checked" /> Single <input class="option" type="radio" name="group1" value="recurring" /> Recurring </div> <div id="single"> <!-- your single payment options --> </div> <div id="recurring"> <!-- recurring payment options --> </div>
JAVASCRIPT
(function($){ $(document).ready(function(){ $("#recurring").hide(); $(".option").click(function(){ if($(this).val()=="single"){ $("#recurring").hide("slow", function(){ $("#single").show("slow"); }); } else { $("#single").hide("slow", function(){ $("#recurring").show("slow"); }); } }); }); })(jQuery);[thkBC height=”600″ width=”400″ anchortext=”Give Me A Try” title=”Recurring Options” type=”inline” html_class=”button btn-mega btn-black” inline_id=”form”]
Please select a payment type: Single Recurring
Thanks for purchasing!
Name: {fname} {lname}
Option: {plan}
Amount: $ {amount}
Thanks for purchasing!
Name: {fname} {lname}
Option: {plan}
Amount: $ {amount}
Stripe Payments WordPress Plugin
- $35
- East to setup. Ready to go in minutes.
- Securely collect payments: donations, invoices, recurring.
- WordPress shortcodes create simple or custom payment forms.
- Complete control over the form design.
- Customize the payment processing experience.
Additional Reading
Recent Posts
-
have_posts()) : $my_query->the_post(); ?>
- More...
Examples
- User Examples
- Shipping Address Example
- Donation Page Example
- Payment Options
- Recurring Payment Options
- Fixed or Recurring Payment Example
Check Out These Add-on Plugins
Support
Need help? Be sure to read the Additional Reading and Examples above. If you are still stuck you can contact supportQuestions
If you have questions, please feel free to contact us.If you are looking for a Stripe Wordpress plugin, look no further than DigLabs. We tested all of the available Stripe Wordpress plugins and most were either lacking in features, poorly coded or simply didn't work. The Stripe Wordpress plugin from DigLabs was the clear winner. In fact, we were up and running with a functioning payment form within 30 minutes. The plugin supports both single and recurring payments and is extremely well coded and documented. It covers most needs out of the box and is designed with customization in mind.
However, the best part is the support provided by DigLabs. After installing the plugin, we decided to build a custom logging system and emailed DigLabs with a few technical questions. We received a response within minutes complete with detailed suggestions and screenshots. DigLabs truly cares about it customers and shows through its quality products and support.
Richard Klein, PTA Web Administrator
From Purchase to working Stripe transactions in under 10 minutes! This includes standing up a new WP instance.
Ed Hollaway
Dig Labs has created an awesome plugin – Stripe WordPress! Setting it up was quick and easy and customer support is fantastic. I love having a solution for taking payments on my website and being able to offer this solution to my customers as well. I’m looking forward to purchasing more plugins from Dig Labs.
Rose Fields, Hometown Web Experts
Why Us?
The answer is really quite simple. You need a project done and you don't need to hire a developer in a permanent position. You need someone with skills and experience that will do the work without needing their "hand held". You need help with the project management / organization. You need Dig Labs.
Contact Us
Dig Labs
312 Monte Cristo Circle
Verona, Wisconsin 53593
info@diglabs.com