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.
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:installRun 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