forked from aitoc/magento-2-core
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
79 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,79 @@ | ||
# magento-2-core | ||
# Aitoc Core for Magento 2 | ||
|
||
## Useful Information | ||
- [About Us](https://www.aitoc.com/about-us.html) | ||
- [Privacy Policy](https://www.aitoc.com/privacy-policy.html) | ||
- [Partnership Program](https://www.aitoc.com/partnership-program) | ||
- [Affiliate Program](https://www.aitoc.com/affiliate-program) | ||
- [Aitoc Customer Rewards](https://www.aitoc.com/reward-points) | ||
- [SMTP User Guide](https://www.aitoc.com/docs/guides/smtp.html) | ||
- [Get Support](https://www.aitoc.com/get-support.html) | ||
- [License](https://www.mageplaza.com/LICENSE.txt) | ||
|
||
## Installation Guide | ||
|
||
**INSTALL VIA COMPOSER** | ||
|
||
Here you can find the guide [**'Extensions installation via composer'**](https://www.aitoc.com/docs/guides/composer.html#extensions-installation-via-composer). | ||
|
||
As your next steps, run these CLI commands: | ||
|
||
``` | ||
composer require aitoc/core | ||
php bin/magento setup:upgrade | ||
php bin/magento setup:di:compile | ||
php bin/magento setup:static-content:deploy | ||
``` | ||
|
||
**DIRECT INSTALL** | ||
|
||
If you want to install via copy and paste files on the server, follow next steps: | ||
|
||
- [Download](https://github.com/aitoc/magento-2-core/archive/master.zip), unzip and paste the extension file into your root Magento folder. | ||
- Connect to your server by SSH. | ||
- Go to your Magento root folder. | ||
- To install the extension, perform this command: | ||
|
||
``` | ||
php bin/magento setup:upgrade | ||
php bin/magento setup:static-content:deploy | ||
``` | ||
|
||
- To install the extension, perform this command: | ||
|
||
``` | ||
php bin/magento module:enable Aitoc_Core | ||
php bin/magento module:disable Aitoc_Core | ||
``` | ||
|
||
You can activate/deactivate several Aitoc extensions at once by specifying their names separated by space in the command. | ||
|
||
|
||
##Reasons to choose Aitoc: | ||
|
||
**100+** Magento extensions built | ||
**800+** development projects completed | ||
**3000+** positive reviews on Magento Connect | ||
**20000+** happy clients in over 100 countries, and counting | ||
|
||
**Aitoc provides** the entire range of Magento development services, supporting eCommerce businesses with strong expertise and hands-on experience. | ||
|
||
**THANK YOU FOR CHOOSING**[![](https://fstorage.aitoc.com/documentation/smtp-m2/ext.png)](https://fstorage.aitoc.com/documentation/smtp-m2/ext.png) | ||
|
||
Other Magento 2 Extensions by Aitoc | ||
--- | ||
- [Custom Product Designer](https://www.aitoc.com/magento-2-custom-product-designer.html) | ||
- [Orders Export and Import](https://www.aitoc.com/magento-2-orders-export-and-import.html) | ||
- [Advanced Permissions](https://www.aitoc.com/magento-2-advanced-permissions.html) | ||
- [Product Units and Quantities](https://www.aitoc.com/magento-2-units-and-quantities.html) | ||
- [Dimensional Shipping](https://www.aitoc.com/magento-2-dimensional-shipping.html) | ||
- [Email Marketing Suite](https://www.aitoc.com/magento-2-email-marketing-suite.html) | ||
- [Google Page Speed Optimization](https://www.aitoc.com/magento-2-google-pagespeed-optimization-extension.html) | ||
- [Pre-Orders](https://www.aitoc.com/magento-2-pre-orders.html) | ||
- [Free Gift](https://www.aitoc.com/magento-2-free-gift.html) | ||
- [Follow Up Emails](https://www.aitoc.com/magento-2-follow-up.html) | ||
- [Shipping Rules](https://www.aitoc.com/magento-2-shipping-rules.html) | ||
- [Shipping Restrictions](https://www.aitoc.com/magento-2-shipping-restrictions.html) | ||
- [Shipping Table Rates & Methods](https://www.aitoc.com/magento-2-shipping-table-rates.html) | ||
|
||
See more [**Magento 2 extensions**](https://www.aitoc.com/magento-2-extensions.html). |