Your IP : 216.73.217.30


Current Path : /var/www/magento.test.indacotrentino.com/www/vendor/brandung/cash-on-delivery-fee/etc/
Upload File :
Current File : /var/www/magento.test.indacotrentino.com/www/vendor/brandung/cash-on-delivery-fee/etc/sales.xml

<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Sales:etc/sales.xsd">
    <section name="quote">
        <group name="totals">
            <item name="cash_on_delivery_fee"
                  instance="Brandung\CashOnDeliveryFee\Model\Total\CashOnDeliveryFee"
                  sort_order="99"/>
        </group>
    </section>
    <section name="order_invoice">
        <group name="totals">
            <item name="cash_on_delivery_fee"
                  instance="Brandung\CashOnDeliveryFee\Model\Total\Invoice\CashOnDeliveryFee"
                  sort_order="160"/>
        </group>
    </section>
    <section name="order_creditmemo">
        <group name="totals">
            <item name="cash_on_delivery_fee"
                  instance="Brandung\CashOnDeliveryFee\Model\Total\Creditmemo\CashOnDeliveryFee"
                  sort_order="160"/>
        </group>
    </section>
</config>