elatebrain/module-multiflatrates
Composer 安装命令:
composer require elatebrain/module-multiflatrates
包简介
Magento 2 module to have multiple flat rates shipping methods for multiple shipping method options.
README 文档
README
How to install & upgrade Elatebrain_MultiFlatRates
1. Install via composer (recommended)
We recommend you to install Elatebrain_MultiFlatRates module via composer. It is easy to install, update and maintain.
Run the following command in Magento 2 root directory.
1.1 Install
composer require elatebrain/module-multiflatrates
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
1.2 Upgrade
composer update elatebrain/module-multiflatrates
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
Run setup:di:compile command if your store is in Production mode:
php bin/magento setup:di:compile
2. Copy and paste
If you don't want to install this module via composer, you can use this way.
- Download the latest version here
- Extract
master.zipfile toapp/code/Elatebrain/MultiFlatRates; You have to create a folder pathapp/code/Elatebrain/MultiFlatRatesif not exist. - Go to Magento root folder and run upgrade command line to install
Elatebrain_MultiFlatRates:
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 9
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2019-03-02