An open API service indexing awesome lists of open source software.

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.

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
![ScreenShot](https://github.com/mateussantin/magento2-admin-preview-product/blob/master/screenshot/preview.png)
![ScreenShot](https://github.com/mateussantin/magento2-admin-preview-product/blob/master/screenshot/preview-list.png)