设置 Ubercart 进行套餐
构建一个午餐订购系统,并希望在用户购买汤并搭配三明治时应用折扣。我研究了几种不同的方法来做到这一点,并正在寻找一些意见。认为将折扣应用为购物车中的条件操作可能是最简单的。这似乎比构建一个单独的引擎在添加到购物车之前进行组合要简化得多。
欢迎想法/建议。
building a lunch ordering system and looking to apply a discount when the user buys a soup and pairs with a sandwich. ive looked into a few different ways of doing this and am looking for some input. Thinking it might be easiest to apply the discount as a conditional action within the shopping cart. this seems much more streamlined than building a separate engine to combine before adding to cart.
thoughts / advice is welcome.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有条件的行动通常是解决这些问题的方法
Conditional action is usually the way to go for that stuff
顺便说一句...我不确定 Drupal 是否是午餐柜台所需的快速订单输入系统的最佳解决方案。
Just an aside...I'm not sure if Drupal is best solution for rapid order entry system required for a lunch counter.