Skip to content
Snippets Groups Projects
Select Git revision
  • d2749f7f27865b9bcdee218860b5c80b93540658
  • dev default protected
  • prod protected
  • 1.0.58
  • 1.0.57
  • 1.0.52
  • 1.0.56
  • 1.0.51
  • 1.0.50
  • 1.0.33
  • 1.0.32
  • 1.0.31
  • 1.0.30
  • 1.0.29
  • 1.0.28
  • 1.0.27
  • 1.0.26
  • 1.0.25
  • 1.0.24
  • 1.0.23
  • 1.0.22
  • 1.0.21
  • 1.0.20
23 results

config.xml

Blame
  • config.xml 1.53 KiB
    <?xml version="1.0"?>
    <!--<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">-->
    <!--    <default>-->
    <!--        <BobGroup_BobGo>-->
    <!--            <general>-->
    <!--                <debug>0</debug>-->
    <!--            </general>-->
    <!--        </BobGroup_BobGo>-->
    
    <!--        <carriers>-->
    <!--            <bobgo>-->
    <!--                <active>1</active>-->
    <!--                <price>0.00</price>-->
    <!--                <model>BobGroup\BobGo\Model\Carrier\BobGo</model>-->
    <!--                <name>BobGo</name>-->
    <!--                <max_package_weight>300</max_package_weight>-->
    <!--                <title>Bob Go</title>-->
    <!--                <specificerrmsg>We could not find any shipping rates for your delivery address. Please make sure your address is correct. If you are experiencing problems, please contact us.</specificerrmsg>-->
    <!--            </bobgo>-->
    <!--        </carriers>-->
    <!--    </default>-->
    <!--</config>-->
    
    <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
    <default>
        <carriers>
            <bobgo>
                <active>1</active>
                <title>Bob Go</title>
                <name>BobGo</name>
                <shipping_cost>10</shipping_cost>
                <sallowspecific>0</sallowspecific>
                <sort_order>15</sort_order>
                <model>BobGroup\BobGo\Model\Carrier\BobGo</model>
            </bobgo>
        </carriers>
    </default>
    </config>