di.xml 1.3 KB

123456789101112131415161718192021222324
  1. <?xml version="1.0"?>
  2. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
  3. <type name="Magento\Framework\View\Result\Page">
  4. <plugin name="weltpixel-quickview-resultpage"
  5. type="WeltPixel\Quickview\Plugin\ResultPage" sortOrder="1"/>
  6. </type>
  7. <type name="Magento\Catalog\Block\Product\View">
  8. <plugin name="weltpixel-quickview-block-product-view"
  9. type="WeltPixel\Quickview\Plugin\BlockProductView" sortOrder="1"/>
  10. </type>
  11. <type name="Magento\Catalog\Block\Product\ListProduct">
  12. <plugin name="weltpixel-quickview-block-product-list"
  13. type="WeltPixel\Quickview\Plugin\BlockProductList"
  14. sortOrder="10"/>
  15. </type>
  16. <type name="Magento\Catalog\Block\Product\View\Gallery">
  17. <plugin name="weltpixel-quickview-block-product-view-gallery"
  18. type="WeltPixel\Quickview\Plugin\BlockProductViewGallery" sortOrder="5"/>
  19. </type>
  20. <type name="Magento\Catalog\Block\Product\View\Gallery">
  21. <plugin name="weltpixel-quickview-block-product-view-gallery-magnifier"
  22. type="WeltPixel\Quickview\Plugin\BlockProductViewGalleryMagnifier" sortOrder="15"/>
  23. </type>
  24. </config>