Order Notes plugin for Craft CMS 3.x
Order notes for Commerce, (*1)
, (*2)
Requirements
This plugin requires Craft CMS 3.0.0-beta.23 or later., (*3)
Installation
To install the plugin, follow these instructions., (*4)
-
Open your terminal and go to your Craft project:, (*5)
cd /path/to/project
-
Then tell Composer to load the plugin:, (*6)
composer require superbig/craft-ordernotes
-
In the Control Panel, go to Settings → Plugins and click the “Install” button for Order Notes., (*7)
Order Notes Overview
The Order Notes plugin will add a section to the Commerce Order details view, where any users with access may add notes., (*8)
Configuring Order Notes
Before using the plugin, you should update all the settings values., (*9)
Alternatively you can use the example config file to override the settings:, (*10)
<?php
return [
// Sender Email Address
'notifyEmailFrom' => '',
// Sender Name
'notifyEmailFromName' => '',
// HTML email template - will receive order and note as variables
'notifyEmailTemplate' => '',
// Text email template (defaults to HTML if not set) - will receive order and note as variables
'notifyEmailTemplateText' => '',
// Email subject - will receive order and note as variables
'notifyEmailSubject' => '',
];
Order Notes Roadmap
Brought to you by Superbig, (*11)