magevision / module-admin-category-product-link
适用于Magento 2的行政分类产品链接扩展
2.4.4
2024-04-11 16:25 UTC
Requires
- php: ~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0
- magento/framework: 103.0.*
- magento/module-catalog: 104.0.*
README
概述
行政分类产品链接扩展是一个简单但非常有用的扩展,它允许您直接从Magento管理后台的分类产品标签编辑产品。在分类产品标签中,您可以查看当前分配给该分类的所有产品,但没有快速导航到产品进行编辑的方法。因此,扩展为分类产品标签中的每个产品添加了产品编辑链接。通过直接从分类编辑产品,而不是在产品网格中导航并搜索要编辑的产品,可以节省时间。
主要功能
* Direct product edit link in category products tab
* 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/AdminCategoryProductLink 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_AdminCategoryProductLink --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-link
4. php bin/magento module:enable MageVision_AdminCategoryProductLink --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