Select Git revision
-
Gundo Sifhufhi authoredGundo Sifhufhi authored
config.xml 900 B
<?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>
<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>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>