dtech / admin-product-preview
Magento 2 管理员产品预览扩展
1.0.1
2019-12-16 16:21 UTC
Requires
- dtech/base: ^1.0.0
This package is auto-updated.
Last update: 2024-09-17 03:26:44 UTC
README
``dtech/module-productpreview``
主要功能
This module provide link of preview product in admin product grid and product view.
安装
* = 在生产环境中请使用 --keep-generated
选项
类型 1:压缩文件
- 将压缩文件解压到
app/code/Dtech
- 通过运行
php bin/magento module:enable Dtech_ProductPreview
启用模块 - 通过运行
php bin/magento setup:upgrade
应用数据库更新* - 通过运行
php bin/magento cache:flush
清除缓存
类型 2:Composer
- 如果您不知道什么是Composer,请先阅读这篇。
- 通过运行
composer require dtech/module-productpreview:dev-master
安装模块 composer - 通过运行
php bin/magento module:enable Dtech_ProductPreview
启用模块 - 通过运行
php bin/magento setup:upgrade
应用数据库更新* - 通过运行
php bin/magento cache:flush
清除缓存
配置
-
启用
-
预览网格
-
预览 EDI
规格
-
插件
- afterPrepareDataSource - Magento\Catalog\Ui\Component\Listing\Columns\ProductActions > Dtech\ProductPreview\Plugin\Magento\Catalog\Ui\Component\Listing\Columns\ProductActions
-
助手
- Dtech\ProductPreview\Helper\Data