Virdmart 谷歌结帐插件
有谁知道如何实现 Virtue-mart 的 google checkout 插件。因为 virtual-mart google checkout 的插件都是商业的。我想得到一个关于如何从互联网上获取一个或如何为谷歌编写插件的答案,
期待您的宝贵回复
does anyone knows how to implement the google checkout plugin for virtue-mart. Because the plug-ins out there for virtue-mart google checkout are commercial. And I would like to have an answer on how to get one from the internet or how to code the plug-in for google
looking forward for your valuable response
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,没有免费的 Joomla/VM Google checkout 支付模块。 Google checkout 的集成有 2 个级别 -
第 1 级 - 订单处理在 Google 商家网站上完成,实施时只需要能够生成包含购物车信息的 HTML 表单。
第 2 级 - 订单信息传回 VM,订单处理和更新在 VM 中完成。这需要更多的编程知识以及生成和读取 XML 文件的能力。
您可以在此处找到文档 - Google 代码
您可以在此处找到示例代码 - 示例代码
As far as I know there are no free Joomla/VM Google checkout payment modules. There are 2 levels of integration of Google checkout -
Level 1 - Order handling is done on the Google merchant site and implementation is only requires the ability to generate an HTML form with the shopping cart information.
Level 2 - Order information is passed back to VM and order handling and updating is done in VM. This require considerably more programming knowledge and the ability to generate and read XML files.
You can find documentation here - Google Code
You can find sample code here - Sample Code