简体   繁体   English

Sage Evolution网站整合

[英]Sage Evolution website integration

A client asked us if it's possible to have the products on their website integrated with Sage Evolution so that when products are purchased online by users the stock values on Sage Evolution will be updated as well. 一位客户询问我们是否可以将其网站上的产品与Sage Evolution集成在一起,以便用户在线购买产品时,Sage Evolution上的库存值也将被更新。 The client would like this to be integrated with their existing WordPress site. 客户希望将其与他们现有的WordPress网站集成在一起。

From what I've found so far, I don't think there's anything already available to use with WordPress except the SagePay through WooCommerce plugin. 根据到目前为止的发现,除了通过WooCommerce插件提供的SagePay之外,我认为没有其他可用的WordPress。 I'm not quite sure if this connects to a Sage client and updates the stock as well. 我不太确定这是否可以连接到Sage客户并更新库存。

I found a Sage Evolution SDK that can be used but I doubt the client would buy with that kind of fees. 我找到了可以使用的Sage Evolution SDK ,但我怀疑客户会以这种费用购买。 There's also the SData api which I found here: Integrating with Sage Financial Software . 我还在这里找到了SData api: 与Sage Financial Software集成

I'm not sure if you can use SData with Sage Evolution. 我不确定是否可以将SData与Sage Evolution一起使用。

I would appreciate any help on this, thank in advance :) 我将不胜感激,在此先感谢:)

As you've already noted, Sage Evolution has its own SDK and does not use the SData standard. 如您已经提到的,Sage Evolution有自己的SDK,并且不使用SData标准。 Developers need to purchase a developer license and end-customers need to purchase a customer license. 开发人员需要购买开发人员许可证,最终客户需要购买客户许可证。

I'd strongly recommend you don't go straight to the database as direct db writes could compromise transactional integrity and the Evolution database tends to change structurally quite frequently. 我强烈建议您不要直接进入数据库,因为直接数据库写操作可能会损害事务完整性,并且Evolution数据库在结构上往往会频繁更改。

To use the SDK, you can't avoid the customer license fee but you can get a head start and avoid coding the integration by hand with Flowgear (www.flowgear.net). 要使用SDK,您不能免除客户许可费,但可以抢先一步,避免使用Flowgear(www.flowgear.net)手动编写集成代码。 The Community plan is free and supports low transactional volumes. 社区计划是免费的,支持少量交易。 More about the connector at http://www.flowgear.net/pre-built/sage-evolution and https://developers.flowgear.net/kb/Node:Sage_Evolution 有关连接器的更多信息, 请参见http://www.flowgear.net/pre-built/sage-evolutionhttps://developers.flowgear.net/kb/Node:Sage_Evolution

Disclosure: I work at Flowgear. 披露:我在Flowgear工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM