Skip to content

Commit c866301

Browse files
authored
Update README.md
1 parent 5a061bc commit c866301

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## Overview
44

5-
The "Magento Search Orders by Phone" module extends the functionality of Magento's REST API by adding a new endpoint which allows searching of orders using a customer's phone number.
5+
The "Magento 2: Search Orders by Phone" module extends the functionality of the Magento 2 REST API by adding a new endpoint that allows searching of orders using a phone number.
66

7-
In default Magento 2, there's no built-in functionality to search orders by the telephone number associated with the shipping address. This module addresses this limitation, providing an efficient way to locate orders associated with a specific telephone number.
7+
Magento 2 does not have any built-in functionality to search orders by the telephone number (associated with the shipping address). This module addresses this limitation, providing an efficient way to locate orders associated with a specific telephone number.
88

99
## Installation
1010

@@ -23,7 +23,7 @@ In default Magento 2, there's no built-in functionality to search orders by the
2323
php bin/magento module:enable agnoStack_OrderSearchByPhone
2424
```
2525
26-
4. Upgrade your Magento installation and clear cache. This step is needed to make sure that the module's data setup scripts run properly:
26+
4. "Upgrade" your Magento installation and clear cache. This step is needed to make sure that the module's data setup scripts run properly:
2727
```
2828
php bin/magento setup:upgrade
2929
php bin/magento setup:di:compile
@@ -52,4 +52,6 @@ Replace `<your magento host>` with your Magento host URL and `<admin-token>` wit
5252

5353
## Support
5454

55-
For any further questions, issues, or feedback, please reach out to us at [support@agnostack.com](mailto:support@agnostack.com).
55+
For any further questions, issues, or feedback - please reach out to us at [support@agnostack.com](mailto:support@agnostack.com).
56+
57+
NOTE: This code is provided as-is and will be community maintained. If you find an issue, problem and/or would like to see additional functionality included please open an Issue and raise a Pull Request with desired changes.

0 commit comments

Comments
 (0)