You can deliver digital goods to your subscribers by integrating Charge Rabbit with Sky Pilot

1. Connect with Sky Pilot

  1. Visit your Sky Pilot Integrations page
  2. Find Charge Rabbit and click Connect with Charge Rabbit

2. Manage file access

Once you have connected allowed your Sky Pilot account to access charge rabbit orders, manage digital goods with Sky Pilot as usual and you will be able to specify which subscribers have access to which digital goods based on dates of active subscription

3. Add link to digital goods on signup thank you page

  1. Visit your Charge Rabbit Settings page
  2. Find the section labeled Additional Content for Thank You Page
  3. Paste the following link
<a href='http://{{shop.domain}}/apps/downloads/customers/{{customer.id}}/orders/{{ subscription.id }}/charge_rabbit_show' class='btn btn-primary btn-block'>
  View Files/Videos
</a>

4. Add link to digital goods on active subscription page

  1. Visit your Charge Rabbit Settings page
  2. Find the section labeled Additional Content for Active Subscription Page
  3. Paste the following link
<a href='/apps/downloads/customers/{{customer.id}}/orders/{{subscription.id}}/charge_rabbit_show' class="btn btn-primary btn-block">
  My Files/Videos
</a>