bajaj / product-preview
Magento 2 Admin Product Preview
Package info
github.com/sudhanshu-bajaj/ProductPreview
Type:magento2-module
pkg:composer/bajaj/product-preview
1.0.0
2020-08-31 11:00 UTC
Requires
- magento/framework: *
This package is auto-updated.
Last update: 2026-03-01 00:32:40 UTC
README
This module for Magento 2 admin to view the product frontend view.
Key Points:
- Module using direct action controller path to load product.
- Product with "Not Visible Individually" visibility status won't have action to view product.
Installation:
Download the source code and extract to app/code/Bajaj folder.
OR
Run the composer require command.
composer require bajaj/product-preview
php bin/magento module:enable Bajaj_ProductPreview
php bin/magento setup:upgrade
php bin/magento cache:flush
Please let me know if you have any query or issue regarding the module.