Rename module to AdminOrderColumns and add thumbnail removal

Major changes:
- Renamed module from OrderItemsCustom to AdminOrderColumns for clarity
- Added CSS to hide product thumbnails in order items view
- Updated all namespaces from Shopkeeper\OrderItemsCustom to Shopkeeper\AdminOrderColumns
- Updated composer package name to shopkeeper/module-admin-order-columns
- Bumped version to 1.1.0
- Added layout XML and CSS files for thumbnail removal
- Updated all documentation and installation instructions

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
shopkeeperdev
2025-11-11 09:06:37 -05:00
parent 0df62bfa79
commit fbc0d17cae
9 changed files with 61 additions and 28 deletions

View File

@@ -1,5 +1,5 @@
<?php
namespace Shopkeeper\OrderItemsCustom\Plugin\Order\View\Items\Renderer;
namespace Shopkeeper\AdminOrderColumns\Plugin\Order\View\Items\Renderer;
use Magento\Catalog\Api\ProductRepositoryInterface;
use Magento\Framework\Exception\NoSuchEntityException;

View File

@@ -1,5 +1,5 @@
<?php
namespace Shopkeeper\OrderItemsCustom\Plugin\Order\View;
namespace Shopkeeper\AdminOrderColumns\Plugin\Order\View;
class ItemsColumns
{