Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我几乎用 Codeigniter(PHP/MySQL) 完成了我的第一个购物车。
我想连接到支付系统。我以前从未开发过购物车。我无意开发自己的网关,也没有任何知识和技能来做这件事。
谁能给我关于将我的购物车连接到支付系统的最佳方式的建议?
我住在挪威,所以谷歌结账对我不起作用。它仅适用于英国和美国。
我需要一些指示和指导我应该做什么。
提前致谢。
不要为一种解决方案硬编码;他们可能随时更改价格或政策,使您的业务陷入困境。相反,使用支付网关抽象库,例如这个:
http://www.phpfour.com/blog/2009/02/php-payment-gateway-library-for-paypal-authorizenet-and-2checkout/