![]() 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/extmag/shiplab/etc/adminhtml/system/base/ |
<?xml version="1.0"?> <!-- /** * Copyright © Extmag. All rights reserved. */ --> <include xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_include.xsd"> <group id="dimension" translate="label" type="text" sortOrder="300" showInDefault="1" showInStore="1" showInDirection="1" showInCountry="1"> <label>Dimensions</label> <field id="attribute_of_width" translate="label comment" type="select" sortOrder="300" showInDefault="1" showInStore="1" showInDirection="1" showInCountry="1"> <label>Attribute of Product Width</label> <source_model>Extmag\Shiplab\Model\Source\AttributesOfProduct</source_model> </field> <field id="attribute_of_lengths" translate="label comment" type="select" sortOrder="400" showInDefault="1" showInStore="1" showInDirection="1" showInCountry="1"> <label>Attribute of Product Length</label> <source_model>Extmag\Shiplab\Model\Source\AttributesOfProduct</source_model> </field> <field id="attribute_of_height" translate="label comment" type="select" sortOrder="500" showInDefault="1" showInStore="1" showInDirection="1" showInCountry="1"> <label>Attribute of Product Height</label> <source_model>Extmag\Shiplab\Model\Source\AttributesOfProduct</source_model> </field> <field id="average_product_width" translate="label comment" type="text" sortOrder="1000" showInDefault="1" showInStore="1" showInDirection="1" showInCountry="1"> <label>Average Product Width</label> <comment>Use if product have not width</comment> </field> <field id="average_product_lengths" translate="label comment" type="text" sortOrder="1100" showInDefault="1" showInStore="1" showInDirection="1" showInCountry="1"> <label>Average Product Length</label> <comment>Use if product have not length</comment> </field> <field id="average_product_height" translate="label comment" type="text" sortOrder="1200" showInDefault="1" showInStore="1" showInDirection="1" showInCountry="1"> <label>Average Product Height</label> <comment>Use if product have not height</comment> </field> <field id="boxes_specific" translate="label comment" type="select" sortOrder="1300" showInDefault="1" showInStore="1" showInDirection="1" showInCountry="1"> <label>Applicable Boxes</label> <source_model>Extmag\Shiplab\Model\Source\Specific</source_model> <tooltip>You can add box follow on Extmag > Package boxes</tooltip> <comment model="Extmag\Shiplab\Model\Source\Comment\Boxes"/> </field> <field id="boxes" translate="label comment" type="multiselect" sortOrder="1400" showInDefault="1" showInStore="1" showInDirection="1" showInCountry="1"> <label>Boxes</label> <source_model>Extmag\Shiplab\Model\Source\Boxes</source_model> <depends> <field id="boxes_specific">specific</field> </depends> </field> <field id="exclude_product_categories" translate="label comment" type="multiselect" sortOrder="1500" showInDefault="1" showInStore="1" showInDirection="1" showInCountry="1"> <label>Exclude Product Categories</label> <source_model>Extmag\Shiplab\Model\Source\ProductCategories</source_model> <comment>Products of selected categories will not be pack in boxes. Each product in these categories will be a separate package </comment> </field> <field id="prepacked" translate="label comment" type="select" sortOrder="1600" showInDefault="1" showInStore="1" showInDirection="1" showInCountry="1"> <label>Attribute of Product Pre-packed</label> <source_model>Extmag\Shiplab\Model\Source\AttributesOfProduct</source_model> <comment>Attribute must be Yes\No type. If Yes, the product will be a separate package</comment> </field> </group> </include>