## Module Name VComm_ImageImporter

## Main Functionalities
* Import Media Gallery Images in Magento 2 
* Its Removes All images for Image Gallery of The Products and Import Again

## Installation


#### Installation via Composer

- Add the composer repository to the configuration by running `composer config repositories.repo.vcomm.ae composer https://repo.vcomm.ae/`
- Install the module composer by running `composer require vcomm/module-image-importer`
- Enable the module by running `php bin/magento module:enable VComm_ImageImporter`
- Apply database updates by running `php bin/magento setup:upgrade`\*
- Flush the cache by running `php bin/magento cache:flush`



#### Installation via FTP

- Extract the zip file in `app/code/VComm` if directory `code/VComm` dosen't exist create it
- Enable the module by running `php bin/magento module:enable VComm_ImageImporter`
- Apply database updates by running `php bin/magento setup:upgrade`
- Flush the cache by running `php bin/magento cache:flush`


## Usage

### Image Importer

- Login to Magento Dashboard
- Go to **System** -> **Import**


![](https://waqarcui.nimbusweb.me/box/attachment/7947241/smum9k2mqnnaya2xk6xb/BWMCKfu18kD1sohQ/screenshot-extensions.local-2022.11.21-08_32_16.png)

- In **Import Settings** set **Entity Type** -> **Image Importer**
- Fill the Import configurations as per you need
- Add File in **Select File to Import** Field 
- Click on **Check Data** to validate the file format and Data

![](https://waqarcui.nimbusweb.me/box/attachment/7947278/xcfieyrq9iqucrnoezke/Nhqf3VRuFr7XstGX/screenshot-extensions.local-2022.11.21-08_38_19.png)

- Upon Succesfull Validation Click on **Import** Button to Initate Import Process

![](https://waqarcui.nimbusweb.me/box/attachment/7947299/xvyrsfom2t5qlvvsf79e/Jna2JkqlGSWDUtQi/screenshot-extensions.local-2022.11.21-08_41_30.png)



