From 5b0b15d83297c9a6a0e503e0da31f1ee42e9e8f5 Mon Sep 17 00:00:00 2001 From: Erik Hansen Date: Thu, 12 Dec 2019 16:35:22 -0600 Subject: [PATCH 1/2] Add details about configuration and order emails to readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 23713ef..4d24489 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,14 @@ Store owners can then see these comments in the backend on the order grid and on ### Admin panel ![admin panel](docs/admin_panel.png) +## Emails + +Add the "order comment" to new order emails by referencing [the code here](https://github.com/boldcommerce/magento2-ordercomments/issues/6#issuecomment-328515806). + +## Configuration + +There are several [configuration options](https://github.com/boldcommerce/magento2-ordercomments/blob/master/etc/adminhtml/system.xml) for this extension, which can be found at **STORES > Configuration > SALES > Sales > Order Comments** + ## Installation ``` composer require boldcommerce/magento2-ordercomments From 9b4768c356e2fc02cbad7196f05a415371098612 Mon Sep 17 00:00:00 2001 From: Erik Hansen Date: Thu, 12 Dec 2019 16:36:12 -0600 Subject: [PATCH 2/2] Fix punctuation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d24489..aa80d5c 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Add the "order comment" to new order emails by referencing [the code here](https ## Configuration -There are several [configuration options](https://github.com/boldcommerce/magento2-ordercomments/blob/master/etc/adminhtml/system.xml) for this extension, which can be found at **STORES > Configuration > SALES > Sales > Order Comments** +There are several [configuration options](https://github.com/boldcommerce/magento2-ordercomments/blob/master/etc/adminhtml/system.xml) for this extension, which can be found at **STORES > Configuration > SALES > Sales > Order Comments**. ## Installation ```