Bold Subscriptions + Kickbooster

Configure Bold Subscriptions to work with your Kickbooster referral program

Kickbooster Team avatar
Written by Kickbooster Team
Updated over a week ago

Bold Subscriptions is a powerful tool for creating and managing subscription products for your store. 


Can Kickbooster track recurring orders?

If your store is using the Bold Recurring Orders checkout, Kickbooster tracks the first subscription order as well as all subsequent renewals and will attribute the referral commissions to the Affiliate as long as your referral program remains active. 

If the subscription order goes through Bold Cashier, you will need to enabled a setting inside Bold Recurring Orders app to ensure Kickbooster can track the subsequent renewals of a referred subscription order. 

Simply head to your General Settings and enable Cashier Order Attributes:
​ 

*** Important Note: Subsequent renewals of a referred subscription will only be tracked if an affiliate's referral link is clicked by the referred customer. Affiliate discount codes used at checkout without the use of an affiliate's referral link will only track the initial order.


Enabling the Kickbooster Post-Purchase Pop-Up

If you're interested in automatically inviting your customers to your referral program after they make their purchase, you will want to enable Kickboosters Post-Purchase Pop-Up feature.

Simply follow the steps below to configure the Post-Purchase Pop-Up for your Bold Recurring Orders checkout:

1.) Head to your Bold Subscriptions dashboard.


2.) Click on Settings / Integrations:


3.) Enable Advanced Tracking Scripts


4.) Scroll down to the bottom of the pop-up add this snippet in the <script> tag

 (function() {
    var s = document.createElement('script');
    s.type = 'text/javascript';
    s.async = true;
    s.src = "https://kickbooster.me/shopify/post-purchase.js?shop=" + encodeURIComponent("[domain]");
    var x = document.getElementsByTagName('script')[0];
    x.parentNode.insertBefore(s, x);
})(); 


5.) Be sure to save!

Discounts Codes

If you are offering discount codes for your Affiliates to share, or if you are paying your Affiliates in Store Credit, please be aware that the discount codes created by Kickbooster are created within Shopify only. Unless the codes are also created within Bold Recurring Orders, they will not be functional upon checkout. 

If you are using both Recurring Orders and Cashier and have the Discount Connector plugin enabled, the discounts codes will be functional upon checkout on the first subscription order. 

Please reach out to team@kickbooster.me if you are looking to use this feature and we'd be happy to discuss further. 

Did this answer your question?