balance

This will pull back the total amount of loyalty points a member has earned.

<div data-pv-component="loyalty" data-pv-type="balance" data-pv-object="abc">
    // Some code
</div>

Common HAPI elements used within the <div>:

  • {@point_total@} - this will return the total amount of loyalty points for the member

Last updated