trive/module-revo 1.0.1

A Magento 2 module for managing product carousel

Type

magento2-module

License

OSL-3.0, AFL-3.0

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

RevoM2

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


Latest updates:**

  • Enable color swatches
  • Ajax add to cart

LIVE demo: - Frontend demo - Backend demo
user: demo pass: demo123

Installation:

Step 1

  • using Composer: in magento root installation folder run this using the command line:

    • composer require trivr/module-revo
  • or uploading files directly:

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

    • create directory in the app/code/Trive/Core
    • clone core module with: git clone https://github.com/trive-digital/CoreMagento2.git .
    • create directory in the app/code/JakeSharp/Revo
    • clone module with: git clone https://github.com/trive-digital/Revo-ProductSliderM2.git .

Step 2

  • In magento root directory run the following comands using the command line:
    • bin/magento module:enable Trive_Core
    • bin/magento module:enable Trive_Revo
    • bin/magento setup:upgrade

Step 3

  • Login to Magento admin and enable extension at the Trive => Settings => General => Enable

Step 4

  • That's it, you're done.