Click here to Skip to main content
15,886,830 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello friends,

i have website of online shopping of mobile and other gadgets. in this site i have payment option of Credit card, Debit Card and Cash On Delivery. now i want to apply an EMI option for payment.
Please anyone suggest me for that option . what i have to do??


Thank You To all
Posted

1 solution

What have you tried so far?
And anyways, it has nothing to do with C#/ASP.Net.

If you want, here is the formula to calculate EMI:

C#
E = P * r * (1 + r)n / ((1 + r)n -1) 


Here p = principal amount
r = interesr rate per month(ex: if interest rate per annum is 10% then 10/(12*100))
n = tenure in months

And Google [^]is anyways your friend.
 
Share this answer
 
Comments
Yatin_Chauhan 4-Jun-12 7:47am    
hi, Manas i have try that option and know very well all the formula to calculate. by the way thank you for suggestion.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900