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 个.数量
基础教程推荐
- Cron Jobs 调用带有变量的 PHP 脚本 2022-01-01
- 学说 dbal querybuilder 作为准备好的语句 2022-01-01
- 有什么方法可以用编码 UTF-8 而不是 Unicode 返回 PHP`json_encode`? 2021-01-01
- PHP PDO MySQL 查询 LIKE ->多个关键词 2021-01-01
- 如何在 Laravel 5.3 注册中添加动态下拉列表列? 2021-01-01
- YouTube API v3 点赞视频,但计数器不增加 2022-01-01
- 如何替换eregi() 2022-01-01
- PHP 类:全局变量作为类中的属性 2021-01-01
- 在PHP中根据W3C规范Unicode 2022-01-01
- 如何在 Laravel 中使用 React Router? 2022-01-01
