Table of Contents
View Magento 2 Bundle Product Option Image Extension Detail Page for Features and Demo
Documentation for Bundle Product Option Image
Preference
This Bundle Option Image Module is help a customers to choose various options of bundle product with children’s product images. It will help your customer to Show Products become more visual by displaying images.
Bundle Option Image Module Help You to:
- Display images of a bundle product items/option in the front end.
- Display images in slider in multiple select option type .
- Easy to set a width and height for images.
- Increase product sales and revenue.
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 → Bundle Option Image, the module will be displayed in the admin panel.
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_BundleOptionImage’ ⇒ 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 → Bundle Option Image, the module will be displayed in the admin panel.
Backend Example
- After Installation of BundleOptionImage to magento admin panel for set configuration of the extension.
- You can find configuration at Stores → Configuration → Mageants → Bundle Option Image
Bundle Option image Configuration:
- Enable : Set Module Enable/Disable.
Image Size Configuration:
- Image Width : Set bundle product option Images Width.
- Image Heigth : Set bundle product option Images Height.
Multiple Select Configuration:
- Auto Slider : Set Module Enable/Disable.
- Number of items per Slider : Set a number for show images in slider.
- Slider Image Width : Set a Slider image width.
- Slider Image Height : Set a Slider image height.
- Slider Speed : Set a auto slider speed .
Frontend Example
- Images of children product in bundel product drop-down option type:
- Images of children product in bundel product radio button option type.
- Images of children product in bundel product checkbox option type.
- Images of children product in bundel product multiselect option type.