evalent/module-ecsterpay

Ecster Checkout Extension

1.3.1 2023-01-19 14:23 UTC

README

Documentation

You can find our more detailed documentation here

Installation

This module can only be installed with composer.

Install stable version

Add the below to the "require" section of your composer.json file.

"evalent/module-ecsterpay": "^1.0"

Then run the below command.

composer update evalent/module-ecsterpay

Install beta version

First find the latest version you want to install under releases

Add the below to the "require" section of your composer.json file.

"evalent/module-ecsterpay": "1.1.2-beta.* as 1.1.1"

The as 1.0.0 part is only required if you specified "minimum-stability": "stable" in your composer.json file.

Then run the below command.

composer update evalent/module-ecsterpay

Compatibility

Because of the custom design and functions of the checkout some other third party extensions might not work with Ecster Checkout. For example custom shipping methods might not work.

Here is a list of modules which has been tested and works with this module.

  • Amasty_StorePickupWithLocator
  • WebShopApps_MatrixRate

Licence

Copyright © Evalent Group AB, Inc. All rights reserved.

See COPYING.txt for license details.