How to Setup an Initial Fee Plus Monthly Subscription
How to have an upfront fee and then a subscription monthly charge until they cancel.
Sometimes you may want to have an initial setup fee and then also add a monthly subscription charge.
Here's a video for you where you can see a step-by-step tutorial on this process below.
Watch Video: https://www.loom.com/share/ad0833c38172444ab19ba16fc56b5694
This requires 2 products to be made:
- Subscription product as the main product
- a) Setting Up A Subscription or Payment Plan Product with Stripe,
- b) Setting Up A Stripe Subscription Product in ClickFunnels
2. Initial fee product as an order bump. - See Article
Example:
NOTE: They will not be able to pass by the Initial Fee order bump without purchasing it.
On your Order Form you'll have to include these Elements:
- Total Amount Text (show)
- Select Product 2.0 (hide)
- Submit Button (hide)
Your Submit Button will be "hidden" until they check the Order Bump box
Here's a the toggle code to reveal the button when the Order Bump is checked.
<script>
$(document).ready(function(){
$('#bump-offer').click(function(){
$('#tmp_button-31869').toggle();
});
});
</script>
Place this in the Footer Section of the Tracking Code settings
(In the Page Editor > Settings Tab > Tracking code)
NOTE: Be sure to replace the button CSS id with your button's ID. Mine in this example is #tmp_button-31869
Find your button's ID by clicking the hashtag in the button's settings.
Don't forget to "Hide" your Button and Select Product Element.
Save and Test.
And that's it! I hope this helps!
Please let me know in the comments how this goes for you.
-
Great post! Thanks for sharing. It will step up our game for sure.
0
Please sign in to leave a comment.
Comments
1 comment