Description
SETUP
- Unzip the archive.
- Drop the “atinternet” directory in the site tree in a “code” subdirectory: magento/app/code
- Execute a command to update the modules: php bin/magento setup:upgrade
- Edit the module from the site admin: blinds > configuration > AT INTERNET
- Configure the module and save the changes.
- Go to the site to check the marking.
- If necessary, delete the cache: php bin/magento cache:clean
MAGENTO REQUIRED MODULES
“require”: {
“php”: “~7.1.3||~7.2.0”,
“magento/framework”: “^102”,
“magento/module-checkout”: “^100.3”,
“magento/module-configurable-product”: “^100.3”,
“magento/module-customer”: “^102”,
“magento/module-grouped-product”: “^100.3”,
“magento/module-sales”: “^102”,
“magento/module-store”: “^101”,
“magento/module-tax”: “^100.3”,
“magento/module-wishlist”: “^101.1”
}
Reviews
There are no reviews yet.