bajaj / product-preview
Magento 2 Admin Product Preview
Installs: 65
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- magento/framework: *
This package is auto-updated.
Last update: 2025-04-29 01:37:26 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.