Initial
This commit is contained in:
14
etc/adminhtml/di.xml
Normal file
14
etc/adminhtml/di.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0"?>
|
||||
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
|
||||
<type name="Magento\Sales\Block\Adminhtml\Order\View\Items\Renderer\DefaultRenderer">
|
||||
<plugin name="shopkeeper_order_items_custom"
|
||||
type="Shopkeeper\OrderItemsCustom\Plugin\Order\View\Items\Renderer\DefaultRenderer"
|
||||
sortOrder="10"/>
|
||||
</type>
|
||||
<type name="Magento\Sales\Block\Adminhtml\Order\View\Items">
|
||||
<plugin name="shopkeeper_order_items_columns"
|
||||
type="Shopkeeper\OrderItemsCustom\Plugin\Order\View\ItemsColumns"
|
||||
sortOrder="10"/>
|
||||
</type>
|
||||
</config>
|
||||
9
etc/module.xml
Normal file
9
etc/module.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0"?>
|
||||
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
|
||||
<module name="Shopkeeper_OrderItemsCustom" setup_version="1.0.0">
|
||||
<sequence>
|
||||
<module name="Magento_Sales"/>
|
||||
</sequence>
|
||||
</module>
|
||||
</config>
|
||||
Reference in New Issue
Block a user