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.Having the need of implementing Stripe on a payments system for our clients, we had the luck to find this Stripe plugin. After analyzing all the options we had we found Dig Labs’ was our best option. The surprise came when we needed some support. We found in Bob not only a great developer but a fantastic and good willed person. He helped us with all of our requests and monitored our progress. We will definitely keep using Dig Labs’ plugin in the future. Best option for processing Stripe payments in WordPress by far.
Juan Pisanu, Front Porch Solutions
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
Stripe WordPress Plugin from Dig Labs is fantastic! It provided us with a quick and easy way of implementing custom and branded ecommerce process on the WordPress platform. Dig Labs support team answered our questions promptly and were very helpful. Looking forward to more products from Dig Labs team.
Michael Nowak, Vektor Software Managing Partner
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