请给个网关建议
我几乎用 Codeigniter(PHP/MySQL) 完成了我的第一个购物车。
我想连接到支付系统。我以前从未开发过购物车。我无意开发自己的网关,也没有任何知识和技能来做到这一点。
有人可以给我关于将购物车连接到支付系统的最佳方式的建议吗?
我住在挪威,所以 google checkout 不适合我。它仅适用于英国和美国。
我需要一些指示和指导我应该做什么。
提前致谢。
I almost completed my first shopping cart with Codeigniter(PHP/MySQL).
I want to connect to payment systems. I've never developed a shopping cart before. I do not have any intention to develop my own gateway and I don't have any knowledge and skills to do it.
Could anyone give me suggestions about the best way to connect my shopping cart to payment system please?
I live in Norway, so google checkout does not work for me. It is only for UK and USA.
I need some directions and guidance what I should do.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不要对一种解决方案进行硬编码;他们可以随时更改价格或政策,使您的业务变得困难。相反,请使用支付网关抽象库,例如:
http://www.phpfour.com/blog/2009/02/php- payment-gateway-library-for-paypal-authorizenet-and-2checkout/
Don't hard-code for one solution; they could change prices or policies at any time, making your business difficult. Instead, use a payment gateway abstraction library, such as this one:
http://www.phpfour.com/blog/2009/02/php-payment-gateway-library-for-paypal-authorizenet-and-2checkout/