Bold Cashier + Kickbooster

Configure Bold Cashier to work with your Kickbooster referral program

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


Bold Cashier is a powerful checkout that can provide additional functionalities when your customers go to pay for their order. 

Kickbooster seamlessly tracks referrals made to your store, even when the purchase is processed through Bold Cashier. 

There are 2 features in Kickbooster that will require a little bit of setup within Cashier.


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 Cashier checkout:

1.) Login to your Cashier account.

2.) Click on Settings / Analytics:

3.) Scroll down to "Custom Script"

4.) Insert the following script:

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


5.) Be sure to save!


Discount Codes

If you are offering discount codes for your Affiliates to share, or if you are paying your Affiliates in Store Credit, you will need to enable the Discount Connector plugin within Cashier, otherwise the codes will not be functional upon checkout.

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?