Marketing use case:
Left-over tier points to tier's upgrade / reward points to redeem the reward
TIERED PROGRAM
Send an email to remind your customer they are X tier points away from tier's upgrade to get more benefits.
TIERED PROGRAM + REWARDS
Also, how about reminding them they own X reward points and they could redeem a wonderful reward if they purchased more?
Master the loyalty variables to enrich your designs.
Reward variables & loop used
$loyalty.program$
$loyalty.subscription_date$
$loyalty.tier$
$loyalty.total_qpoints$
$loyalty.qpoints_to_nexttier$
$loyalty.total_nqpoints$
$reward.expiration_date$
$reward.nqp_value$
Final result: TIERED PROGRAM
{SPLIO IF $firstname$ != ""} Congrats Viviana $firstname$,
{SPLIO ELSE} Congrats,
{SPLIO ENDIF}
Since you've joined the Loyalty program $loyalty.program$
on 26/08/2020 $d/m/y$loyalty.subscription_date$
you belong to Bronze $loyalty.tier$
Guess what?
You're 20 $loyalty.qpoints_to_nexttier$ tier points away from upgrading to the next tier.
What are you waiting for?
Purchase now and climb higher to get more benefits!
Final result: TIERED PROGRAM + REWARDS
{SPLIO IF $firstname$ != ""} Congrats Viviana $firstname$,
{SPLIO ELSE} Congrats,
{SPLIO ENDIF}
Since you've joined the Loyalty program $loyalty.program$ on
26/08/2020 $d/m/y$loyalty.subscription_date$
you belong to Bronze $loyalty.tier$
This is the current balance of your rewards points:
150 $loyalty.total_nqpoints$ rewards points
{SPLIO IF $loyalty.total_nqpoints$ > 0}
You are missing these points to achieve the reward:
10 $loyalty.total_nqpoints$-$reward.nqp_value$
{SPLIO ELSE}
Start purchasing now!
{SPLIO ENDIF}