![]() 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/app/code/Cnc/GeoIp/etc/adminhtml/ |
<?xml version="1.0"?> <!-- /** * Copyright (c) 2021 Kaliop Digital Commerce (https://digitalcommerce.kaliop.com) All Rights Reserved. * https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) * Krzysztof Majkowski <[email protected]> */ --> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd"> <system> <section id="general"> <resource>Magento_Config::config_general</resource> <group id="geoip" translate="label" type="text" sortOrder="1" showInDefault="1" showInWebsite="0" showInStore="0"> <label>GeoIp Options</label> <field id="enabled" translate="label comment" sortOrder="10" type="select" showInDefault="1" showInWebsite="0" showInStore="0"> <label>Enabled</label> <source_model>Magento\Config\Model\Config\Source\Yesno</source_model> </field> <field id="cnc_fr_eu" translate="label" type="multiselect" sortOrder="20" showInDefault="1" showInWebsite="0" showInStore="0" canRestore="0"> <label>Redirect to store FR EU from:</label> <source_model>Magento\Directory\Model\Config\Source\Country</source_model> <can_be_empty>1</can_be_empty> <depends> <field id="enabled">1</field> </depends> <comment>Customers from selected countries will see popup with redirect link to cnc_fr_eu store</comment> </field> <field id="en" translate="label" type="multiselect" sortOrder="30" showInDefault="1" showInWebsite="0" showInStore="0" canRestore="0"> <label>Redirect to store EN EU from:</label> <source_model>Magento\Directory\Model\Config\Source\Country</source_model> <can_be_empty>1</can_be_empty> <depends> <field id="enabled">1</field> </depends> <comment>Customers from selected countries will see popup with redirect link to en store</comment> </field> <field id="cnc_en_gb" translate="label" type="multiselect" sortOrder="40" showInDefault="1" showInWebsite="0" showInStore="0" canRestore="0"> <label>Redirect to store EN GB from:</label> <source_model>Magento\Directory\Model\Config\Source\Country</source_model> <can_be_empty>1</can_be_empty> <depends> <field id="enabled">1</field> </depends> <comment>Customers from selected countries will see popup with redirect link to cnc_en_gb store</comment> </field> <field id="cnc_en_us" translate="label" type="multiselect" sortOrder="50" showInDefault="1" showInWebsite="0" showInStore="0" canRestore="0"> <label>Redirect to store EN US from:</label> <source_model>Magento\Directory\Model\Config\Source\Country</source_model> <can_be_empty>1</can_be_empty> <depends> <field id="enabled">1</field> </depends> <comment>Customers from selected countries will see popup with redirect link to cnc_en_us store</comment> </field> </group> </section> </system> </config>