在 Magento 中使用一份库存处理多个项目
好吧,我想要的是从同一个库存中提取多种简单的产品。
场景
我有一个指甲锉(库存:500) 我有一盒指甲锉(50/盒)
我想要它,这样如果有人买了一盒,那么它会从 500 个单品库存中扣除。本质上,我们所做的是,如果有人购买了一个盒子,那么我们会在一个盒子中向他们运送 50 个单个文件。
有什么简单的方法可以做到这一点吗?
Ok so what I want is to have multiple simple products draw from the same stock.
Scenario
I have a sinle nail file (Stock:500)
I have a box of nail files (50/box)
I want it so that if someone buys a box then it deducts from the 500 stock of the singles. Essentially what we do is if someone buys a box, then we ship them 50 of the single files in a box.
Any easy way to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这不是 Magento 的本机功能,因此您可以采取几种方法来模拟它:
希望有帮助!
谢谢,
乔
This isn't a native function of Magento, so there a few approaches you can take to emulate it:
Hope that helps!
Thanks,
Joe
考虑:
正如约瑟夫所提到的,这不能开箱即用。然而,上述解决方法只是部分的,只要您向客户明确表示他们购买的是 500 件而不是 500 盒,那么您应该有一个合理的解决方案。
Consider:
As mentioned by Joseph this cannot be done out of the box. The above workaround is only partial, however, so long as you make it clear to customers that they are buying 500 units instead of 500 boxes then you should have a reasonable solution.