Guest User

Untitled

a guest
Sep 19th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/Module.xsd">
  3. <module name="Rmsundar_Bundle" setup_version="1.0.0">
  4. <sequence>
  5. <module name="Magento_Bundle"/>
  6. </sequence>
  7. </module>
  8. </config>
  9.  
  10. <?xml version="1.0"?>
  11. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
  12. <type name="MagentoBundleBlockAdminhtmlCatalogProductEditTabBundleOption">
  13. <arguments>
  14. <argument name="template" xsi:type="string">Rmsundar_Bundle::product/edit/bundle/option.phtml</argument>
  15. </arguments>
  16. </type>
  17. </config>
  18.  
  19. <?xml version="1.0"?>
  20. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
  21. <type name="MagentoBundleBlockAdminhtmlCatalogProductEditTabBundleOption">
  22. <arguments>
  23. <argument name="data" xsi:type="array">
  24. <item name="template" xsi:type="string">Rmsundar_Bundle::product/edit/bundle/option.phtml</item>
  25. </argument>
  26. </arguments>
  27. </type>
  28. </config>
  29.  
  30. <?xml version="1.0"?>
  31. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
  32. <preference for="MagentoBundleBlockAdminhtmlCatalogProductEditTabBundleOption" type="RmsundarBundleBlockAdminhtmlCatalogProductEditTabBundleOption" />
  33. </config>
  34.  
  35. <?php
  36.  
  37. namespace RmsundarBundleBlockAdminhtmlCatalogProductEditTabBundle;
  38.  
  39. class Option extends MagentoBundleBlockAdminhtmlCatalogProductEditTabBundleOption
  40. {
  41. protected $_template = 'Rmsundar_Bundle::product/edit/bundle/option.phtml';
  42. }
Add Comment
Please, Sign In to add comment