Skip to content

Commit bbdd87d

Browse files
committedAug 4, 2019
updated read me and user guide files
1 parent 9c8d4a9 commit bbdd87d

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed
 

‎README.md

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# module-one-step-checkout-compatible
2+
The module will use belong to with Ecomteck Onestepcheckout extension to make compatible with any other 3th party magento 2 extensions which override Checkout page. Example: Mageworx MultiFees
3+
4+
## 1. Documentation
5+
6+
- [Installation guide](https://ecomteck.com/magento-2-tutorials/install-magento-2-extension/)
7+
- [Download from our Live site](https://ecomteck.com/downloads/magento-2-one-step-checkout-compatible/)
8+
- [Get Free Support](https://ecomteck.com/ask-question/)
9+
- [Get Custom Work](https://ecomteck.com/contact)
10+
11+
## 2. How to start to use the One Step Checkout Compatible
12+
13+
Setup the module for your site
14+
15+
## 3. How to install
16+
17+
18+
## ✓ Install via composer (recommend)
19+
Run the following command in Magento 2 root folder:
20+
21+
```
22+
composer require ecomteck/module-one-step-checkout-compatible
23+
php bin/magento setup:upgrade
24+
php bin/magento setup:static-content:deploy -f
25+
php bin/magento cache:clean
26+
```
27+
28+
## Conclusion
29+
30+
Compatible with 3th party extensions:
31+
32+
- MageWorx Multi Fees
33+
34+
**People also search:**
35+
- One Step Checkout
36+
- Magento 2 One Step Checkout
37+
- Ecomteck One Step Checkout
38+
39+
**Other free extension on Github**
40+
- [Magento 2 Order Comments](https://github.com/ecomteck/magento2-order-comments)
41+
- [Magento 2 Social Login](https://github.com/ecomteck/magento-2-social-login)
42+

‎USER-GUIDE.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## Documentation
2+
3+
- Installation guide: https://ecomteck.com/magento-2-tutorials/install-magento-2-extension/
4+
- Download from our Live site: https://ecomteck.com/downloads/magento-2-one-step-checkout-compatible/
5+
6+
## FAQs
7+
8+
#### Q: Can I install it by myself?
9+
A: Yes, you absolutely can! You can install it like installing any extensions to website, follow our Installation Guide https://ecomteck.com/magento-2-tutorials/install-magento-2-extension/

0 commit comments

Comments
 (0)
Please sign in to comment.