Skip to content

Releases: PHOENIX-MEDIA/Magento2-CashOnDelivery

CashOnDelivery 1.0.2

10 Apr 11:22
Compare
Choose a tag to compare
  • 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

16 Jan 12:17
Compare
Choose a tag to compare
  • 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

01 Dec 10:10
Compare
Choose a tag to compare

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.