dtech/admin-product-preview

Magento 2 Admin Product Preview extension

1.0.1 2019-12-16 16:21 UTC

This package is auto-updated.

Last update: 2024-09-17 03:26:44 UTC


README

``dtech/module-productpreview``

Main Functionalities

This module provide link of preview product in admin product grid and product view.

Installation

* = in production please use the --keep-generated option

Type 1: Zip file

  • Unzip the zip file in app/code/Dtech
  • Enable the module by running php bin/magento module:enable Dtech_ProductPreview
  • Apply database updates by running php bin/magento setup:upgrade*
  • Flush the cache by running php bin/magento cache:flush

Type 2: Composer

  • If you do not know what Composer is, please read this first.
  • Install the module composer by running composer require dtech/module-productpreview:dev-master
  • enable the module by running php bin/magento module:enable Dtech_ProductPreview
  • apply database updates by running php bin/magento setup:upgrade*
  • Flush the cache by running php bin/magento cache:flush

Configuration

  • Enable

  • Preview Grid

  • Preview Edi

Specifications

  • Plugin

    • afterPrepareDataSource - Magento\Catalog\Ui\Component\Listing\Columns\ProductActions > Dtech\ProductPreview\Plugin\Magento\Catalog\Ui\Component\Listing\Columns\ProductActions
  • Helper

    • Dtech\ProductPreview\Helper\Data