Table of Contents
View Magento 2 Product Images By Customer Extension Detail Page for Features and Demo
Documentation for Product image by Customer
Preference
- The Product image Upload By user is extension in which user can upload multiple images from front-end on the product page. Even though other user will get to know the real quality of the product by examining the photos available on gallery. Except this admin can upload an images of the product by back-end also.
Installation
There are two ways of installing extension in magento2.
- Using COMMAND LINE.
- Manually Install extension.
Option 1: Magento 2 install extension using COMMAND LINE (Recommended)
Follow below steps to install extension from the command line.
Step 1: Download the extension and unzip it.
Step 2: Upload it to code directory in your magento installation’s app directory. If code directory does not exists then create.
Step 3: Disable the cache under System → Cache Management.
Step 4: Enter the following at the command line:
Php bin/magento setup:upgrade
Php bin/magento setup:static-content:deploy
Step 5: Once you complete above steps log out and log in back to the admin panel and switch to Stores → Configuration → Mageants → Product image by Customer, the module will be displayed in the admin panel.
Step 6: On the last step go to admin panel and switch to Marketing → Customer Product image Management , it will be displaying the admin grid.
Option 2: Magento 2 install extension manually
Step 1: Download the extension and unzip it.
Step 2: Upload it to code directory in your magento installation’s app directory If code directory does not exists then create.
Step 3: Disable the cache under System → Cache Management Edit app/etc/config.php file and add one line code: ‘Mageants_Productimage’ ⇒ 1
Step 4: Disable the cache under System → Cache Management
Step 5: Once you complete above steps log out and log in back to the admin panel and switch to Stores → Configuration → Mageants → Product image by Customer, the module will be displayed in the admin panel.
Step 6: On the last step go to admin panel and switch to Marketing → Customer Product image Management , it will be displaying the admin grid.
Backend Example
After Installation of Extension login to magento admin panel for set configuration of the extension.
You can find configuration at Stores → Configuration → Mageants → Product image By customer
as per below screen shot you can set all the settings here.
From this grid admin can approve/disapprove the user’s image request and also can delete the inappropriate request of the user.
Admin can add the image of product from backend as follow.
When user will uploads the images the admin may change on edit page as follow.
Frontend Example
The new user can see the photos of the product on product page as below screen-shot.
whenever user will buy a product and if he/she wants to upload their image of the product then they can upload from the front side on the product page as follow.
When user will reach to their limit of uploading image then they will notify with the message as below.
Once the user will click on upload the user will be notify by the prompted message as below.
Hyva Frontend Example
Product Image Slider on product view page in Hyva Theme:
Upload images form for customer on front-end :
When user will reach to their limit of uploading image then they will notify with the message as below.
Once the user will click on upload the user will be notify by the prompted message as below.