![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/cartforge.co/app/code/Webkul/PrivateShop/etc/frontend/ |
<?xml version="1.0"?> <!-- /** * Webkul Software * * @category Webkul * @package Webkul_PrivateShop * @author Webkul Software Private Limited * @copyright Webkul Software Private Limited (https://webkul.com) * @license https://store.webkul.com/license.html */ --> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Event/etc/events.xsd"> <event name="catalog_category_collection_load_after"> <observer name="hide_private_catalog_category_collection_load_after" instance="Webkul\PrivateShop\Observer\CatalogCategoryCollectionLoadAfter"/> </event> <event name="customer_save_after_data_object"> <observer name="customer_save_after_data_object_observer" instance="Webkul\PrivateShop\Observer\CustomerSaveAfterObserver"/> </event> <event name="controller_action_predispatch_checkout_cart_index"> <observer name="verify_items_before_view_cart_observer" instance="Webkul\PrivateShop\Observer\VerfiyCart" /> </event> <event name="controller_action_predispatch_checkout_index_index"> <observer name="verify_items_before_view_checkout_observer" instance="Webkul\PrivateShop\Observer\VerfiyCart" /> </event> <event name="customer_login"> <observer name="customer_login_observer" instance="Webkul\PrivateShop\Observer\CustomerLogin" /> </event> <event name="customer_logout"> <observer name="customer_logout_observer" instance="Webkul\PrivateShop\Observer\CustomerLogout" /> </event> </config>