<?xml version="1.0"?>
<!--
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category   BSS
 * @package    Bss_ReorderProduct
 * @author     Extension Team
 * @copyright  Copyright (c) 2017-2018 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
    <default>
        <reorderproduct>
            <general>
                <active>1</active>
                <redirect_cart>1</redirect_cart>
                <redirect_wishlist>1</redirect_wishlist>
            </general>
            <list_reoderproduct>
            	<btnwishlist>1</btnwishlist>
                <show_columns>0,1,2,3,4,8</show_columns>
                <show_quickview>image</show_quickview>
                <show_sku>1</show_sku>
                <qty_inventory>0</qty_inventory>
                <list_per_page_values>5,15,30</list_per_page_values>
                <list_per_page>5</list_per_page>
            	<sort_by>name</sort_by>
            	<list_allow_all>1</list_allow_all>
            </list_reoderproduct>
        </reorderproduct>
    </default>
</config>