Ownership

Kajabi is built around the concept of products and offers. This can be somewhat confusing but here is a basic description of how this works.

Products do not have a price. A Product is simply the piece of content that the user will consume inside your Kajabi portal. A Product is purchased by being add to an Offer. The Offer can contain as many products as you like and the Offer is what has the price associated with it. With this structure the Kajabi user is able to bundle Products in some really powerful ways.

Since we want to be able to see if someone not only has purchased an Offer, but also if they have access to a Product, we have a liquid filter that does just that.

Products


<div data-gb-custom-block data-tag="assign" data-0='12' data-1='12' data-2='12' data-3='12' data-4='12' data-5='12' data-6='12' data-7='12' data-8='12' data-9='12' data-10='12' data-11='12' data-12='12' data-13='12' data-14='12' data-15='12' data-16='12' data-17='12' data-18='12' data-19='12' data-20='2'></div>

<div data-gb-custom-block data-tag="if">

  <a href="{{ enterprise.url }}">Enterprise</a>

</div>

Offers


<div data-gb-custom-block data-tag="assign" data-0='12' data-1='12' data-2='12' data-3='12' data-4='12' data-5='12' data-6='12' data-7='12' data-8='12' data-9='12' data-10='12' data-11='12' data-12='12' data-13='12' data-14='12' data-15='12' data-16='12' data-17='12' data-18='12' data-19='2'></div>

<div data-gb-custom-block data-tag="if">

  <a href="{{ enterprise.url }}">Enterprise</a>

</div>

Last updated