将 Magento 与简单的单一产品网站结合使用
将 Magento 与简单的基于 HTML 的单一产品网站集成的最佳方式是什么?
我设想安装 Magento,然后现有站点只是“挂钩”到 Magento,而不是使用整个 Magento 框架等。我不想将 Magento 用作“CMS”,我只想用它来处理订单处理。
关于如何实现这一目标有什么提示或建议吗?
What's the best way to integrate Magento with a simple HTML-based single product site?
I envision installing Magento, and then the existing site just "hooks" into Magento versus using the entire Magento framwork, etc. I don't want to use Magento as a "CMS" I just want to use it to handle the order processing.
Any tips or suggestions on how to accomplish this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 Magento 似乎有点大材小用,但您可以创建单独的登录页面并使用链接将产品添加到购物车。在默认设置下,这会将客户重定向到 Magento 购物车,并在其中开始结帐流程。
使用产品Id,而不是SKU:
http://www.magento.com/checkout/cart/add/product/ 123/
Using Magento seems bit overkill but you could create separate landing page and use link to add product to cart. On default settings this redirects customer to Magento shopping cart where they begin checkout process.
Use product Id, not SKU:
http://www.magento.com/checkout/cart/add/product/123/