| Current Path : /home/rtorresani/www/vendor/magento/module-quote/etc/adminhtml/ |
| Current File : //home/rtorresani/www/vendor/magento/module-quote/etc/adminhtml/system.xml |
<?xml version="1.0"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
<system>
<section id="cataloginventory">
<tab>catalog</tab>
<group id="options">
<field id="enable_inventory_check" translate="label" type="select" sortOrder="60" showInDefault="1" canRestore="1">
<label>Enable Inventory Check On Cart Load</label>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
<comment>Disabling inventory check skips pre validation of cart item data.</comment>
</field>
</group>
</section>
</system>
</config>