Releases: PHOENIX-MEDIA/Magento2-CashOnDelivery
Releases · PHOENIX-MEDIA/Magento2-CashOnDelivery
CashOnDelivery 1.0.2
- Fix translation issue (wrong title)
- Remove new order status configuration option
- Add sort order configuration
- Fix critical error when fetching tax details
Installation
composer config repositories.phoenix-cashondelivery git https://github.com/PHOENIX-MEDIA/Magento2-CashOnDelivery.git
composer require phoenix/module-cashondelivery:1.0.2
Manual installation
If you do not use composer follow these steps:
- Under app/code, create the following directory structure: Phoenix/CashOnDelivery
- Copy the contents of the downloaded archive (or the unpacked directory) into the created directory.
CashOnDelivery 1.0.1
- Fix exception when no quote extension attributes are available
- Fix version mismatch with package in Magento repository
Installation
composer config repositories.phoenix-cashondelivery git https://github.com/PHOENIX-MEDIA/Magento2-CashOnDelivery.git
composer require phoenix/module-cashondelivery:1.0.1
Manual installation
If you do not use composer follow these steps:
- Under app/code, create the following directory structure: Phoenix/CashOnDelivery
- Copy the contents of the downloaded archive (or the unpacked directory) into the created directory.
CashOnDelivery stable release
Integrates Cash on Delivery as a payment method by optionally charging a configurable service fee as well as limiting the method for specific countries.
Please note that installing this version in a composer installation of Magento 2 will give you an older version of the package which was erroneously uploaded with the same version number (see issue #4)
Installation
composer config repositories.phoenix-cashondelivery git https://github.com/PHOENIX-MEDIA/Magento2-CashOnDelivery.git
composer require phoenix/module-cashondelivery:1.0.0
Manual installation
If you do not use composer follow these steps:
- Under app/code, create the following directory structure: Phoenix/CashOnDelivery
- Copy the contents of the downloaded archive (or the unpacked directory) into the created directory.