How to Run Magento 2 Import or Export After Specific System Event or Process

- E-Commerce, Magento 2, Our extensions

Magento 2 Import Export After Specific Event

If you are wondering how to automate import and export processes, you’ve come to the right place. Below, we shed light on how to run Magento 2 import/export after a specific system event or process in a fully automated manner. You will no longer need to start data exchange procedures manually after reading this article. To make the long story short, let’s proceed right to the crux of the matter.

Introduction

As you might have already guessed, the ability to run Magento 2 import and export processes after a specific system event is based on a third-party extension. The default data migration tools represented on the platform are limited so that you can use them for basic procedures only. Anything more robust is provided with the help of additional extensions.

However, not all import and export tools are similar. Most extensions of this kind improve the default Magento 2 functionality just slightly. As a result, you need to look hard to find a tool that enables Magento 2 import and export after a specific system process. Most of them don’t even provide the ability to create a schedule of transfers so that you should launch every process manually.

Luckily, there is the Improved Import & Export Magento 2 extension which not only supports cron but also works with Magento 2 events and observers allowing you to create specific conditions for launching import or export.

Magento 2 Events & Observers

There are lots of various tutorials that explain how to leverage events and observers of Magento 2. Since we don’t pretend to turn this article into a developer’s guide that describes this technical aspect of our favorite e-commerce platform, you will find a link to the appropriate material below. Below, we only shed light on some core aspects necessary to describe the proper functionality of our module.

If you have a zero understanding of what events and observers do, they dramatically improve your daily routine if you know how to streamline the corresponding piece of technology. Being based on the publish-subscribe pattern, they provide the ability to run custom code in response to specific Magento events or even custom processes.

Let’s take a look at what exact functionality is hidden behind the two terms.

Observers represent a potent mechanism available in Magento 2 by default. Being a specific type of a Magento class, they can influence everything from the platform’s general behavior to the custom business logic. As you might have already guessed, observers are tightly connected with events. They are executed whenever the corresponding event is dispatched by the event manager. So, an observer is continuously watching a specific event. When the event happens, it starts to run the programmed process (import or export in our case). But what about Magento events?

Modules dispatch them after specific actions are triggered. As mentioned above, you can use not only local Magento events but also create custom ones.  When an event is dispatched, it can pass data to any observers that fallow that event.

We hope that now you understand the basic principle behind events and observers of Magento 2. For further information, read the official documentation: Magento 2 Events and Observers. As for the promised tutorial, you can find it here: Magento 2 Events List and How to Use Them.

How to Run Magento 2 Import or Export After Specific System Event

Magento 2 mysql data import

Now, we can proceed to the corresponding functionality of the Improved Import & Export extension. If you need to launch import or export in Magento 2 right after a specific event or process, specify the corresponding behavior in the admin section of our module. Choose the appropriate option which is available additionally to schedules and manual runs and select an event that will launch the process. That’s all!

The Improved Import & Export Magento 2 extension starts a data transfer right after a corresponding observer detects the specified event. Note that even an import/export process can become a trigger radically increasing the flexibility of import and export processes. Thus, you can use our extension to:

  • Run an order export job after a new order has been placed – an advantageous behavior that automates data transfers between Magento 2 and your drop shipping partner.
  • Run product export after a price has been changed – if your store is connected to a marketplace, and you want to change the current product prices, the extension provides the ability to inform the external platform about them automatically.
  • Import products when the stock is less than five items and a product has been purchased right now – it is an example of a complex rule that launches a new data transfer when both conditions are met.
  • Export new customer data after he/she has placed an order – a beneficial condition if your store is integrated with an external CRM system.
  • Run a stock import job after an export job has been finished – it is an example of how an export process can launch the opposite procedure. Note that you can use an export trigger to start export processes. The same is about the import.

Thus, the Improved Import & Export extension offers the most flexible conditions in the whole ecosystem when it comes to the ability to run Magento 2 import & export processes after a specific event.

Now, let’s focus on the other features of our module. The full list of Magento 2 event is provided at the end of this article.

Get Improved Import & Export Magento 2 Extension

How to Run Magento 2 Import or Export On Schedule

In addition to event-based import and export processes, the extension lets you create flexible schedules on the basis of cron. We’ve already mentioned this feature above and want to say a few more words about it now.

The Improved Import & Export Magento 2 extension supports allows you to create any custom update schedule. Additionally, you can choose one of the predefined intervals that can be customized if necessary. Another vital opportunity that our module offers is represented by profiles designed for a manual run only. For instance, you need to move customer data from your old Magento 1 store to a new one by the second version of the platform. Since this process should be launched only once, there is no need to create an update schedule.

At the same time, you can run every scheduled import and export process manually before the specified time. For instance, you’ve just received a significant update, but the corresponding job is scheduled for tomorrow. There is no need to wait or create a new import profile – launch the existing one manually!

You can see how to configure the corresponding section of the Improved Import & Export extension below:

How to Run Magento 2 Import or Export After Specific System Event via Multiple File Formats

The Improved Import & Export Magento 2 extension exceeds the boundaries of the platform even more by introducing the support for multiple file formats. By default, Magento works with CSV files only. With the help of our module, you can dramatically extend that functionality. It allows you to run import and export after a specific system event via XML, JSON, ODS, and Excel. You no longer need to convert these file formats into CSV to import data files into your store. Furthermore, the extension lets you create the corresponding output providing it right to external systems via one of the supported file sources.

The Improved Import & Export module works with FTP/SFTP destinations. It means that you can use your local server to transfer data between two systems. A remote server can be freely utilized for the same purposes as well.

The Dropbox support represents another data source. Use your account in the cloud storage to exchange data files between Magento 2 and any external platforms that support this connection type.

And if you need to import data, a direct URL is enough. Provide the Improved Import & Export Magento 2 extension with an address of a file, and the module will move it into the system.

Note that all compressed data is unzipped automatically. You no longer need to extract file archives manually before importing them into Magento 2.

How to Run Magento 2 Import or Export After Specific System Event Without Files

You can even run import and export processes after a specific system event without data files. The Improved Import & Export Magento 2 extension offers several corresponding options.

First of all, our extension enables you to import data from Google Sheets. Let’s assume a situation when your partner provides stock updates via this service. You can use the Improved Import & Export Magento 2 extension to launch the corresponding job after a specific number of items is left.

The following gif shows how to connect your Magento 2 website to Google Sheets:

Magento 2 Google Sheet import

Alternatively, you can avoid all intermediaries and link your store to a remote system directly. The Improved Import & Export extension support the following three standards: SOAP API, REST API, or GraphQL API. All of them are used for complex integrations, and you can freely leverage event-based import/export processes with one of these API connections.

How to Run Magento 2 Import or Export After Specific System Event Without File Editing

Another feature of our module that truly enables the ability to run all import and export processes automatically is mapping. The extension allows using mapping presets that erase boundaries between Magento 2 and external platforms.

It’s not a secret that due to different data standards, you cannot take an external output and import it into Magento 2. The barrier exists even between Magento 2.x and 1.x. Different attribute standards cause the problem so that you need to edit every data file manually before moving it into your e-commerce store. Usually, this process takes much time and effort since it covers a massive volume of work. But there is a reliable solution.

Our extension lets you effortlessly run import and export processes after a specific event with the help of mapping presets. You need to select a predefined mapping scheme developed for your particular integration. Below, you can see how to solve the problem caused by different attribute standards of Magento 2 and 1:

At the same time, the Improved Import & Export Magento 2 module enables you to match external attributes to ones used internally in a convenient admin interface. The procedure is very straightforward. You only need to select an external attribute in one column and match it to ones used in Magento 2. The native attribute should be specified in the second column. Besides, you can type a hardcoded attribute value that will be added to all items. The following gif image illustrates the process:

Advanced Mapping Features

To improve the mapping functionality we’ve just described, the Improved Import & Export Magento 2 extension offers several more features, such as attribute values mapping and editing, category mapping, and attributes on the fly. Let’s take a look at each one individually.

The ability to map attribute values will save your time and effort in case you get third-party files with attribute values that are not used within your database. Instead of importing them and creating new ones, you can match the unnecessary designations to the existing values. The procedure is based on the same principle as attribute matching and takes place in the same environment, but you can match multiple external values to a single one as well. You can find more information regarding attribute values mapping in this post: Attribute Values Mapping.

Attribute values editing is another time-saver provided by Improved Import & Export. Use multiple rules and conditions to apply changes in bulk precisely. You can add a prefix, suffix, or both. Besides, it is possible to merge or split the data if necessary. The feature is described here: How to Modify Attribute Values During Import and Export in Magento 2.

As for the ability to map product categories, it lets you match all external designations to ones used in your database without affecting the existing catalog. Furthermore, you can create new categories right during the import process. Both options are illustrated here: Category Mapping.

As mentioned above, you can freely create attributes on the fly with the help of the Improved Import & Export extension. If any data is absent in the import file, it’s no longer a problem. Specify parameters necessary to create the missing attribute, and our extension will do everything for you. Follow this link to get a better understanding of this feature: Product attributes import.

And don’t forget to check this video to discover more nuances related to the Improved Import & Export Magento 2 extension:

Final Words

You must admit that running import or export after a specific system event in Magento 2 is no longer a problem. The Improved Import & Export extension revolutionizes the way you used to work with the default Magento tools. Events and observer-based functionality of the module is just the tip of the iceberg. For any further information, follow the link below and contact our support:

Get Improved Import & Export Magento 2 Extension

Magento 2 Events List

Below, you can see a table that contains all Magento 2 events. The first column shows a file where you can find a specific event whilst the second one provides a corresponding event name. You can use the following information to get a better understanding of what specific system events can be used to run Magento 2 Import & Export processes in a fully automated mode right after particular conditions has been met.  

File Event name
app/code/Magento/Authorizenet/Controller/Directpost/Payment/Place.php checkout_directpost_placeOrder
app/code/Magento/Backend/Block/System/Store/Edit/AbstractForm.php adminhtml_store_edit_form_prepare_form
app/code/Magento/Backend/Block/Template.php adminhtml_block_html_before
app/code/Magento/Backend/Block/Widget/Grid.php backend_block_widget_grid_prepare_grid_before
app/code/Magento/Backend/Console/Command/CacheCleanCommand.php adminhtml_cache_flush_system
app/code/Magento/Backend/Console/Command/CacheFlushCommand.php adminhtml_cache_flush_all
app/code/Magento/Backend/Controller/Adminhtml/Cache/CleanImages.php clean_catalog_images_cache_after
app/code/Magento/Backend/Controller/Adminhtml/Cache/CleanMedia.php clean_media_cache_after
app/code/Magento/Backend/Controller/Adminhtml/Cache/CleanStaticFiles.php clean_static_files_cache_after
app/code/Magento/Backend/Controller/Adminhtml/Cache/FlushAll.php adminhtml_cache_flush_all
app/code/Magento/Backend/Controller/Adminhtml/Cache/FlushSystem.php adminhtml_cache_flush_system
app/code/Magento/Backend/Controller/Adminhtml/System/Design/Save.php theme_save_after
app/code/Magento/Backend/Controller/Adminhtml/System/Store/DeleteStorePost.php store_delete
app/code/Magento/Backend/Controller/Adminhtml/System/Store/Save.php store_group_save
app/code/Magento/Backend/Controller/Adminhtml/System/Store/Save.php NO_MATCH
app/code/Magento/Backend/Model/Auth.php backend_auth_user_login_success
app/code/Magento/Backend/Model/Auth.php backend_auth_user_login_failed
app/code/Magento/Backend/Model/Auth.php backend_auth_user_login_failed
app/code/Magento/Bundle/Block/Catalog/Product/View/Type/Bundle.php catalog_product_option_price_configuration_after
app/code/Magento/Bundle/Model/Product/Price.php prepare_catalog_product_collection_prices
app/code/Magento/Bundle/Model/Product/Price.php catalog_product_get_final_price
app/code/Magento/Bundle/Model/Product/Price.php catalog_product_get_final_price
app/code/Magento/Bundle/Model/ResourceModel/Indexer/Price.php catalog_product_prepare_index_select
app/code/Magento/Bundle/Pricing/Price/BundleSelectionPrice.php catalog_product_get_final_price
app/code/Magento/Catalog/Block/Adminhtml/Category/Tab/Attributes.php adminhtml_catalog_category_edit_prepare_form
app/code/Magento/Catalog/Block/Adminhtml/Category/Tabs.php adminhtml_catalog_category_tabs
app/code/Magento/Catalog/Block/Adminhtml/Category/Tree.php adminhtml_catalog_category_tree_is_moveable
app/code/Magento/Catalog/Block/Adminhtml/Category/Tree.php adminhtml_catalog_category_tree_can_add_root_category
app/code/Magento/Catalog/Block/Adminhtml/Category/Tree.php adminhtml_catalog_category_tree_can_add_sub_category
app/code/Magento/Catalog/Block/Adminhtml/Product/Attribute/Edit/Tab/Advanced.php product_attribute_form_build
app/code/Magento/Catalog/Block/Adminhtml/Product/Attribute/Edit/Tab/Front.php product_attribute_form_build_front_tab
app/code/Magento/Catalog/Block/Adminhtml/Product/Attribute/Edit/Tab/Front.php adminhtml_catalog_product_attribute_edit_frontend_prepare_form
app/code/Magento/Catalog/Block/Adminhtml/Product/Attribute/Edit/Tab/Main.php adminhtml_product_attribute_types
app/code/Magento/Catalog/Block/Adminhtml/Product/Attribute/Edit/Tab/Main.php product_attribute_form_build_main_tab
app/code/Magento/Catalog/Block/Adminhtml/Product/Attribute/Grid.php product_attribute_grid_build
app/code/Magento/Catalog/Block/Adminhtml/Product/Attribute/NewAttribute/Product/Attributes.php adminhtml_catalog_product_edit_prepare_form
app/code/Magento/Catalog/Block/Adminhtml/Product/Attribute/NewAttribute/Product/Attributes.php adminhtml_catalog_product_edit_element_types
app/code/Magento/Catalog/Block/Adminhtml/Product/Attribute/Set/Main.php adminhtml_catalog_product_attribute_set_main_html_before
app/code/Magento/Catalog/Block/Adminhtml/Product/Attribute/Set/Toolbar/Main.php adminhtml_catalog_product_attribute_set_toolbar_main_html_before
app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Action/Attribute/Tab/Attributes.php adminhtml_catalog_product_form_prepare_excluded_field_list
app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Tab/Attributes/Create.php adminhtml_catalog_product_edit_tab_attributes_create_html_before
app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Tab/Attributes.php adminhtml_catalog_product_edit_prepare_form
app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Tab/Attributes.php adminhtml_catalog_product_edit_element_types
app/code/Magento/Catalog/Block/Adminhtml/Product/Grid.php adminhtml_catalog_product_grid_prepare_massaction
app/code/Magento/Catalog/Block/Adminhtml/Product/Helper/Form/Gallery/Content.php catalog_product_gallery_prepare_layout
app/code/Magento/Catalog/Block/Product/AbstractProduct.php catalog_block_product_status_display
app/code/Magento/Catalog/Block/Product/ListProduct.php catalog_block_product_list_collection
app/code/Magento/Catalog/Block/Product/ProductList/Upsell.php catalog_product_upsell
app/code/Magento/Catalog/Block/Product/View/Options.php catalog_product_option_price_configuration_after
app/code/Magento/Catalog/Block/Product/View.php catalog_product_view_config
app/code/Magento/Catalog/Block/Rss/Category.php rss_catalog_category_xml_callback
app/code/Magento/Catalog/Block/Rss/Product/NewProducts.php rss_catalog_new_xml_callback
app/code/Magento/Catalog/Block/Rss/Product/Special.php rss_catalog_special_xml_callback
app/code/Magento/Catalog/Block/ShortcutButtons.php shortcut_buttons_container
app/code/Magento/Catalog/Controller/Adminhtml/Category/Delete.php catalog_controller_category_delete
app/code/Magento/Catalog/Controller/Adminhtml/Category/Edit.php category_prepare_ajax_response
app/code/Magento/Catalog/Controller/Adminhtml/Category/Save.php catalog_category_prepare_save
app/code/Magento/Catalog/Controller/Adminhtml/Product/Action/Attribute/Save.php catalog_product_to_website_change
app/code/Magento/Catalog/Controller/Adminhtml/Product/Edit.php catalog_product_edit_action
app/code/Magento/Catalog/Controller/Adminhtml/Product/Gallery/Upload.php catalog_product_gallery_upload_image_after
app/code/Magento/Catalog/Controller/Adminhtml/Product/NewAction.php catalog_product_new_action
app/code/Magento/Catalog/Controller/Adminhtml/Product/Save.php controller_action_catalog_product_save_entity_after
app/code/Magento/Catalog/Controller/Category/View.php catalog_controller_category_init_after
app/code/Magento/Catalog/Controller/Product/Compare/Add.php catalog_product_compare_add_product
app/code/Magento/Catalog/Controller/Product/Compare/Remove.php catalog_product_compare_remove_product
app/code/Magento/Catalog/Helper/Product/View.php catalog_controller_product_view
app/code/Magento/Catalog/Helper/Product.php catalog_controller_product_init_before
app/code/Magento/Catalog/Helper/Product.php catalog_controller_product_init_after
app/code/Magento/Catalog/Model/Category.php _move_before
app/code/Magento/Catalog/Model/Category.php _move_after
app/code/Magento/Catalog/Model/Category.php category_move
app/code/Magento/Catalog/Model/Product/Action.php catalog_product_attribute_update_before
app/code/Magento/Catalog/Model/Product/Attribute/Source/Inputtype.php adminhtml_product_attribute_types
app/code/Magento/Catalog/Model/Product/Type/AbstractType.php NO_MATCH
app/code/Magento/Catalog/Model/Product/Type/Price.php catalog_product_get_final_price
app/code/Magento/Catalog/Model/Product.php _validate_before
app/code/Magento/Catalog/Model/Product.php _validate_after
app/code/Magento/Catalog/Model/Product.php catalog_product_is_salable_before
app/code/Magento/Catalog/Model/Product.php catalog_product_is_salable_after
app/code/Magento/Catalog/Model/ResourceModel/Category/Collection.php _load_before
app/code/Magento/Catalog/Model/ResourceModel/Category/Collection.php _load_after
app/code/Magento/Catalog/Model/ResourceModel/Category/Collection.php _add_is_active_filter
app/code/Magento/Catalog/Model/ResourceModel/Category/Flat/Collection.php _load_before
app/code/Magento/Catalog/Model/ResourceModel/Category/Flat/Collection.php _load_after
app/code/Magento/Catalog/Model/ResourceModel/Category/Flat/Collection.php _add_is_active_filter
app/code/Magento/Catalog/Model/ResourceModel/Category/Flat.php catalog_category_tree_init_inactive_category_ids
app/code/Magento/Catalog/Model/ResourceModel/Category/Flat.php catalog_category_flat_loadnodes_before
app/code/Magento/Catalog/Model/ResourceModel/Category/Tree.php catalog_category_tree_init_inactive_category_ids
app/code/Magento/Catalog/Model/ResourceModel/Category.php catalog_category_change_products
app/code/Magento/Catalog/Model/ResourceModel/Product/Collection.php catalog_prepare_price_select
app/code/Magento/Catalog/Model/ResourceModel/Product/Collection.php catalog_product_collection_load_after
app/code/Magento/Catalog/Model/ResourceModel/Product/Collection.php catalog_product_collection_before_add_count_to_categories
app/code/Magento/Catalog/Model/ResourceModel/Product/Collection.php catalog_product_collection_apply_limitations_after
app/code/Magento/Catalog/Model/ResourceModel/Product/Compare/Item/Collection.php catalog_product_compare_item_collection_clear
app/code/Magento/Catalog/Model/ResourceModel/Product/Indexer/Eav/AbstractEav.php prepare_catalog_product_index_select
app/code/Magento/Catalog/Model/ResourceModel/Product/Indexer/Eav/Decimal.php prepare_catalog_product_index_select
app/code/Magento/Catalog/Model/ResourceModel/Product/Indexer/Eav/Source.php prepare_catalog_product_index_select
app/code/Magento/Catalog/Model/ResourceModel/Product/Indexer/Eav/Source.php prepare_catalog_product_index_select
app/code/Magento/Catalog/Model/ResourceModel/Product/Indexer/Price/DefaultPrice.php prepare_catalog_product_index_select
app/code/Magento/Catalog/Model/ResourceModel/Product.php catalog_product_delete_after_done
app/code/Magento/Catalog/Model/Rss/Product/NotifyStock.php rss_catalog_notify_stock_collection_select
app/code/Magento/Catalog/Plugin/Model/Product/Action/UpdateAttributesFlushCache.php clean_cache_by_tags
app/code/Magento/CatalogImportExport/Model/Import/Product.php catalog_product_import_bunch_delete_after
app/code/Magento/CatalogImportExport/Model/Import/Product.php catalog_product_import_finish_before
app/code/Magento/CatalogImportExport/Model/Import/Product.php catalog_product_import_bunch_save_after
app/code/Magento/CatalogInventory/Model/Indexer/Stock/AbstractAction.php clean_cache_by_tags
app/code/Magento/CatalogRule/Block/Adminhtml/Promo/Catalog/Edit/Tab/Main.php adminhtml_promo_catalog_edit_tab_main_prepare_form
app/code/Magento/CatalogRule/Controller/Adminhtml/Promo/Catalog/Save.php adminhtml_controller_catalogrule_prepare_save
app/code/Magento/CatalogRule/Model/Indexer/AbstractIndexer.php clean_cache_by_tags
app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Action/DataProvider.php catelogsearch_searchable_attributes_load_after
app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Action/Full.php catelogsearch_searchable_attributes_load_after
app/code/Magento/CatalogSearch/Model/ResourceModel/Fulltext.php catalogsearch_reset_search_result
app/code/Magento/Checkout/Block/QuoteShortcutButtons.php shortcut_buttons_container
app/code/Magento/Checkout/Controller/Cart/Add.php checkout_cart_add_product_complete
app/code/Magento/Checkout/Controller/Cart/UpdateItemOptions.php checkout_cart_update_item_complete
app/code/Magento/Checkout/Controller/Onepage/SaveOrder.php checkout_controller_onepage_saveOrder
app/code/Magento/Checkout/Controller/Onepage/Success.php checkout_onepage_controller_success_action
app/code/Magento/Checkout/Helper/Data.php checkout_allow_guest
app/code/Magento/Checkout/Model/Cart.php checkout_cart_product_add_after
app/code/Magento/Checkout/Model/Cart.php checkout_cart_update_items_before
app/code/Magento/Checkout/Model/Cart.php checkout_cart_update_items_after
app/code/Magento/Checkout/Model/Cart.php checkout_cart_save_before
app/code/Magento/Checkout/Model/Cart.php checkout_cart_save_after
app/code/Magento/Checkout/Model/Cart.php checkout_cart_product_update_after
app/code/Magento/Checkout/Model/Session.php custom_quote_process
app/code/Magento/Checkout/Model/Session.php checkout_quote_init
app/code/Magento/Checkout/Model/Session.php load_customer_quote_before
app/code/Magento/Checkout/Model/Session.php checkout_quote_destroy
app/code/Magento/Checkout/Model/Session.php restore_quote
app/code/Magento/Checkout/Model/Type/Onepage.php checkout_type_onepage_save_order_after
app/code/Magento/Checkout/Model/Type/Onepage.php checkout_submit_all_after
app/code/Magento/Cms/Block/Adminhtml/Page/Edit/Tab/Content.php adminhtml_cms_page_edit_tab_content_prepare_form
app/code/Magento/Cms/Block/Adminhtml/Page/Edit/Tab/Design.php adminhtml_cms_page_edit_tab_design_prepare_form
app/code/Magento/Cms/Block/Adminhtml/Page/Edit/Tab/Main.php adminhtml_cms_page_edit_tab_main_prepare_form
app/code/Magento/Cms/Block/Adminhtml/Page/Edit/Tab/Meta.php adminhtml_cms_page_edit_tab_meta_prepare_form
app/code/Magento/Cms/Controller/Adminhtml/Page/Delete.php adminhtml_cmspage_on_delete
app/code/Magento/Cms/Controller/Adminhtml/Page/Delete.php adminhtml_cmspage_on_delete
app/code/Magento/Cms/Controller/Adminhtml/Page/Save.php cms_page_prepare_save
app/code/Magento/Cms/Controller/Router.php cms_controller_router_match_before
app/code/Magento/Cms/Helper/Page.php cms_page_render
app/code/Magento/Cms/Helper/Wysiwyg/Images.php cms_wysiwyg_images_static_urls_allowed
app/code/Magento/Config/Block/System/Config/Form/Fieldset/Modules/DisableOutput.php adminhtml_system_config_advanced_disableoutput_render_before
app/code/Magento/Config/Model/Config.php NO_MATCH
app/code/Magento/ConfigurableProduct/Model/Product/Validator/Plugin.php catalog_product_validate_variations_before
app/code/Magento/Cookie/Controller/Index/NoCookies.php controller_action_nocookies
app/code/Magento/CurrencySymbol/Model/System/Currencysymbol.php admin_system_config_changed_section_currency_before_reinit
app/code/Magento/CurrencySymbol/Model/System/Currencysymbol.php admin_system_config_changed_section_currency
app/code/Magento/Customer/Block/Adminhtml/Edit/Tab/Carts.php adminhtml_block_html_before
app/code/Magento/Customer/Controller/Account/CreatePost.php customer_register_success
app/code/Magento/Customer/Controller/Adminhtml/Index/Save.php adminhtml_customer_prepare_save
app/code/Magento/Customer/Controller/Adminhtml/Index/Save.php adminhtml_customer_save_after
app/code/Magento/Customer/Model/AccountManagement.php customer_customer_authenticated
app/code/Magento/Customer/Model/AccountManagement.php customer_data_object_login
app/code/Magento/Customer/Model/Address/AbstractAddress.php customer_address_format
app/code/Magento/Customer/Model/Customer.php customer_customer_authenticated
app/code/Magento/Customer/Model/Customer.php customer_validate
app/code/Magento/Customer/Model/ResourceModel/CustomerRepository.php customer_save_after_data_object
app/code/Magento/Customer/Model/Session.php customer_session_init
app/code/Magento/Customer/Model/Session.php customer_login
app/code/Magento/Customer/Model/Session.php customer_data_object_login
app/code/Magento/Customer/Model/Session.php customer_login
app/code/Magento/Customer/Model/Session.php customer_data_object_login
app/code/Magento/Customer/Model/Session.php customer_logout
app/code/Magento/Customer/Model/Visitor.php visitor_init
app/code/Magento/Customer/Model/Visitor.php visitor_activity_save
app/code/Magento/Eav/Block/Adminhtml/Attribute/Edit/Main/AbstractMain.php adminhtml_block_eav_attribute_edit_form_init
app/code/Magento/Eav/Model/Entity/Collection/AbstractCollection.php eav_collection_abstract_load_before
app/code/Magento/GiftMessage/Block/Message/Inline.php gift_options_prepare_items
app/code/Magento/GroupedProduct/Model/ResourceModel/Product/Indexer/Price/Grouped.php catalog_product_prepare_index_select
app/code/Magento/Indexer/Model/Processor/InvalidateCache.php clean_cache_after_reindex
app/code/Magento/Multishipping/Controller/Checkout/ShippingPost.php checkout_controller_multishipping_shipping_post
app/code/Magento/Multishipping/Controller/Checkout/Success.php multishipping_checkout_controller_success_action
app/code/Magento/Multishipping/Model/Checkout/Type/Multishipping.php checkout_type_multishipping_set_shipping_items
app/code/Magento/Multishipping/Model/Checkout/Type/Multishipping.php checkout_type_multishipping_create_orders_single
app/code/Magento/Multishipping/Model/Checkout/Type/Multishipping.php checkout_submit_all_after
app/code/Magento/Multishipping/Model/Checkout/Type/Multishipping.php checkout_multishipping_refund_all
app/code/Magento/PageCache/Model/Cache/Type.php adminhtml_cache_refresh_type
app/code/Magento/PageCache/Model/Layout/DepersonalizePlugin.php depersonalize_clear_session
app/code/Magento/Payment/Block/Form/Cc.php payment_form_block_to_html_before
app/code/Magento/Payment/Model/Cart.php payment_cart_collect_items_and_amounts
app/code/Magento/Payment/Model/Method/AbstractMethod.php payment_method_is_active
app/code/Magento/Payment/Model/Method/Adapter.php payment_method_is_active
app/code/Magento/Payment/Model/Method/Adapter.php payment_method_assign_data_
app/code/Magento/Paypal/Controller/Express/AbstractExpress/PlaceOrder.php paypal_express_place_order_success
app/code/Magento/Persistent/Controller/Index/UnsetCookie.php persistent_session_expired
app/code/Magento/Persistent/Observer/CheckExpirePersistentQuoteObserver.php persistent_session_expired
app/code/Magento/Quote/Model/Cart/Totals/ItemConverter.php items_additional_data
app/code/Magento/Quote/Model/Quote/Address/ToOrder.php sales_convert_quote_to_order
app/code/Magento/Quote/Model/Quote/Item.php sales_quote_item_qty_set_after
app/code/Magento/Quote/Model/Quote/Item.php sales_quote_item_set_product
app/code/Magento/Quote/Model/Quote/Payment.php _import_data_before
app/code/Magento/Quote/Model/Quote/TotalsCollector.php sales_quote_collect_totals_before
app/code/Magento/Quote/Model/Quote/TotalsCollector.php sales_quote_collect_totals_after
app/code/Magento/Quote/Model/Quote/TotalsCollector.php sales_quote_address_collect_totals_before
app/code/Magento/Quote/Model/Quote/TotalsCollector.php sales_quote_address_collect_totals_after
app/code/Magento/Quote/Model/Quote.php sales_quote_remove_item
app/code/Magento/Quote/Model/Quote.php sales_quote_add_item
app/code/Magento/Quote/Model/Quote.php sales_quote_product_add_after
app/code/Magento/Quote/Model/Quote.php _merge_before
app/code/Magento/Quote/Model/Quote.php _merge_after
app/code/Magento/Quote/Model/QuoteManagement.php checkout_submit_before
app/code/Magento/Quote/Model/QuoteManagement.php checkout_submit_all_after
app/code/Magento/Quote/Model/QuoteManagement.php sales_model_service_quote_submit_before
app/code/Magento/Quote/Model/QuoteManagement.php sales_model_service_quote_submit_success
app/code/Magento/Quote/Model/QuoteManagement.php sales_model_service_quote_submit_failure
app/code/Magento/Quote/Model/ResourceModel/Quote/Address/Collection.php _load_after
app/code/Magento/Quote/Model/ResourceModel/Quote/Item/Collection.php prepare_catalog_product_collection_prices
app/code/Magento/Quote/Model/ResourceModel/Quote/Item/Collection.php sales_quote_item_collection_products_after_load
app/code/Magento/Reports/Block/Adminhtml/Grid.php adminhtml_widget_grid_filter_collection
app/code/Magento/Reports/Model/ResourceModel/Order/Collection.php sales_prepare_amount_expression
app/code/Magento/Review/Controller/Product.php review_controller_product_init_before
app/code/Magento/Review/Controller/Product.php review_controller_product_init
app/code/Magento/Review/Controller/Product.php review_controller_product_init_after
app/code/Magento/Review/Model/ResourceModel/Rating/Collection.php rating_rating_collection_load_before
app/code/Magento/Review/Model/ResourceModel/Review/Collection.php review_review_collection_load_before
app/code/Magento/Review/Model/Rss.php rss_catalog_review_collection_select
app/code/Magento/Sales/Block/Adminhtml/Reorder/Renderer/Action.php adminhtml_customer_orders_add_action_renderer
app/code/Magento/Sales/Controller/Adminhtml/Order/AddressSave.php admin_sales_order_address_update
app/code/Magento/Sales/Controller/Adminhtml/Order/Create.php adminhtml_sales_order_create_process_data_before
app/code/Magento/Sales/Controller/Adminhtml/Order/Create.php adminhtml_sales_order_create_process_data
app/code/Magento/Sales/Controller/Adminhtml/Order/CreditmemoLoader.php adminhtml_sales_order_creditmemo_register_before
app/code/Magento/Sales/Model/AdminOrder/Create.php sales_convert_order_to_quote
app/code/Magento/Sales/Model/AdminOrder/Create.php sales_convert_order_item_to_quote_item
app/code/Magento/Sales/Model/AdminOrder/Create.php checkout_submit_all_after
app/code/Magento/Sales/Model/Config/Backend/Email/AsyncSending.php sales_email_general_async_sending
app/code/Magento/Sales/Model/Config/Backend/Grid/AsyncIndexing.php dev_grid_async_indexing
app/code/Magento/Sales/Model/Order/Address/Renderer.php customer_address_format
app/code/Magento/Sales/Model/Order/Email/Sender/CreditmemoCommentSender.php email_creditmemo_comment_set_template_vars_before
app/code/Magento/Sales/Model/Order/Email/Sender/CreditmemoSender.php email_creditmemo_set_template_vars_before
app/code/Magento/Sales/Model/Order/Email/Sender/InvoiceCommentSender.php email_invoice_comment_set_template_vars_before
app/code/Magento/Sales/Model/Order/Email/Sender/InvoiceSender.php email_invoice_set_template_vars_before
app/code/Magento/Sales/Model/Order/Email/Sender/OrderCommentSender.php email_order_comment_set_template_vars_before
app/code/Magento/Sales/Model/Order/Email/Sender/OrderSender.php email_order_set_template_vars_before
app/code/Magento/Sales/Model/Order/Email/Sender/ShipmentCommentSender.php email_shipment_comment_set_template_vars_before
app/code/Magento/Sales/Model/Order/Email/Sender/ShipmentSender.php email_shipment_set_template_vars_before
app/code/Magento/Sales/Model/Order/Invoice.php sales_order_invoice_pay
app/code/Magento/Sales/Model/Order/Invoice.php sales_order_invoice_cancel
app/code/Magento/Sales/Model/Order/Invoice.php sales_order_invoice_register
app/code/Magento/Sales/Model/Order/Item.php sales_order_item_cancel
app/code/Magento/Sales/Model/Order/Payment/Operations/CaptureOperation.php sales_order_payment_capture
app/code/Magento/Sales/Model/Order/Payment/Transaction.php _html_txn_id
app/code/Magento/Sales/Model/Order/Payment.php sales_order_payment_place_start
app/code/Magento/Sales/Model/Order/Payment.php sales_order_payment_place_end
app/code/Magento/Sales/Model/Order/Payment.php sales_order_payment_pay
app/code/Magento/Sales/Model/Order/Payment.php sales_order_payment_cancel_invoice
app/code/Magento/Sales/Model/Order/Payment.php sales_order_payment_void
app/code/Magento/Sales/Model/Order/Payment.php sales_order_payment_refund
app/code/Magento/Sales/Model/Order/Payment.php sales_order_payment_cancel_creditmemo
app/code/Magento/Sales/Model/Order/Payment.php sales_order_payment_cancel
app/code/Magento/Sales/Model/Order/Status.php sales_order_status_unassign
app/code/Magento/Sales/Model/Order.php sales_order_place_before
app/code/Magento/Sales/Model/Order.php sales_order_place_after
app/code/Magento/Sales/Model/Order.php order_cancel_after
app/code/Magento/Sales/Model/ResourceModel/Attribute.php _save_attribute_before
app/code/Magento/Sales/Model/ResourceModel/Attribute.php _save_attribute_after
app/code/Magento/Sales/Model/ResourceModel/Order/Address/Collection.php _load_after
app/code/Magento/Sales/Model/ResourceModel/Order/Collection/AbstractCollection.php _set_sales_order
app/code/Magento/Sales/Model/ResourceModel/Sale/Collection.php sales_sale_collection_query_before
app/code/Magento/Sales/Model/Rss/NewOrder.php rss_order_new_collection_select
app/code/Magento/Sales/Model/Service/CreditmemoService.php sales_order_creditmemo_cancel
app/code/Magento/Sales/Model/Service/CreditmemoService.php sales_order_creditmemo_refund
app/code/Magento/Sales/Model/Service/OrderService.php sales_order_state_change_before
app/code/Magento/SalesRule/Block/Adminhtml/Promo/Quote/Edit/Tab/Actions.php adminhtml_block_salesrule_actions_prepareform
app/code/Magento/SalesRule/Block/Adminhtml/Promo/Quote/Edit/Tab/Coupons/Form.php adminhtml_promo_quote_edit_tab_coupons_form_prepare_form
app/code/Magento/SalesRule/Block/Adminhtml/Promo/Quote/Edit/Tab/Main.php adminhtml_promo_quote_edit_tab_main_prepare_form
app/code/Magento/SalesRule/Block/Adminhtml/Promo/Widget/Chooser.php adminhtml_block_promo_widget_chooser_prepare_collection
app/code/Magento/SalesRule/Controller/Adminhtml/Promo/Quote/Save.php adminhtml_controller_salesrule_prepare_save
app/code/Magento/SalesRule/Model/Quote/Discount.php sales_quote_address_discount_item
app/code/Magento/SalesRule/Model/Quote/Discount.php sales_quote_address_discount_item
app/code/Magento/SalesRule/Model/Rule/Condition/Combine.php salesrule_rule_condition_combine
app/code/Magento/SalesRule/Model/Rule.php salesrule_rule_get_coupon_types
app/code/Magento/SalesRule/Model/RulesApplier.php salesrule_validator_process
app/code/Magento/Search/Controller/Adminhtml/Term/Report.php on_view_report
app/code/Magento/SendFriend/Controller/Product/Send.php sendfriend_product
app/code/Magento/Store/Model/Address/Renderer.php store_address_format
app/code/Magento/Swatches/Controller/Adminhtml/Iframe/Show.php swatch_gallery_upload_image_after
app/code/Magento/Tax/Controller/Adminhtml/Tax/IgnoreTaxNotification.php adminhtml_cache_refresh_type
app/code/Magento/Tax/Model/Calculation/Rate.php tax_settings_change_after
app/code/Magento/Tax/Model/Calculation/Rate.php tax_settings_change_after
app/code/Magento/Tax/Model/Calculation/Rate.php tax_settings_change_after
app/code/Magento/Tax/Model/Calculation/Rule.php tax_settings_change_after
app/code/Magento/Tax/Model/Calculation/Rule.php tax_settings_change_after
app/code/Magento/Tax/Model/Calculation.php tax_rate_data_fetch
app/code/Magento/Theme/Block/Html/Topmenu.php page_block_html_topmenu_gethtml_before
app/code/Magento/Theme/Block/Html/Topmenu.php page_block_html_topmenu_gethtml_after
app/code/Magento/Theme/Model/Config.php assign_theme_to_stores_after
app/code/Magento/Theme/Observer/CheckThemeIsAssignedObserver.php assigned_theme_changed
app/code/Magento/Theme/Setup/InstallData.php theme_registration_from_filesystem
app/code/Magento/User/Block/Role.php permissions_role_html_before
app/code/Magento/User/Controller/Adminhtml/User/Role/SaveRole.php admin_permissions_role_prepare_save
app/code/Magento/User/Model/User.php admin_user_authenticate_before
app/code/Magento/User/Model/User.php admin_user_authenticate_after
app/code/Magento/Wishlist/Block/Customer/Wishlist/Item/Options.php product_option_renderer_init
app/code/Magento/Wishlist/Controller/Index/Add.php wishlist_add_product
app/code/Magento/Wishlist/Controller/Index/Send.php wishlist_share
app/code/Magento/Wishlist/Controller/Index/UpdateItemOptions.php wishlist_update_item
app/code/Magento/Wishlist/Helper/Data.php wishlist_items_renewed
app/code/Magento/Wishlist/Model/ResourceModel/Item/Collection.php wishlist_item_collection_products_after_load
app/code/Magento/Wishlist/Model/Rss/Wishlist.php rss_wishlist_xml_callback
app/code/Magento/Wishlist/Model/Wishlist.php wishlist_add_item
app/code/Magento/Wishlist/Model/Wishlist.php wishlist_product_add_after
lib/internal/Magento/Framework/App/Action/Action.php controller_action_predispatch
lib/internal/Magento/Framework/App/Action/Action.php controller_action_predispatch_
lib/internal/Magento/Framework/App/Action/Action.php controller_action_predispatch_
lib/internal/Magento/Framework/App/Action/Action.php controller_action_postdispatch_
lib/internal/Magento/Framework/App/Action/Action.php controller_action_postdispatch_
lib/internal/Magento/Framework/App/Action/Action.php controller_action_postdispatch
lib/internal/Magento/Framework/App/Cron.php default
lib/internal/Magento/Framework/App/FrontController.php NO_MATCH
lib/internal/Magento/Framework/App/Http.php NO_MATCH
lib/internal/Magento/Framework/App/Http.php controller_front_send_response_before
lib/internal/Magento/Framework/App/View.php controller_action_layout_render_before
lib/internal/Magento/Framework/App/View.php controller_action_layout_render_before_
lib/internal/Magento/Framework/Controller/Noroute/Index.php controller_action_noroute
lib/internal/Magento/Framework/Data/AbstractSearchResult.php abstract_search_result_load_before
lib/internal/Magento/Framework/Data/AbstractSearchResult.php _load_before
lib/internal/Magento/Framework/Data/AbstractSearchResult.php abstract_search_result_load_after
lib/internal/Magento/Framework/Data/AbstractSearchResult.php _load_after
lib/internal/Magento/Framework/DataObject/Copy.php NO_MATCH
lib/internal/Magento/Framework/Event/Collection.php NO_MATCH
lib/internal/Magento/Framework/Event/Manager.php NO_MATCH
lib/internal/Magento/Framework/Event/Observer/Collection.php NO_MATCH
lib/internal/Magento/Framework/Event.php NO_MATCH
lib/internal/Magento/Framework/Locale/Currency.php currency_display_options_forming
lib/internal/Magento/Framework/Message/Manager.php session_abstract_clear_messages
lib/internal/Magento/Framework/Message/Manager.php session_abstract_add_message
lib/internal/Magento/Framework/Model/AbstractModel.php model_load_before
lib/internal/Magento/Framework/Model/AbstractModel.php _load_before
lib/internal/Magento/Framework/Model/AbstractModel.php model_load_after
lib/internal/Magento/Framework/Model/AbstractModel.php _load_after
lib/internal/Magento/Framework/Model/AbstractModel.php model_save_commit_after
lib/internal/Magento/Framework/Model/AbstractModel.php _save_commit_after
lib/internal/Magento/Framework/Model/AbstractModel.php model_save_before
lib/internal/Magento/Framework/Model/AbstractModel.php _save_before
lib/internal/Magento/Framework/Model/AbstractModel.php model_save_after
lib/internal/Magento/Framework/Model/AbstractModel.php clean_cache_by_tags
lib/internal/Magento/Framework/Model/AbstractModel.php _save_after
lib/internal/Magento/Framework/Model/AbstractModel.php model_delete_before
lib/internal/Magento/Framework/Model/AbstractModel.php _delete_before
lib/internal/Magento/Framework/Model/AbstractModel.php model_delete_after
lib/internal/Magento/Framework/Model/AbstractModel.php clean_cache_by_tags
lib/internal/Magento/Framework/Model/AbstractModel.php _delete_after
lib/internal/Magento/Framework/Model/AbstractModel.php model_delete_commit_after
lib/internal/Magento/Framework/Model/AbstractModel.php _delete_commit_after
lib/internal/Magento/Framework/Model/AbstractModel.php _clear
lib/internal/Magento/Framework/Model/ResourceModel/Db/Collection/AbstractCollection.php core_collection_abstract_load_before
lib/internal/Magento/Framework/Model/ResourceModel/Db/Collection/AbstractCollection.php _load_before
lib/internal/Magento/Framework/Model/ResourceModel/Db/Collection/AbstractCollection.php core_collection_abstract_load_after
lib/internal/Magento/Framework/Model/ResourceModel/Db/Collection/AbstractCollection.php _load_after
lib/internal/Magento/Framework/Model/ResourceModel/Db/VersionControl/RelationComposite.php _process_relation
lib/internal/Magento/Framework/View/Element/AbstractBlock.php view_block_abstract_to_html_before
lib/internal/Magento/Framework/View/Element/Messages.php view_message_block_render_grouped_html_after
lib/internal/Magento/Framework/View/Layout/Builder.php layout_load_before
lib/internal/Magento/Framework/View/Layout/Builder.php layout_generate_blocks_before
lib/internal/Magento/Framework/View/Layout/Builder.php layout_generate_blocks_after
lib/internal/Magento/Framework/View/Layout/Generator/Block.php core_layout_block_create_after
lib/internal/Magento/Framework/View/Layout.php core_layout_render_element
lib/internal/Magento/Framework/View/Result/Layout.php layout_render_before
lib/internal/Magento/Framework/View/Result/Layout.php layout_render_before_