This commit is contained in:
shopkeeperdev
2025-10-21 14:55:37 -04:00
parent e9bcd8551f
commit 61f40a0d7a
5 changed files with 163 additions and 0 deletions

14
etc/adminhtml/di.xml Normal file
View 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>