UST-ID: bei Azure Template ausblenden / entfernen

UST-ID: bei Azure Template ausblenden / entfernen ?

Habe den Code VATID bei folgenden Dateien schon entfernt.
basic/tpl/page/checkout/user.tpl
basic/tpl/page/account/register.tpl
basic/tpl/page/account/user.tpl

Browser Cache und TMP im Server gelöscht.

Bekomme aber immer noch die Auswahl “USt-ID:” beim bestellen / Kundendaten eingabe.

Wie bekomme ich die bei Azure raus.

Dannke

MfG Dirk

*** LISTE ALLER DATEIEN MIT VATID ***
admin/de/lang.php
admin/de/help_lang.php
admin/en/lang.php
admin/en/help_lang.php
admin/tpl/order_overview.tpl
azure/de/lang.php
azure/en/lang.php
azure/tpl/email/html/order_cust.tpl
azure/tpl/email/html/order_owner.tpl
azure/tpl/email/plain/order_cust.tpl
azure/tpl/email/plain/order_owner.tpl
azure/tpl/form/fieldset/user_billing.tpl
basic/de/lang.php
basic/en/lang.php
basic/tpl/page/checkout/user.tpl
basic/tpl/page/account/register.tpl
basic/tpl/page/account/user.tpl
basic/tpl/email/html/order_cust.tpl
basic/tpl/email/html/order_owner.tpl
basic/tpl/email/plain/order_cust.tpl
basic/tpl/email/plain/order_owner.tpl

Ich glaube ich habe es gefunden.

/azure/tpl/form/fieldset/user_billing.tpl

ident=“FORM_FIELDSET_USER_BILLING_VATIDNO”


[{*

<li [{if $aErrors}]class="oxError"[{/if}]>
        <label>[{ oxmultilang ident="FORM_FIELDSET_USER_BILLING_VATIDNO" }][{if $oView->isFieldRequired(oxuser__oxustid) }]<span class="req">*</span>[{/if}]</label>
         <input [{if $oView->isFieldRequired(oxuser__oxustid) }]class="oxValidate oxValidate_notEmpty" [{/if}]type="text" size="37" maxlength="255" name="invadr[oxuser__oxustid]" value="[{if isset( $invadr.oxuser__oxustid ) }][{ $invadr.oxuser__oxustid }][{else}][{ $oxcmp_user->oxuser__oxustid->value }][{/if}]">
          [{if $oView->isFieldRequired(oxuser__oxustid) }]
        <p class="oxValidateError">
            <span class="oxError_notEmpty">[{ oxmultilang ident="EXCEPTION_INPUT_NOTALLFIELDS" }]</span>
            [{include file="message/inputvalidation.tpl" aErrors=$aErrors.oxuser__oxustid}]
        </p>
          [{/if}]
*}]