I have a loyalty program setup, the entity type is called “Members” and each customer is an entity. On the receipt I want to print the customer name and the balance of their account (it will have a positive value).
I am struggling to do this… can anybody offer me any guidance?
When I do that it still just prints {ENTITY BALANCE} on the receipt but not the actual balance. I have gotten it to print the name properly but not the balance.
Well no where in your print template have you actually used the section to get the Members Entity Balance… Is this your whole print template? So I can fix it but from what you’ve posted you need something more like this