Questions tagged [reward-system]

28 questions
1
vote
1 answer

Ecommerce Loyalty Points/Rewards program

I'm looking to build a Loyalty Points/Reward system on the back of the Credit payment provider, however I would like it to be able to: Allow visitor do redeem balance or not during the basket/checkout stage Allow visitor to pay the outstanding…
Pedro Costa
  • 2,968
  • 2
  • 18
  • 30
1
vote
0 answers

Designing Reward System that deals with Reward Expirations (similar to air mileage rewards)

I'm trying to design a referral award system that rewards users for referring their colleagues and friends based on the amount of business the referral provides. For example. John refers Sally. Sally does 100 worth of business, John is awarded 5%…
Phil Glau
  • 429
  • 5
  • 13
1
vote
1 answer

Opencart - Reward points does not substract tax

By default, Opencart reward points does not seem to work on products with tax. If I buy a product with points it substracts the product's price but without tax so it I am left with VAT to pay for that "free" product. In this way you cannot get free…
Roberto C
  • 301
  • 5
  • 16
0
votes
0 answers

Gym Environment: How to chose reward properly (for stable_baselines3.PPO for Flappy Bird)

using an openai/gym environment and the PPO algorithm from the stable_baselines3 library I try to build an AI that is able to play Flappy Bird. The problem I am having is that agent always dies at or before the first pipe and never passes it. My…
0
votes
2 answers

How to choose the reward function for the cart-pole inverted pendulum task

I am new in python or any programming language for that matter. For months now I have been working on stabilising the inverted pendulum. I have gotten everything working but struggling to get the right reward function. So far, after researching and…
0
votes
1 answer

the rewards / loyalty program is dishing out free money to everybody

My application rewards loyalty by printing a coupon code on the receipt / thank you page every 15th order. The coupon value is equal to the total price of one of the previous 15 orders, pulled at random. This was working for a while, but now for…
Ryan Dent
  • 3
  • 2
0
votes
2 answers

testing analytics SDK based app without actually deploying it on App Store

I want to integrate user reward referral functionality in my app. To achieve the same with the help of Firebase, I generated a unique link (by formatting link parameter) with the help of dynamic builder API. This link is working fine (No error…
0
votes
1 answer

New field in rewards points Magento 1.9

I want to add new field "Point Description" in Rewards points, I am using Magento 1.9. I have check all the files and trying to debug the code but i am not getting that file from where its generate the form and save the data in to database. if…
Amrish
  • 31
  • 4
0
votes
0 answers

Unity2D: Admob - Reward system

I'm having problems with my code, you see I imported Google Admob into my project. I integrated the reward system into my AdManager script, using Github's Plugin Wiki and Documentation. However (in my AdManager script) my rewarding the user function…
0
votes
1 answer

Rewarding users for downloading other games

I have multiple games on the iOS app store. I want to give users free game coins when they download any of my other games. Is there a way to do this without setting up a server? In case a server is the only option, what is the best way to do so!
divya
  • 11
  • 2
0
votes
1 answer

Piwik - Track user progress for an elearning system

We are in the process of designing a simple e-learning site, where our registered users and site administrators can see valuable statistical info about the user progress. we want to track what topics they have visited the most, content "liked",…
Onema
  • 7,331
  • 12
  • 66
  • 102
-1
votes
2 answers

Program won't loop or add to a list

I have made (or more, I'm trying to make) a program to help me calculate some figures. I have some levels that each give a reward and to give out the rewards I prefer to not insert each amount and add them all up to get the totals. I've made it so…
Mottysc
  • 31
  • 7
-1
votes
1 answer

Reward user for Installing App

My question is: How do i reward user for installing the app shown on the video add or banner? In other words how i keep track if a user downloads the app that i advertise and then reward him with points in game.
1
2