<?xml version="1.0" encoding="utf-8"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="http://raw.githubusercontent.com/shopware/shopware/5.3/engine/Shopware/Components/Plugin/schema/config.xsd">
    <elements>
        <element required="true" type="boolean" scope="shop">
            <name>shipping</name>
            <label lang="de">Versandkosten nicht berücksichtigen</label>
            <label lang="en">Ignore shipping costs in credit</label>
            <description lang="de"><![CDATA[<b>Ja:</b> Versandkosten in keinem Fall gutschreiben <br/><b>Nein:</b> Standard Showpare-Verhalten, schreibt Versandkosten (sofern gezahlt) gut.]]></description>
            <description lang="en"><![CDATA[<b> Yes: </b> Do not credit shipping costs under any circumstances. <br/> <b> No: </b> Standard Showpare behavior, credit shipping costs (if paid).]]></description>

        </element>

        <element required="true" type="boolean" scope="shop">
            <name>hpgwhook</name>
            <label lang="de">Heidelpay: Gutschriftsbetrag vorausfüllen</label>
            <label lang="en">Heidelpay: Rebill prefill</label>

            <description lang="de"><![CDATA[Gutschriftsbetrag als Prefill für Refund eintragen (nur Heidelpay-Plugin)]]></description>
            <description lang="en"><![CDATA[Rebill, adjust to the last credit]]></description>
        </element>

        <element required="true" type="boolean" scope="shop">
            <name>compliance</name>
            <label lang="de">Compliance mode</label>
            <label lang="en">compliance mode</label>

            <description lang="de"><![CDATA[Dokumente können nicht Überschrieben werden. Wenn ein Guthaben vorhanden ist, kann keine Stornierung erstellt werden. Wenn eine Stornierung vorliegt, kann keine Gutschrift erstellt werden. Ohne Rechnung können Sie keine weiteren Dokumente erstellen.]]></description>
            <description lang="en"><![CDATA[Documents cant be overwritten. If a credit exists you cant create a cancellation. If a cancelation exists you cant create a credit. Without an invoice you can't create further documents.]]></description>
        </element>
    </elements>
</config>
