elatebrain/module-multiflatrates

Magento 2 module to have multiple flat rates shipping methods for multiple shipping method options.

1.0.1 2019-03-02 10:03 UTC

This package is auto-updated.

Last update: 2024-06-29 03:52:46 UTC


README

Elatebrain MultiFlatRates for Magento 2

Latest Stable Version Total Downloads

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.zip file to app/code/Elatebrain/MultiFlatRates ; You have to create a folder path app/code/Elatebrain/MultiFlatRates if 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