Overview
Please follow these steps to install your extension. These installation instructions provide comprehensive installation guidance. If you do not follow these steps as indicated you may well see issues with your install, which may take some time to resolve. So please follow each step carefully and if the install fails re-check the steps.
Presumptions
We assume you understand Magento 2, and have it installed correctly.
It is highly recommended to backup your server files and database before installing this module. No responsibility can be taken for any adverse effects it may cause. It is also recommended you install on a test server initially to carry out your own testing.
Installation Process
Clean Install
- Run the following commands from your root Magento installation directory:
composer require webshopapps/module-matrixrate
composer update
php bin/magento setup:upgrade
- Flush & Re-enable the cache if required
- Remove generated file content by deleting contents of:
var/view_processed
pub/static/frontend/
pub/static/adminhtml/
var/generation
Updating Existing Installation
Run from your root Magento directory.
- Update the extension:
composer update
bin/magento setup:upgrade
- Flush the cache
- Remove generated file content by deleting contents of:
var/view_processed
pub/static/frontend/
pub/static/adminhtml/
var/generation
Manual Installation
- Download the latest release: https://github.com/webshopapps/module-matrixrate/releases
- Extract the archive you’ve just downloaded, within it you will find a folder called “ZIP” with a .zip archive.
module-matrixrate ├── CHANGELOG.MD ├── LICENSE.txt ├── LICENSE_AFL.txt ├── README.md ├── Test │ └── Unit ├── ZIP │ └── Matrixrates M2-20.1.4.zip <-- This file ├── composer.json └── src ├── (etc...)
- Extract the contents of the .zip archive to the root of your Magento directory. This will merge into the
app
directory. This is a raw install so any test files/directories must be removed if present. - Enable the modules using:
php bin/magento module:enable WebShopApps_MatrixRate
- Update Magento with:
php bin/magento setup:upgrade
- Clear cache and re-compile
Post-Installation Steps
Once installed, you can continue to configure the MatrixRate Magento extension.