b374k
m1n1 1.01
Apache/2.4.41 (Ubuntu)
Linux vmi616275.contaboserver.net 5.4.0-84-generic #94-Ubuntu SMP Thu Aug 26 20:27:37 UTC 2021 x86_64
uid=33(www-data) gid=33(www-data) groups=33(www-data)
server ip : 62.171.164.128 | your ip : 127.0.0.1
safemode OFF
 >  / home / dev2.destoffenstraat.com / app / code / Geissweb / Euvat / etc /
Filename/home/dev2.destoffenstraat.com/app/code/Geissweb/Euvat/etc/events.xml
Size1.7 kb
Permissionrwxrwxrwx
Ownerroot : root
Create time17-Aug-2025 10:26
Last modified09-Jul-2024 08:40
Last accessed22-Aug-2025 02:07
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
<?xml version="1.0"?>
<!--
/**
* ||GEISSWEB| EU VAT Enhanced
*
* NOTICE OF LICENSE
*
* This source file is subject to the GEISSWEB End User License Agreement
* that is available through the world-wide-web at this URL: https://www.geissweb.de/legal-information/eula
*
* DISCLAIMER
*
* Do not edit this file if you wish to update the extension in the future. If you wish to customize the extension
* for your needs please refer to our support for more information.
*
* @copyright Copyright (c) 2015 GEISS Weblösungen (https://www.geissweb.de)
* @license https://www.geissweb.de/legal-information/eula GEISSWEB End User License Agreement
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Event/etc/events.xsd">
<!-- After VAT number was validated -->
<event name="vat_validation_after">
<observer name="euvat_vat_validation_after" instance="Geissweb\Euvat\Observer\VatValidationAfter"/>
</event>
<!-- Customer Login Observer for revalidation-->
<event name="customer_login">
<observer name="euvat_customer_login"
instance="Geissweb\Euvat\Observer\CustomerLogin" />
</event>
<!-- Save VAT validation details to address -->
<event name="sales_quote_address_save_before">
<observer name="euvat_quote_address_validation_data"
instance="Geissweb\Euvat\Observer\QuoteAddressSaveBefore" />
</event>
<!-- Pseudoregistry for the tax country -->
<event name="estimate_tax_based_on_country">
<observer name="euvat_estimate_tax_based_on_country"
instance="Geissweb\Euvat\Observer\AfterEstimateTaxBasedOnCountry"/>
</event>
</config>