https://github.com/mateussantin/magento2-admin-preview-product
Inserts an action button on the product view inside admin that allows you to direct the current product to the frontend.
https://github.com/mateussantin/magento2-admin-preview-product
backend magento2 magento2-module php product-preview
Last synced: 7 months ago
JSON representation
Inserts an action button on the product view inside admin that allows you to direct the current product to the frontend.
- Host: GitHub
- URL: https://github.com/mateussantin/magento2-admin-preview-product
- Owner: mateussantin
- Created: 2023-07-13T12:44:30.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-27T13:11:15.000Z (about 3 years ago)
- Last Synced: 2025-07-25T04:50:10.566Z (about 1 year ago)
- Topics: backend, magento2, magento2-module, php, product-preview
- Language: PHP
- Homepage:
- Size: 33.2 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Magento 2 Admin Preview Product
Inserts an action button on the product view inside admin that allows you to direct the current product to the frontend.
## Spontaneous Contribution
If you want to send me a contribution of any amount so that I can continue developing and finding other solutions that make your life easier like this one, I will be very grateful, the link is next to the profile or you can click here Thanks!
## Introduction to installation:
### How to install
```
composer require mateus/module-adminpreviewproduct
(alternative) composer require mateus/module-adminpreviewproduct:dev-master
php bin/magento module:enable Mateus_AdminPreviewProduct
php bin/magento setup:upgrade
```
## Screenshot

