John Tyrrell
Posts: 0
Joined: Wed Mar 26, 2014 11:42 pm

Building a loyalty coupon app???

HI
I am sorry i'm new to Appery and realised i posted in the wrong section.

I was wondering,Can anybody help me with building a loyalty coupon for my app is there any rest services out there i can use, or can anybody help me with this?,it would be really great if you could make a tutorial on this, or could point me in the right direction?

I found this tutorial on it, but it is not as clear ??
maybe you could post it in the tutorial section it might be useful to others.

http://docs.appiaries.com/v1/tutorial...

Thanks
John

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Building a loyalty coupon app???

Hi John,

There is a lot of application that could be implemented in tutorials.

Currently you can pass following tutorials to understand how to implement your certain logic in Appery.io.

:: http://docs.appery.io/tutorials/build...
:: http://docs.appery.io/tutorials/build...
:: http://docs.appery.io/tutorials/wareh...

And you can add any 3rd party REST APIs as well:
:: http://docs.appery.io/tutorials/build...
:: http://docs.appery.io/tutorials/build...

Regards.

Alex GG
Posts: 0
Joined: Thu Nov 14, 2013 11:11 pm

Building a loyalty coupon app???

Hi Appery team,

I have read all tutorials, and have experience developing apps with appery.io, but still dont have idea on how to add loyalty cards on my app.

Can you guide us or give us some ideas on how to achieve this?

I know that I have to add JS code to read QR code, but what should I do after that?

Regards

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Building a loyalty coupon app???

Hello Alex,

Please clarify what result do you want to achieve? Describe the algorithm of logic and the sequence of necessary actions

Alex GG
Posts: 0
Joined: Thu Nov 14, 2013 11:11 pm

Building a loyalty coupon app???

Hi,

I want to achive something like this:
Image

so every time the user repeat a purchase on the same store, he opens the app in the detail page of that bussines, and read the QR code. When he completes the 5 stars he gets a discount or a free item.

Regards

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Building a loyalty coupon app???

Hello Alex,

So if you have to use barcodescanner in your application, then when scanning, you should call the service to update in the database the number of stars from this user.Then start the service to check the number of the stars, and if it is more than five assign the appropriate discount to that user, and write him in the DB. This discount will then be included when making purchases

Alex GG
Posts: 0
Joined: Thu Nov 14, 2013 11:11 pm

Building a loyalty coupon app???

hi,
In my app, I dont have a register with email or with facebook.

So in my data base, I dont have registered users.

  1. In this case, should I create a local variable to save the number of stars?

  2. I have a lot of bussinesses each with a different promo for the punch card,
    So, how can I manage all of them inside the app?
    I mean, one user can visit two or more places, and on each punch a different card.

    Regards

Alex GG
Posts: 0
Joined: Thu Nov 14, 2013 11:11 pm

Building a loyalty coupon app???

I Am I right? Or should I follow other way?

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Building a loyalty coupon app???

Hi Alex,

It's all really depends on your app architecture and logic.

If you have a complex structure promo of business offers, then it's better to have some user registration mechanism.

kareem
Posts: 0
Joined: Sat Aug 02, 2014 8:28 pm

Building a loyalty coupon app???

Alex,

How did it go, with this loyalty feature.

Let me know,

Kareem

Return to “Issues”