Magento 与外部数据源

发布于 2024-09-29 23:36:29 字数 393 浏览 0 评论 0原文

我是一名 .Net 开发人员,我主要关注系统逻辑而不是 UI 内容,而且我实际上对 PHP 的了解为零,所以请原谅任何无知!

我们正在考虑使用营销/SEO/设计机构来帮助我们启动网站,他们使用 Magento。然而,我们有一个完全定制的订单履行系统,该系统已经存在,用于协调 eBay、亚马逊、谷歌购物等之间的订单,以及来自我们自己网站的订单(最终可能会也可能不会由 Magento 驱动)需要输入到这个系统中。

我很高兴向它公开服务端点,可能使用 WCF,有人知道如何调整 Magento 以便它使用的所有数据都来自/转至此服务端点吗?

我想我真正的意思是它需要:

a)使用产品和库存水平的数据源 b) 向我们发送订单

否则我们可能会使用 ASP.Net MVC 编写我们自己的定制店面。

I am a .Net developer, I focus mainly on the system logic rather than UI stuff, and I actually know zero about PHP so please excuse any ignorance!

We are looking at using a marketing/SEO/design agency to aid us in launching a website, and they use Magento. However we have a completely bespoke order fulfilment system, which already exists and is used to co-ordinate our orders between eBay, Amazon, google shopping etc, and orders from our own website (which may or may not end up being Magento driven) would need to feed into this system.

I am happy to expose service endpoints to it, probably using WCF, does anybody know how possible it would be to adjust Magento so that all the data it uses comes from/goes to this service endpoint instead?

I suppose all I'm really meaning is that it would need to:

a) use a datafeed for products and stock levels
b) send orders to us

We would otherwise just write our own bespoke storefront probably using ASP.Net MVC.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

太阳哥哥 2024-10-06 23:36:29

Magento 拥有众多系统,有助于定期从外部来源更新产品和库存水平。 Magento 还有一个强大的事件系统,可以设置侦听器在下订单后立即发送信息。如果您知道自己在做什么,那么这就是一项普通任务,也是 Magento 的用途。此外,Magento 有一个扩展市场,如果我发现有商业扩展可以自动处理您的情况,我不会感到惊讶。

你想问的问题是,这个营销/搜索引擎优化/设计以前做过吗?

Magento has numerous systems and facilitate for updating products and stock levels from external sources on a scheduled basis. Magento also has a robust event system such that listeners can be setup to send out information instantly after an order's been placed. If you know what you're doing, this is an average task, and the kind of thing Magento was made for. Additionally, Magento has an extension marketplace, and it wouldn't surprise me to find out there are commercial extensions to automate handling exactly your situation.

The question you want to be asking is, has this marketing/SEO/design done this before.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文