寻找仅购物车应用程序或托管服务推荐
我的任务是在线销售定制产品。我们有一个基于网络的产品配置器和订单处理系统,用于生成价格、与我们的库存系统交互等。
我回顾过 Magento 和 Ubercart,它们似乎做得太多了;管理层认为整合类似的东西是对我们已有的东西的不必要的抽象。此外,我们的定价结构的安排方式使得在功能丰富的电子商务平台中扩展定价系统对我来说将是一项艰巨的任务。
我需要能够将任意生成的产品描述和价格发送到购物车,然后让它处理销售结账和安全支付网关的问题。
有什么可以允许的吗?
I have been tasked with selling made-to-order products online. We have a web-based product configurator and order processing system set up that produces prices, interfaces with our inventory system, etc.
I've reviewed Magento and Ubercart and they appear to do too much; the management perceives integrating something like that as an unnecessary abstraction from what we already have going. In addition, our pricing structure is arranged in such a way that it would be an overwhelming task for me to extend the pricing system in a feature-rich ecommerce platform.
I need to be able to send an arbitrarily generated product description and price to a cart and then have it handle the sale checkout and secure payment gateway headaches.
Is there anything out there that allows that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我最终选择了一个相当基本的 Drupal 站点,并推出了我自己的非常基本的购物车模块。
I ended up going with a fairly-basic Drupal site and rolled my own very-basic cart module.