Select Git revision
-
Billy Griffiths authoredBilly Griffiths authored
config.xml 936 B
<?xml version="1.0"?>
<!--
/**
* @category Bob Go
* @package bobgo_CustomShipping
* @author Bob Go
*/
-->
<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>