0.04
No release in over 3 years
Low commit activity in last 3 years
Adds comments to the solidus admin
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Solidus Comments

CircleCI

Solidus Comments is an extension for Solidus to allow commenting on different models via the admin ui and currently supports Orders & Shipments.

Solidus Comments also supports optional comment Types which can be defined per comment-able object (i.e. Order, Shipment, etc) via the admin Configuration tab.

This is based on a fork / rename of jderrett/spree-order-comments, and subsequently spree/spree-comments

Notes:

  • Comments are create-only. You cannot edit or remove them from the Admin UI.

Installation

Add the following to your Gemfile (or check Versionfile for Solidus versions requirements):

gem "solidus_comments"

Run:

bundle install
bundle exec rails g solidus_comments:install

Run the migrations if you did not during the installation generator:

bundle exec rake db:migrate

Start your server:

rails s