I have a feature requirement to integrate referrel and promo codes in rails application. Please suggest the best way to implement it.
Asked
Active
Viewed 439 times
1
-
for promo code see this gem : https://github.com/baxang/coupon-code – Ajay Barot Sep 14 '16 at 11:31
-
I prefer to create promo codes without using any gem. Please refer this: http://stackoverflow.com/questions/22333237/generating-unique-hard-to-guess-coupon-codes – Ajay Barot Sep 14 '16 at 11:32
-
Another gem: https://github.com/fnando/coupons. Please always remember to Google first before asking a question on Stack Overflow. Thank you – Ajay Barot Sep 14 '16 at 11:32
-
My first motive is to ask about referrel program. – Dinesh Goyal Sep 14 '16 at 12:51