Thanks to visit codestin.com
Credit goes to github.com

Skip to content

cgcmart/open_comments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

180 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Comments

This extension adds comment and message functionality to Open. It allows administrators and customers to communicate about order processing and fulfillment if needed.

Open Comments also supports optional comment Types which can be defined per commentable 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. We added sending message functionality and order comments for checkout to allow end user addressing concerns.

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 'open_comments', github: '99cm/open_comments', branch: 'master'

Run:

bundle install
bundle exec rails g open_comments:install

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

bundle exec rake db:migrate

Start your server:

rails s

Copyright (c) 2019 Leo Wang and other contributors. released under the New BSD License

About

Add comment and message funtionality to Open.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors