Skip to content
Snippets Groups Projects
Select Git revision
  • aa37da100ae6c647de0eb3c9a5605a28d0803bca
  • 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 946 B
    <?xml version="1.0"?>
    <!--
    /**
     * @category   Uafrica
     * @package    Uafrica_Customshipping
     * @author     Uafrica
     */
    -->
    <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
        <default>
            <uafrica_customshipping>
                <general>
                    <debug>0</debug>
                </general>
            </uafrica_customshipping>
    
            <carriers>
                <uafrica>
                    <active>0</active>
                    <sallowspecific>0</sallowspecific>
                    <price>0</price>
                    <model>uafrica\Customshipping\Model\Carrier\Customshipping</model>
                    <name>Fixed</name>
                    <title>bobGo</title>
                    <specificerrmsg>This shipping method is not available. To use this shipping method, please contact us.</specificerrmsg>
                </uafrica>
            </carriers>
    
        </default>
    </config>