Magento: limit product max quantity to 1 per order. quantity 2 = 2 orders(Magento:将产品最大数量限制为每个订单 1 个.数量 2 = 2 个订单)
问题描述
是否可以将 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 个订单的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Magento:将产品最大数量限制为每个订单 1 个.数量


- Laravel 5:Model.php 中的 MassAssignmentException 2021-01-01
- 覆盖 Magento 社区模块控制器的问题 2022-01-01
- Oracle 即时客户端 DYLD_LIBRARY_PATH 错误 2022-01-01
- openssl_digest vs hash vs hash_hmac?盐与盐的区别HMAC? 2022-01-01
- 使用 GD 和 libjpeg 支持编译 PHP 2022-01-01
- PHP foreach() 与数组中的数组? 2022-01-01
- 如何从数据库中获取数据以在 laravel 中查看页面? 2022-01-01
- 如何使用 Google API 在团队云端硬盘中创建文件夹? 2022-01-01
- 如何在 Symfony2 中正确使用 webSockets 2021-01-01
- PHP - if 语句中的倒序 2021-01-01