看到magento官方网站已经提供支付宝(alipay)支付网关扩展模块下载了,并且开源免费,真是太好了,以前我找了很久都没找到.方便大家做电子商务网站啦,哈哈.分享一下magento支付宝插件和安装方法
下载地址:
http://www.magentocommerce.com/magento-connect/cosmocommerce/extension/2226/alipay-payment-gateway
从这个网站点Get Extension Key ,需要注册才能获得.可以试试我注册获得的是( magento-community/Cosmo_Community_AlipayPaymentGateway )不加括号
安装方法:
登录到您的Magento后台管理面板。
系统 > Magento连接 > Magento连接管理器。 (Navigate to System > Magento Connect > Magento Connect Manager)
粘贴扩展的Key(Get Extension Key)再安装。
安装好后设置:在后台系统,设置,支付方式
Gateway(接口地址):www.alipay.com/cooperate/gateway.do
上面这个不加http://,别忘了
Partner ID(合作伙伴ID):从淘宝官方签约时,你会获得这个合作者ID
Security Code(安全校验号):也是获得的
seller Email: 你的支付宝账号
Transport(传输协议):https
新订单状态:等待
Order status when payment accepted by Alipay:受理
Order status when payment refused by Alipay:等待
最后发这是插件开发文档,你可以看看,或自己再开发! 来源:阿拉网站
http://www.magentocommerce.com/wiki/how-to/create-payment-method-module
如果出现Fatal error: Call to a member function getCode() on a non-object in /home/s232
错误,是因为货币税率转换问题,要在数据库directory_currency_rate中添加人民币CNY到美元USD(默认一般是美元USD,如果不是就填写对应的币种代码)汇率,如下图