Table of Contents
View Magento 2 Product slider Extension Detail Page for Features and Demo
Documentation for Product slider
Preference
- Product Slider is a perfect extension for the store owners who wants to create multiple thumbnail sliders on home page.
- Displaying products on homepage is one way to increase sales of some selected products.
- Attractive sliding layout, You can specify what amount of products to display in the slider.
- Highly customization product’s look in slider like add or remove Product Price, Add to Cart Button, Wish list, Compare, Reviews.
- Ability to create any number of Thumbnail slider blocks on homepage.
- Product Slider give you the ability to choose products that will be shown as featured, new, on sale, best seller, hot products etc… from Magento admin Area and depending on the configuration, those products can be shown on home page.
- User Friendly and flexible configuration.
- Compatible with Most of the Browser.
- Enable/Disable particular slider is easy & Adjust product limit, max items, slide show speed, title.
- Responsive Thumbnail slider without any conflict issue.
- Add/Delete/Edit-Update Functionality available on admin side.
- A popular way to highlight items on your Magento site is to place them into slider with a products block.
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 slider, 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_Productslider’ ⇒ 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 slider, the module will be displayed in the admin panel.
Backend Example
After Installation of Extension log in to magento admin panel for set configuration of the extension.
Extension menu and sub menu:
Here, you can set slider Title & Status
Frontend Example