34 lines
1.4 KiB
XML
34 lines
1.4 KiB
XML
<?xml version="1.0"?>
|
|
<!--
|
|
~ Copyright James Oakley 2025. https://git.oakleys.org/
|
|
~
|
|
~ This file is part of Jro_PackagingWeight.
|
|
~
|
|
~ Jro_PackagingWeight is free software: you can redistribute it and/or modify
|
|
~ it under the terms of the GNU General Public License as published by the
|
|
~ Free Software Foundation, either version 3 of the License, or (at your
|
|
~ option) any later version.
|
|
|
|
~ Jro_PackagingWeight is distributed in the hope that it will be useful,
|
|
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
|
|
~ Public License for more details.
|
|
|
|
~ You should have received a copy of the GNU General Public License along with
|
|
~ Jro_PackagingWeight. If not, see https://www.gnu.org/licenses/.
|
|
-->
|
|
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
|
|
<default>
|
|
<carriers>
|
|
<matrixrate>
|
|
<packaging_weight_1_5>0</packaging_weight_1_5>
|
|
<packaging_weight_6_10>0</packaging_weight_6_10>
|
|
<packaging_weight_11_plus>0</packaging_weight_11_plus>
|
|
<packaging_cost_1_5>0</packaging_cost_1_5>
|
|
<packaging_cost_6_10>0</packaging_cost_6_10>
|
|
<packaging_cost_11_plus>0</packaging_cost_11_plus>
|
|
</matrixrate>
|
|
</carriers>
|
|
</default>
|
|
</config>
|