No release in over 3 years
Low commit activity in last 3 years
Overview dashboard for use with Solidus.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Project Readme

SolidusSimpleDash

CircleCI codecov

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