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 / a / home / dev2.destoffenstraat.com / app / code / TIG / PostNL / etc / frontend /
Filename/home/a/home/dev2.destoffenstraat.com/app/code/TIG/PostNL/etc/frontend/di.xml
Size5.93 kb
Permissionrwxrwxrwx
Ownerroot : root
Create time21-Aug-2025 12:26
Last modified09-Mar-2023 07:54
Last accessed22-Aug-2025 19:40
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
<?xml version="1.0" encoding="UTF-8"?>
<!--
*
*
* ..::..
* ..::::::::::::..
* ::'''''':''::'''''::
* ::.. ..: : ....::
* :::: ::: : : ::
* :::: ::: : ''' ::
* ::::..:::..::.....::
* ''::::::::::::''
* ''::''
*
*
* NOTICE OF LICENSE
*
* This source file is subject to the Creative Commons License.
* It is available through the world-wide-web at this URL:
* http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US
* If you are unable to obtain it through the world-wide-web, please send an email
* to servicedesk@tig.nl so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please contact servicedesk@tig.nl for more information.
*
* @copyright Copyright (c) Total Internet Group B.V. https://tig.nl/copyright
* @license http://creativecommons.org/licenses/by-nc-nd/3.0/nl/deed.en_US
*
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
<type name="Magento\Checkout\Model\CompositeConfigProvider">
<arguments>
<argument name="configProviders" xsi:type="array">
<item name="tig_postnl_checkout_config_provider" xsi:type="object">TIG\PostNL\Config\Provider\CheckoutConfiguration</item>
</argument>
</arguments>
</type>

<type name="TIG\PostNL\Config\Provider\CheckoutConfiguration">
<arguments>
<argument name="shippingConfiguration" xsi:type="array">
<item name="shippingoptions_active" xsi:type="object">\TIG\PostNL\Config\CheckoutConfiguration\IsShippingOptionsActive</item>
<item name="pakjegemak_active" xsi:type="object">\TIG\PostNL\Config\CheckoutConfiguration\IsPakjegemakActive</item>
<item name="pakjegemak_be_active" xsi:type="object">\TIG\PostNL\Config\CheckoutConfiguration\IsPakjegemakBeActive</item>
<item name="is_package_machine_filter_active" xsi:type="object">\TIG\PostNL\Config\CheckoutConfiguration\IsPackageMachineFilterActive</item>
<item name="stated_address_only_active" xsi:type="object">\TIG\PostNL\Config\CheckoutConfiguration\IsStatedAddressOnlyActive</item>
<item name="stated_address_only_fee" xsi:type="object">\TIG\PostNL\Config\CheckoutConfiguration\StatedAddressOnlyFee</item>
<item name="urls" xsi:type="object">\TIG\PostNL\Config\CheckoutConfiguration\Urls</item>
<item name="is_sundaydelivery_active" xsi:type="object">\TIG\PostNL\Config\CheckoutConfiguration\IsSundayDeliveryActive</item>
<item name="sundaydelivery_fee" xsi:type="object">\TIG\PostNL\Config\CheckoutConfiguration\SundayDeliveryFee</item>
<item name="is_todaydelivery_active" xsi:type="object">\TIG\PostNL\Config\CheckoutConfiguration\IsTodayDeliveryActive</item>
<item name="todaydelivery_fee" xsi:type="object">\TIG\PostNL\Config\CheckoutConfiguration\TodayDeliveryFee</item>
<item name="is_eveningdelivery_active" xsi:type="object">\TIG\PostNL\Config\CheckoutConfiguration\IsEveningDeliveryActive</item>
<item name="is_eveningdelivery_be_active" xsi:type="object">\TIG\PostNL\Config\CheckoutConfiguration\IsEveningDeliveryBeActive</item>
<item name="eveningdelivery_fee" xsi:type="object">\TIG\PostNL\Config\CheckoutConfiguration\EveningDeliveryFee</item>
<item name="eveningdelivery_be_fee" xsi:type="object">\TIG\PostNL\Config\CheckoutConfiguration\EveningDeliveryBeFee</item>
<item name="is_deliverydays_active" xsi:type="object">\TIG\PostNL\Config\CheckoutConfiguration\IsDeliverDaysActive</item>
<item name="is_postcodecheck_active" xsi:type="object">\TIG\PostNL\Config\CheckoutConfiguration\IsPostcodecheckActive</item>
<item name="checkout_extension" xsi:type="object">\TIG\PostNL\Config\CheckoutConfiguration\CheckoutExtension</item>
<item name="is_delivery_days_disabled" xsi:type="object">\TIG\PostNL\Config\CheckoutConfiguration\IsDeliveryDaysDisabled</item>
<item name="onestepcheckout_active" xsi:type="object">\TIG\PostNL\Config\CheckoutConfiguration\IsOnestepcheckoutActive</item>
<item name="is_international_address_active" xsi:type="object">\TIG\PostNL\Config\CheckoutConfiguration\IsInternationalAddressActive</item>
</argument>
</arguments>
</type>

<!-- This class is responsible for filtering the time frames received from PostNL. -->
<type name="TIG\PostNL\Service\Timeframe\Filter">
<arguments>
<!-- Order is important, cutoff times must be processed last -->
<argument name="dayFilters" xsi:type="array">
<item name="sameday" xsi:type="object">\TIG\PostNL\Service\Timeframe\Filters\Days\SameDay</item>
<item name="cutoff" xsi:type="object">\TIG\PostNL\Service\Timeframe\Filters\Days\CutOffTimes</item>
</argument>
<argument name="optionsFilters" xsi:type="array">
<item name="evening" xsi:type="object">\TIG\PostNL\Service\Timeframe\Filters\Options\Evening</item>
<item name="sunday" xsi:type="object">\TIG\PostNL\Service\Timeframe\Filters\Options\Sunday</item>
<item name="today" xsi:type="object">\TIG\PostNL\Service\Timeframe\Filters\Options\Today</item>
</argument>
</arguments>
</type>

<type name="Magento\Checkout\Block\Checkout\LayoutProcessor">
<plugin name="postnlPostcodecheckGroupPlugin" type="TIG\PostNL\Plugin\Postcodecheck\LayoutProcessor" />
</type>

<type name="Mageplaza\Osc\Helper\Address">
<plugin name="postcodeFieldGroupMagePlazaPlugin" type="TIG\PostNL\Plugin\Postcodecheck\Mageplaza\AddressHelper" />
</type>

</config>