![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/vendor/colissimo/module-shipping/etc/adminhtml/ |
<?xml version="1.0"?> <!-- /** * Colissimo Shipping Module * * @author Magentix * @copyright Copyright © 2020 Magentix. All rights reserved. * @license https://www.magentix.fr/en/licence.html Magentix Software Licence * @link https://colissimo.magentix.fr/ */ --> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd"> <system> <section id="carriers" translate="label" type="text" sortOrder="320" showInDefault="1" showInWebsite="1" showInStore="1"> <group id="colissimo" translate="label" type="text" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="1"> <label>Colissimo</label> <field id="active" translate="label" type="select" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="1"> <label>Enabled</label> <source_model>Magento\Config\Model\Config\Source\Yesno</source_model> </field> <field id="title" translate="label" type="text" sortOrder="2" showInDefault="1" showInWebsite="1" showInStore="1"> <label>Title</label> </field> <field id="sort_order" translate="label" type="text" sortOrder="3" showInDefault="1" showInWebsite="1" showInStore="1"> <label>Sort Order</label> </field> <field id="showmethod" translate="label" type="select" sortOrder="4" showInDefault="1" showInWebsite="1" showInStore="1"> <label>Show Method if Not Applicable</label> <source_model>Magento\Config\Model\Config\Source\Yesno</source_model> </field> <field id="specificerrmsg" translate="label" type="textarea" sortOrder="5" showInDefault="1" showInWebsite="1" showInStore="1"> <label>Displayed Error Message</label> </field> <field id="weight_calculation" translate="label" type="select" sortOrder="6" showInDefault="1" showInWebsite="1" showInStore="1"> <label>Weight Calculation</label> <source_model>Colissimo\Shipping\Model\Config\Source\Calculation</source_model> </field> <field id="price_security" translate="label" type="select" sortOrder="7" showInDefault="1" showInWebsite="1" showInStore="1"> <label>Price Security</label> <source_model>Magento\Config\Model\Config\Source\Yesno</source_model> <comment>Do not display the method if no price has been found</comment> </field> <include path="Colissimo_Shipping::system/homecl.xml"/> <include path="Colissimo_Shipping::system/homesi.xml"/> <include path="Colissimo_Shipping::system/pickup.xml"/> <include path="Colissimo_Shipping::system/international.xml"/> <include path="Colissimo_Shipping::system/domtomcl.xml"/> <include path="Colissimo_Shipping::system/domtomsi.xml"/> <include path="Colissimo_Shipping::system/domtomeco.xml"/> </group> </section> </system> </config>