在我的在线购物网站上应用EMI选项 [英] Apply EMI option in my online shopping website

查看:111
本文介绍了在我的在线购物网站上应用EMI选项的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好朋友,

我有手机和其他小工具的在线购物网站.在此站点中,我可以选择信用卡,借记卡和货到付款的付款方式.现在我要申请EMI支付选项.
请任何人建议我使用该选项.我该怎么办?


谢谢大家

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

推荐答案

到目前为止,您尝试了什么?
而且无论如何,它与C#/ASP.Net无关.

如果需要,下面是计算EMI的公式:

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:

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



此处p =本金
r =每月内部利率(例如:如果每年利率为10%,则为10/(12 * 100))
n =月任期

并且 ^ ]还是您的朋友.



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.


这篇关于在我的在线购物网站上应用EMI选项的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆