<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
    <default>
        <catalog>
            <stock_messaging>
                <in_stock><![CDATA[In Stock! Ships in 2-3 Business Days.]]></in_stock>
                <low_stock><![CDATA[Only %s left in stock. Order now to secure your product. Product may take 5-7 business days to ship. Looking to place a larger order? Call 800-556-5572.]]></low_stock>
                <backordered><![CDATA[Back Ordered – <a href="#alternatives">Click here</a> for alternate styles.]]></backordered>
                <out_of_stock><![CDATA[Out of Stock – <a href="#alternatives">Click here</a> for alternate styles.]]></out_of_stock>
            </stock_messaging>
        </catalog>
    </default>
</config>
