Skip to content
Snippets Groups Projects
Select Git revision
21 results Searching

config.xml

Blame
  • config.xml 934 B
    <?xml version="1.0"?>
    <!--
    /**
     * @category   bobgo
     * @package    bobgo_CustomShipping
     * @author     bobgo
     */
    -->
    <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
        <default>
            <bobgo_CustomShipping>
                <general>
                    <debug>0</debug>
                </general>
            </bobgo_CustomShipping>
    
            <carriers>
                <bobgo>
                    <active>0</active>
                    <sallowspecific>0</sallowspecific>
                    <price>0.00</price>
                    <model>bobgo\CustomShipping\Model\Carrier\CustomShipping</model>
                    <name>Fixed</name>
                    <title>Bob Go</title>
                    <specificerrmsg>This shipping method is not available. To use this shipping method, please contact us.</specificerrmsg>
                </bobgo>
            </carriers>
    
        </default>
    </config>