<?xml version="1.0"?>
<!--
/**
 * @copyright Copyright (c) 2016 www.tigren.com
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
    <default>
        <ajaxcart>
            <general>
                <enabled>1</enabled>
                <message>You have recently added this product to your Cart</message>
                <addtocart_btn_class>tocart</addtocart_btn_class>
                <show_cart_info>1</show_cart_info>
                <show_related_products>1</show_related_products>
            </general>
        </ajaxcart>
    </default>
</config>