maatoo / mto-magento2
maatoo for Magento 2
Installs: 145
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 2
Open Issues: 2
Type:magento2-module
Requires
- php: >=7.4.0
- magento/framework: ~102||~103
- symfony/lock: *
- dev-master
- 1.6.0
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.1
- 1.3.0
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.0
- 1.0.0
- dev-feature/magento2.3.3-compat
- dev-feature/prepare-configurations-in-admin-panel-for-cron-schedule
- dev-bugfix/write-logs-only-with-debug-mode-master
- dev-bugfix/write-logs-only-with-debug-mode
- dev-bugfix/2.4.6-Magento-Compatibility
- dev-feature/batch-updating-data
- dev-feature/magento2.3.3-batch-updating-products-and-new-category-logic
- dev-bugfix/magento2.3.3-fix-order-lines
- dev-feature/batch-product-updating
- dev-bugfix/issue-with-validating-custom-options-in-the-product
- dev-feature/preferred_locale
- dev-feature/php73-compat
- dev-feature/field-enhancements
- dev-bugfix/order_lines_sync_issue
- dev-feature/locking
- dev-feature/variant-products
- dev-feature/full-sync
This package is auto-updated.
Last update: 2025-03-18 09:41:29 UTC
README
Prerequisites
In order to run maatoo for Magento 2, the following components are required:
- PHP 7.4 or newer
- Magento 2.3 or Magento 2.4
This extensions has been tested on Magento Community Edition only. Please reach out to support@maatoo.io if you'd like to run it on Adobe Commerce Cloud
Installation
Install extension
To install the maatoo extension code base in Magento 2, use composer:
composer require maatoo/mto-magento2 --no-update
For more information and detailed instructions, refer to the official Adobe documentation: https://experienceleague.adobe.com/docs/commerce-operations/installation-guide/tutorials/extensions.html
Activate Extension
Make sure to backup your installation (database and files). Also we highly recommend to test the extension on a staging or development instance first, and validate if the store checkout has no unexpected behaviour.
To activate to extension, run the following commands (adjust to your normal procedure if needed):
bin/magento maintenance:enable
bin/magento module:enable Maatoo_Maatoo
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy -f
bin/magento maintenance:disable
Configuration
After the extension is installed and activated, continue with the configuration.
Basic Configuration
- Open Magento Backend and go to maatoo -> Configuration
- Make sure the «Default Config» scope is selected
- Change «Enable this Solution» to «Yes»
- Enter the Maatoo URL, User and Password provided from the maatoo team
- Click «Save»
- Switch to your website scope and change «Enable this Website» to «Yes»:
- Repeat step 6 for every website where the extensions should be activated
Advanced Configuration
tbd
Enable Persisent Carts
maatoo can send abandoned cart reminders. It's required to enable persistent cart in Magento so that online shoppers can recover their abandoned carts after clicking the e-mail reminder. To enable persisent cart, perform these actions:
- Go to General -> Web in Magento 2 Admin Panel
- Go to Customers -> Persistent Shopping Cart
- Set «Enable Persistence» to «Yes»
- Save & Clear Caches
Update Extension
Make sure to backup your installation. Also it's recommended to test the updated extension on a staging or development instance.
To update the extension, use composer:
composer update maatoo/mto-magento2
And then refresh Magento:
bin/magento maintenance:enable
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy -f
bin/magento maintenance:disable