是否可以将 Magento 中的特定产品限制为每个订单的最大数量?这意味着用户一次只能订购一种产品.如果他想订购该产品两次,他必须进行第二次订购.这对我以后的订单工作流程非常重要.
Is it anyhow possible to limit specific products in Magento to a max quantity of one per order? This means the user can only order one product at a time. If he wants to order the product twice he has to do a second order. This is very important for me for the later order workflow.
感谢您的帮助,我很感激!
Thx for your help, I appreciate it!
亲切的问候,马努
是的,您可以在编辑商品时通过编辑库存选项卡上的值来限制购物车中商品的最大数量产品.请参阅下面的屏幕截图.在您的情况下,您需要取消选中 Use Config Settings 并将值设置为 1.
Yes, you can limit the maximum quantity of a product in the shopping cart by editing the value on the Inventory tab when editing a product. See screenshot below. In your case, you'd want to uncheck Use Config Settings and set the value to 1.
这篇关于Magento:将产品最大数量限制为每个订单 1 个.数量 2 = 2 个订单的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!
覆盖 Magento 配置Override Magento Config(覆盖 Magento 配置)
什么会导致 print_r 和/或 var_dump 调试变量失败?What would cause a print_r and/or a var_dump to fail debugging a variable?(什么会导致 print_r 和/或 var_dump 调试变量失败?)
如何在 magento 中以编程方式更新自定义选项?How to update custom options programatically in magento?(如何在 magento 中以编程方式更新自定义选项?)
管理页面上的 Magento 404Magento 404 on Admin Page(管理页面上的 Magento 404)
Magento - 从订单中获取价格规则Magento - get price rules from order(Magento - 从订单中获取价格规则)
Magento 更改产品页面标题以包含属性Magento Change Product Page Titles to Include Attributes(Magento 更改产品页面标题以包含属性)