Skip to content

trive-digital/ProductSliderM2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMPORTANT

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:

    • download the core ZIP file from here
    • extract files
    • create directory in the app/code/JakeSharp/Core
    • upload extracted files there
    • download the module ZIP file from here
    • extract files
    • create directory in the app/code/JakeSharp/Productslider
    • upload extracted files there
  • or using Git:

Step 2

- In magento root directory run the following comands using the command line: - bin/magento module:enable JakeSharp_Core - bin/magento module:enable JakeSharp_Productslider - bin/magento setup:upgrade

Step 3

- Login to Magento admin and enable extension at the JakeSharp => Settings => General => Enable

Step 4

- That's it, you're done.