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 d06fa10 commit ac2051eCopy full SHA for ac2051e
app/code/Magento/Quote/etc/adminhtml/system.xml
@@ -11,9 +11,9 @@
11
<tab>catalog</tab>
12
<group id="options">
13
<field id="enable_inventory_check" translate="label" type="select" sortOrder="60" showInDefault="1" canRestore="1">
14
- <label> Enable Inventory Check On Cart Load</label>
+ <label>Enable Inventory Check On Cart Load</label>
15
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
16
- <comment>If you disable inventory check, some product out of stock scenarios may fail</comment>
+ <comment>Disabling inventory check skips pre validation of cart item data.</comment>
17
</field>
18
</group>
19
</section>
0 commit comments