<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
    <system>
        <section id="checkout">
            <group id="cart">
                <field id="delete_quote_after" sortOrder="0">
                    <comment><![CDATA[Delete quotes that have already converted to orders after this many days]]></comment>
                </field>
                <field id="delete_quote_after_active_guest" translate="label" type="text" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="0" canRestore="1">
                    <label>Guest Active Quote Lifetime (days)</label>
                    <comment><![CDATA[[DO Falcon Added] - Delete guest quotes that have NOT converted to orders after this many days. 30 days is usually a good recommendation. Set to 0 to keep (not to delete) active quotes.]]></comment>
                </field>
                <field id="delete_quote_after_active_customer" translate="label" type="text" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="0" canRestore="1">
                    <label>Customer Active Quote Lifetime (days)</label>
                    <comment><![CDATA[[DO Falcon Added] - Delete customer quotes that have NOT converted to orders after this many days. 30-360 days is usually a good recommendation. Set to 0 to keep (not to delete) active quotes.]]></comment>
                </field>
            </group>
        </section>
    </system>
</config>
