2017 © Pedro Peláez
 

craft-plugin craft-ordernotes

Order notes for Commerce

image

superbig/craft-ordernotes

Order notes for Commerce

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Order Notes plugin for Craft CMS 3.x

Order notes for Commerce, (*1)

Screenshot, (*2)

Requirements

This plugin requires Craft CMS 3.0.0-beta.23 or later., (*3)

Installation

To install the plugin, follow these instructions., (*4)

  1. Open your terminal and go to your Craft project:, (*5)

    cd /path/to/project
  2. Then tell Composer to load the plugin:, (*6)

    composer require superbig/craft-ordernotes
  3. 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

  • Add file attachments

Brought to you by Superbig, (*11)

The Versions

13/04 2018

dev-master

9999999-dev

Order notes for Commerce

  Sources   Download

MIT

The Requires

 

cms craftcms craft-plugin craft order notes

13/04 2018

2.0.1

2.0.1.0

Order notes for Commerce

  Sources   Download

MIT

The Requires

 

cms craftcms craft-plugin craft order notes

13/04 2018

2.0.0

2.0.0.0

Order notes for Commerce

  Sources   Download

MIT

The Requires

 

cms craftcms craft-plugin craft order notes