Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 
Daniel e259917e1f wip - it worked but still functinality missing like admin menu and css há 2 anos
..
Api checkin há 2 anos
Block checkin há 2 anos
Console/Command checkin há 2 anos
Controller checkin há 2 anos
Cron checkin há 2 anos
CustomerData checkin há 2 anos
Helper checkin há 2 anos
Model checkin há 2 anos
Observer checkin há 2 anos
Plugin checkin há 2 anos
Pricing checkin há 2 anos
Setup checkin há 2 anos
Test wip - it worked but still functinality missing like admin menu and css há 2 anos
Ui checkin há 2 anos
ViewModel checkin há 2 anos
etc checkin há 2 anos
i18n checkin há 2 anos
view checkin há 2 anos
LICENSE.txt checkin há 2 anos
LICENSE_AFL.txt checkin há 2 anos
README.md checkin há 2 anos
composer.json checkin há 2 anos
registration.php checkin há 2 anos

README.md

#Magento_Catalog Magento_Catalog module functionality is represented by the following sub-systems:

  • Products Management. It includes CRUD operation of product, product media, product attributes, etc...
  • Category Management. It includes CRUD operation of category, category attributes

Catalog module provides mechanism for creating new product type in the system. Catalog module provides API filtering that allows to limit product selection with advanced filters.

Structure

[Learn about a typical file structure for a Magento 2 module] (https://devdocs.magento.com/guides/v2.4/extension-dev-guide/build/module-file-structure.html).

Observer

This module observes the following events: etc/events.xml magento_catalog_api_data_productinterface_save_before event in Magento\Framework\EntityManager\Observer\BeforeEntitySave file. magento_catalog_api_data_productinterface_save_after event in Magento\Framework\EntityManager\Observer\AfterEntitySave file. magento_catalog_api_data_productinterface_delete_before event in Magento\Framework\EntityManager\Observer\BeforeEntityDelete file. magento_catalog_api_data_productinterface_delete_after event in Magento\Framework\EntityManager\Observer\AfterEntityDelete file. magento_catalog_api_data_productinterface_load_after event in Magento\Framework\EntityManager\Observer\AfterEntityLoad file. magento_catalog_api_data_categoryinterface_save_before event in Magento\Framework\EntityManager\Observer\BeforeEntitySave file. magento_catalog_api_data_categoryinterface_save_after event in Magento\Framework\EntityManager\Observer\AfterEntitySave file. magento_catalog_api_data_categoryinterface_save_after event in Magento\Catalog\Observer\InvalidateCacheOnCategoryDesignChange file. magento_catalog_api_data_categoryinterface_delete_before event in Magento\Framework\EntityManager\Observer\BeforeEntityDelete file. magento_catalog_api_data_categoryinterface_delete_after event in Magento\Framework\EntityManager\Observer\AfterEntityDelete file. magento_catalog_api_data_categoryinterface_load_after event in Magento\Framework\EntityManager\Observer\AfterEntityLoad file. magento_catalog_api_data_categorytreeinterface_save_before event in Magento\Framework\EntityManager\Observer\BeforeEntitySave file. magento_catalog_api_data_categorytreeinterface_save_after event in Magento\Framework\EntityManager\Observer\AfterEntitySave file. magento_catalog_api_data_categorytreeinterface_delete_before event in Magento\Framework\EntityManager\Observer\BeforeEntityDelete file. magento_catalog_api_data_categorytreeinterface_delete_after event in Magento\Framework\EntityManager\Observer\AfterEntityDelete file. magento_catalog_api_data_categorytreeinterface_load_after event in Magento\Framework\EntityManager\Observer\AfterEntityLoad file. admin_system_config_changed_section_catalog event in Magento\Catalog\Observer\SwitchPriceAttributeScopeOnConfigChange file. catalog_product_save_before event in Magento\Catalog\Observer\SetSpecialPriceStartDate file. store_save_after event in Magento\Catalog\Observer\SynchronizeWebsiteAttributesOnStoreChange file. catalog_product_save_commit_after event in Magento\Catalog\Observer\ImageResizeAfterProductSave file. catalog_category_prepare_save event in Magento\Catalog\Observer\CategoryDesignAuthorization file.

`/etc/frontend/events.xml`
   `customer_login` event in
   `Magento\Catalog\Observer\Compare\BindCustomerLoginObserver` file.
    `customer_logout` event in
   `Magento\Catalog\Observer\Compare\BindCustomerLogoutObserver` file.

`/etc/adminhtml/events.xml`
    `cms_wysiwyg_images_static_urls_allowed` event in
   `Magento\Catalog\Observer\CatalogCheckIsUsingStaticUrlsAllowedObserver` file.
    `catalog_category_change_products` event in
   `Magento\Catalog\Observer\CategoryProductIndexer` file.
    `category_move` event in
   `Magento\Catalog\Observer\FlushCategoryPagesCache`