Skip to content

Add commenting to orders / shipments / etc ... based completly of jderrett/spree-order-comments

License

Notifications You must be signed in to change notification settings

cloudsailor/spree_comments

 
 

Repository files navigation

Spree Comments

  • It only supports Spree 4.4, Rails 6.1, Ruby 3.0.2, not tested on other versions.

Spree Comments is an extension for Spree to allow commenting Orders in admin ui.

Spree Comments supports comment Types which can be defined per comment-able via the admin Configuration tab.

This is based on a fork / rename of spree-contrib/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 Spree versions requirements):

gem 'spree_comments', github: 'cloudsailor/spree_comments'
gem 'acts_as_commentable', github: 'fatfreecrm/acts_as_commentable', branch: 'rails-61'

Run:

bundle install
bundle exec rails g spree_comments:install

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

bundle exec rake db:migrate

Start your server:

rails s

About

Add commenting to orders / shipments / etc ... based completly of jderrett/spree-order-comments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 63.6%
  • HTML 36.4%