Download the PHP package jigar/module-orderitemimage without Composer
On this page you can find all versions of the php package jigar/module-orderitemimage. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jigar/module-orderitemimage
More information about jigar/module-orderitemimage
Files in jigar/module-orderitemimage
Download jigar/module-orderitemimage
More information about jigar/module-orderitemimage
Files in jigar/module-orderitemimage
Vendor jigar
Package module-orderitemimage
Short Description Display product image in sales order view page in Magento 2 admin panel
License proprietary
Package module-orderitemimage
Short Description Display product image in sales order view page in Magento 2 admin panel
License proprietary
Please rate this library. Is it a good library?
Informations about the package module-orderitemimage
Order Item Image - Magento 2 Extension by Jigar Karangiya
Magento 2 Module Which adds Order Item Images in the sales order view grid in the admin panel.
composer require jigar/module-orderitemimage
- Main Functionalities
- Installation
- Configuration
- Specifications
Main Functionalities
This extension simply adds product images to the sales order view page in the Magento 2 admin panel.
Installation
Type 1: Zip file
- Unzip the zip file in
app/code/Jigar
- Enable the module by running
php bin/magento module:enable Jigar_OrderItemImage
- Apply database updates by running
php bin/magento setup:upgrade
* - Flush the cache by running
php bin/magento cache:flush
Type 2: Composer
- Make the module available in a composer repository for example:
- public repository
packagist.org
- public GitHub repository as vcs
- public repository
- Install the module composer by running
composer require jigar/module-orderitemimage
- enable the module by running
php bin/magento module:enable Jigar_OrderItemImage
- apply database updates by running
php bin/magento setup:upgrade
* - Flush the cache by running
php bin/magento cache:flush
Configuration
- No configurations are required in this release (1.0.*)
Specifications
- Show product images in sales order view item grid
- No configurations required, Plug & Play !!
All versions of module-orderitemimage with dependencies
PHP Build Version
Package Version
No informations.
The package jigar/module-orderitemimage contains the following files
Loading the files please wait ....