/solidus_simple_dash

Overview dashboard for use with Solidus

Primary LanguageRubyBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

SolidusSimpleDash

Build Status

Add simple dashboard to review your sales based on variants, products and orders, it contains:

  • Best selling products
  • Top grossing products
  • Best selling taxons
  • Abandoned carts
  • Abandoned cart items
  • Checkout steps
  • New users

Installation

Add this line to your solidus application's Gemfile:

gem 'solidus_simple_dash', github: 'magma-labs/solidus_simple_dash'

And then execute:

$ bundle
$ bundle exec rails g solidus_simple_dash:install

Usage

Visit /overview on Admin section

Preview

solidus_simple_dash

Testing

Then just run the following to automatically build a dummy app if necessary and run the tests:

bundle exec rake