<?xml version="1.0"?>
<!--
/**
 * Copyright © MageWorx. All rights reserved.
 * See LICENSE.txt for license details.
 */
 -->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
    <default>
        <mageworx_shipping_calculator>
            <main>
                <enabled>0</enabled>
                <calculate_on_load>0</calculate_on_load>
                <calculate_by_country>1</calculate_by_country>
                <country_required>1</country_required>
                <calculate_by_region>1</calculate_by_region>
                <region_required>1</region_required>
                <calculate_by_zip>1</calculate_by_zip>
                <zip_required>1</zip_required>
                <title><![CDATA[Estimate Shipping Methods]]></title>
                <description><![CDATA[Update shipping information to see available shipping methods.]]></description>
                <not_found_error><![CDATA[Sorry, there is no shipping methods available.]]></not_found_error>
            </main>
        </mageworx_shipping_calculator>
    </default>
</config>
