jakesharp / module-productslider
A Magento 2 module for managing product sliders
Installs: 673
Dependents: 0
Suggesters: 0
Security: 0
Stars: 12
Watchers: 4
Forks: 5
Type:magento2-module
Requires
- php: ~5.5.0|~5.6.0|~7.0.0
- jakesharp/module-core: 1.0.0
This package is not auto-updated.
Last update: 2022-02-01 12:56:34 UTC
README
Please check our new extension with new features like color swatches and ajax cart over at this repo: REVO Product Slider for Magento 2.
This module is not maintained anymore.
UPDATE 🎉
"Jake Sharp" is now Trive. Read all about it here.
ProductSliderM2
A FREE Magento 2 module to create and manage product sliders.
- Built on top of fully responsive Slick slider
- Display products such as:
- Featured
- New
- Bestsellers
- On sale
- Most viewed
Or mix and match with the ones you want, or just make a custom slider. Choices. Good to have them.
Features:
- ⏱ Schedule slider - Publish on specific date and time
- Place anywhere - Or exclude from an area like checkout and cart
- Place easily - using either XML, .phtml or a widget
- Display products in a default basic grid if needed
- 🎉 Slider effects - Choose any you like
- 🖖 Pick and choose - Add products manually
For example: Your online channel just launched and Magento doesn't have a clue which your bestseller products are. - General settings - One set of settings to rule them all
- Per slider settings - Exclude from the general rules
LIVE demo:
user: demo pass: demo123
Installation:
Step 1
- using Composer: in magento root installation folder run this using the command line:- composer require jakesharp/module-productslider
-
or uploading files directly:
-
or using Git:
- create directory in the app/code/JakeSharp/Core
- clone core module with: git clone https://github.com/JakeSharp/CoreM2.git .
- create directory in the app/code/JakeSharp/Productslider
- clone module with: git clone https://github.com/JakeSharp/ProductSliderM2.git .