Loyalty card help

I am creating a app which has loyalty card in for multiple shops.
I want users to have a wallet page where it shows all their loyalty cards at places they have shop at with how many stamps they have at each shop.
I am not sure on how to do this as all users will have a different amount of stamps at each shop.
Users will get stamps via nfc scans.

Can anyone offer help on how to make it so it will show the users loyalty stamps and how many stamps they have at different shops.

1 Like

Hi @Indisa ,

I have done something similar, but this means a paid service.

If you are still interested, you can send me PM.

Create a one-to-many relationship with locations and loyalty cards and a relationship between loyalty cards and users.

Users can have many loyalty cards and a loyalty card belongs to one user.
A location can have multiple loyalty cards and a loyalty card belongs to one location.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.