kuriousagency/commerce-order-notes

Add notes to an order, they can also affect price.

2.0.7 2021-12-16 11:07 UTC

README

Add notes to an order, they can also affect price.

Requirements

This plugin requires Craft CMS 4 and Craft Commerce 4.

Installation

You can install this plugin from the Plugin Store or with Composer.

From the Plugin Store

Go to the Plugin Store in your project’s Control Panel and search for Commerce Order Notes”. Then click on the “Install” button in its modal window.

With Composer

Open your terminal and run the following commands:

# go to the project directory
cd /path/to/my-project

# tell Composer to load the plugin
composer require webdna/commerce-order-notes

# tell Craft to install the plugin
./craft install/plugin commerce-order-notes

Features

This plugin will add a notes tab to the order detail page.

Screenshot-1.png

All note types are available when an order/cart has not been fully paid, but the following are only available when and order is fully paid:

  • General
  • Quantity Adjustment
  • Add Products

Note Types

General Note

Screenshot-2.png

Leave comments about the order.

Manual Discount

Screenshot-3.png

You can enter a value that will be removed from the order.

Discount Code

Screenshot-4.png

Quantity Adjustment

Screenshot-5.png

Add Products

Screenshot-6.png

Added notes

Screenshot-7.png

Once a note has been added you will be able to see an audit trail of the date and time as well as the user you created the note.

Please note that only admins can delete a note.

Refunds

Any refunds issued will automatically create a note as well, so you will be able to see a full audit trail in one view.

Price adjustments

Any note that changes the price will create an adjustment on the order.

Screenshot-8.png

User Permissions

User permissions for each note type can be set.

Screenshot-9.png

Brought to you by webdna