LoyaltyLion

LoyaltyLion is a loyalty and rewards platform. It exposes points balances, tiers and rewards through its own script and a set of data attributes, which a theme attaches to elements it renders — a points figure on a cart line, a balance in an account panel — and the vendor's script fills them in once it loads.

Documented at https://loyaltylion.com/.

How We've Used It

Our cart and account work renders the containers and the vendor fills them. A line item carries the attribute that asks for the points that line would earn; the order summary carries the total for the cart. After an AJAX cart change our code re-runs the vendor's refresh, so the figures describe the cart on screen rather than the one that was there when the page loaded. Program explainers — tiers, benefits, how points are earned — are built as theme sections a merchandiser edits, because that content changes on a marketing schedule and belongs where marketing can reach it.

Builds Using It

4 further gated builds use it; their pages follow.

Related Entities

Our Role

Integration. We render the containers and refresh them after cart changes; the loyalty program and its data are the vendor's.

Builds