Magento 2 Admin Product Preview module add a link in backend catalog product grid that allows you to direct access the product page in frontend.
- Add the repository to the repositories section of your composer.json file:
"repositories": [
"x2y-development": {
"type": "git",
"url": "https://github.com/x2y-development/magento2-admin-product-preview.git"
}
],
- Require the module & install
composer require webjump/magento2-admin-product-preview:dev-master
This module was developed during the Imagine 2018. Pull requests are very welcome!
Original Suggestion from Magento Forum: https://community.magento.com/t5/Sharing-Ideas-for-Magento-2/Preview-Product-link-on-admin-Products-Page/idi-p/85853