We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6232427 commit 8727ebfCopy full SHA for 8727ebf
app/code/Magento/Quote/Model/Config.php
@@ -11,7 +11,7 @@
11
12
/**
13
* Class Config
14
- * Toggles Inventory check via Config option
+ * Check if inventory check on quote items load is enabled
15
* @package Magento\Quote\Model
16
*/
17
class Config
app/code/Magento/Quote/etc/config.xml
@@ -9,7 +9,7 @@
9
<default>
10
<cataloginventory>
<options>
- <enable_inventory_check>0</enable_inventory_check>
+ <enable_inventory_check>1</enable_inventory_check>
</options>
</cataloginventory>
</default>
0 commit comments