magevision / module-admin-category-product-thumbnail
为Magento 2设计的管理员分类产品缩略图扩展
2.4.4
2024-04-11 16:26 UTC
Requires
- php: ~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0
- magento/framework: 103.0.*
- magento/module-backend: 102.0.*
- magento/module-catalog: 104.0.*
README
概述
管理员分类产品缩略图扩展是一个简单但非常实用的扩展,它允许您在Magento管理后台的产品分类标签中显示产品缩略图。您不再需要通过产品网格导航并搜索产品来与其图片进行双重检查。节省时间,并更好地了解分配给分类的产品。
主要功能
* Display product thumbnail in category products tab
* Better overview of the products assigned in a category
* Save time
其他功能
* Developed by a Magento Certified Developer
* Meets Magento standard development practices
* Simple installation
* 100% open source
兼容性
Magento社区版2.4
使用存档和FTP安装扩展
* Backup your web directory and store database
* Download the extension
1. Sign in to your account
2. Navigate to menu My Account → My Downloads
3. Find the extension and click to download it
* Extract the downloaded ZIP file in a temporary directory
* Upload the extracted folders and files of the extension to base (root) Magento directory. Do not replace the whole folders, but merge them. If you have downloaded the extension from Magento Marketplace, then create the following folder path app/code/MageVision/AdminCategoryProductThumbnail and upload there the extracted folders and files.
* Connect via SSH to your Magento server as, or switch to, the Magento file system owner and run the following commands from the (root) Magento directory:
1. cd path_to_the_magento_root_directory
2. php bin/magento maintenance:enable
3. php bin/magento module:enable MageVision_AdminCategoryProductThumbnail --clear-static-content
4. php bin/magento setup:upgrade
5. php bin/magento setup:di:compile
6. php bin/magento setup:static-content:deploy
7. php bin/magento maintenance:disable
* Log out from Magento admin and log in again
通过composer安装扩展
* Backup your web directory and store database
* Connect via SSH to your Magento server as, or switch to, the Magento file system owner and run the following commands from the (root) Magento directory:
1. cd path_to_the_magento_root_directory
2. php bin/magento maintenance:enable
3. composer require magevision/module-admin-category-product-thumbnail
4. php bin/magento module:enable MageVision_AdminCategoryProductThumbnail --clear-static-content
5. php bin/magento setup:upgrade
6. php bin/magento setup:di:compile
7. php bin/magento setup:static-content:deploy
8. php bin/magento maintenance:disable
支持
如果您需要支持或有任何直接与MageVision扩展相关的问题,请通过support@magevision.com联系我们