![]() 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/ |
<?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_Store:etc/config.xsd"> <default> <carriers> <colissimo> <active>0</active> <model>Colissimo\Shipping\Model\Carrier\Colissimo</model> <title>La Poste : Colissimo</title> <specificerrmsg>This shipping method is not available. To use this shipping method, please contact us.</specificerrmsg> <active_rma>1</active_rma> <is_online>1</is_online> <weight_calculation>per_cart</weight_calculation> <price_security>0</price_security> <homecl> <active>0</active> <name>Domicile sans signature</name> <specificcountry>FR</specificcountry> </homecl> <homesi> <active>0</active> <name>Domicile avec signature</name> <specificcountry>FR,BE,NL,DE,GB,LU,ES</specificcountry> </homesi> <pickup> <active>0</active> <name>Point de retrait</name> <specificcountry>FR,BE,NL,DE,GB,LU,ES</specificcountry> <open>1</open> <apply_default>0</apply_default> <default_city>Paris</default_city> <default_postcode>75001</default_postcode> <default_country>FR</default_country> <map_type>osm</map_type> <remove_selection>0</remove_selection> </pickup> <international> <active>0</active> <name>Expert International</name> <specificcountry>DK,DE,IE,EL,ES,IT,LU,NL,AT,PL,PT,FI,SE,UK</specificcountry> </international> <domtomcl> <active>0</active> <name>Outre-Mer sans signature</name> <specificcountry>GP,MQ,GF,RE,PM,YT,TF,WF,PF,NC,BL,MF</specificcountry> </domtomcl> <domtomsi> <active>0</active> <name>Outre-Mer avec signature</name> <specificcountry>GP,MQ,GF,RE,PM,YT,TF,WF,PF,NC,BL,MF</specificcountry> </domtomsi> <domtomeco> <active>0</active> <name>Outre-Mer Eco</name> <specificcountry>GP,MQ,GF,RE,PM,YT,TF,WF,PF,NC,BL,MF</specificcountry> </domtomeco> </colissimo> </carriers> </default> </config>