[
    {
        "id": "md_section_settings",
        "type": "title",
        "title": "Settings"
    },
    {
        "id": "md_contracts_edition",
        "type": "md_contracts_edition"
    },
    {
        "id": "md_calculate_shipping_before_coupon",
        "type": "select",
        "title": "Calculate shipping method before applying coupons",
        "desc": "If enabled, the available shipping methods and fees will be calculated based on the cart price before applying any coupon.",
        "desc_tip": true,
        "default": "no",
        "options": {
            "yes": "Yes",
            "no": "No"
        }
    },
    {
        "id": "md_packaging_weight",
        "type": "number",
        "title": "Packaging weight (grams)",
        "desc": "The packaging weight will be added to the products weight on label generation. It is taken into account when calculating the shipping price to show to the customers.",
        "desc_tip": true,
        "default": "0"
    },
    {
        "id": "md_section_settings",
        "type": "sectionend"
    },
    {
        "id": "md_section_customs",
        "type": "title",
        "title": "Customs declaration"
    },
    {
        "id": "md_customs_section",
        "type": "md_customs_section"
    },
    {
        "id": "md_shipment_outside_ue",
        "type": "select",
        "title": "Shipment outside of EU",
        "class": "",
        "default": "yes",
        "options": {
            "yes": "Yes",
            "no": "No"
        }
    },
    {
        "id": "md_shipment_type",
        "type": "select",
        "title": "Shipment type",
        "class": "md_customs_field",
        "default": "sale",
        "options": {
            "sale": "Sale of merchandise",
            "gift": "Gift",
            "sample": "Sample",
            "return": "Return of merchandise",
            "document": "Document",
            "other": "Other"
        }
    },
    {
        "id": "md_default_fee",
        "type": "number",
        "title": "Default shipping fee",
        "desc": "Default shipping fee to apply for CN23 in case the shipping amount is 0 (free shipping for the client for example)",
        "desc_tip": true,
        "class": "md_customs_field",
        "default": "0",
        "custom_attributes": {
            "min": "0"
        }
    },
    {
        "id": "md_default_hscode",
        "type": "text",
        "title": "Default HS code",
        "desc": "Default HS code to use if no specific ones have been set on the products",
        "desc_tip": true,
        "class": "md_customs_field",
        "default": ""
    },
    {
        "id": "md_default_country",
        "type": "countrylist",
        "title": "Default country of manufacture",
        "desc": "Default country of manufacture to use if no specific ones have been set on the products",
        "class": "md_customs_field",
        "default": "FR"
    },
    {
        "id": "md_vat_number",
        "type": "text",
        "title": "VAT number",
        "desc": "The VAT number is needed for delivery to United Kingdom",
        "desc_tip": true,
        "class": "md_customs_field"
    },
    {
        "id": "md_uk_eori",
        "type": "text",
        "title": "United Kingdom EORI Number",
        "desc": "The Economic Operator Registration and Identification number is required for the United Kingdom.",
        "desc_tip": true,
        "class": "md_customs_field",
        "default": ""
    },
    {
        "id": "md_section_profile_custom_numbers",
        "type": "md_profile_custom_numbers"
    },
    {
        "id": "md_section_customs",
        "type": "sectionend"
    }
]
