Files
module-admin-order-columns/composer.json
shopkeeperdev fbc0d17cae 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>
2025-11-11 09:06:37 -05:00

32 lines
910 B
JSON

{
"name": "shopkeeper/module-admin-order-columns",
"description": "Customizes order item columns in Magento admin - removes tax columns, adds cost column with clickable product links, and hides product thumbnails",
"type": "magento2-module",
"version": "1.1.0",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"authors": [
{
"name": "Taber",
"email": "taber@shopkeeper.dev",
"homepage": "https://shopkeeper.dev",
"role": "Developer"
}
],
"require": {
"php": "~7.4.0||~8.1.0||~8.2.0||~8.3.0",
"magento/framework": ">=103.0.0",
"magento/module-sales": ">=103.0.0",
"magento/module-catalog": ">=104.0.0"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Shopkeeper\\AdminOrderColumns\\": ""
}
}
}