<?xml version="1.0"?>
<!--
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_ProductLabels
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
    <default>
        <productlabels>
            <general>
                <enabled>1</enabled>
                <limit>2</limit>
                <show_label_on_page>product_listing_page,product_page,shopping_cart_page,mini_cart,checkout_page,onestepcheckout_page</show_label_on_page>
                <show_related_products>1</show_related_products>
                <show_upsell_products>1</show_upsell_products>
                <show_crosssell_products>1</show_crosssell_products>
                <hide_variable_zero>1</hide_variable_zero>
            </general>
            <on_sale>
                <rounding_discount_percent>normal</rounding_discount_percent>
            </on_sale>
            <new_product>
                <set_new_products>from_date_and_to_date</set_new_products>
            </new_product>
            <stock_status>
                <enabled>0</enabled>
            </stock_status>
        </productlabels>
    </default>
</config>
