Download the PHP package avarda/checkout without Composer
On this page you can find all versions of the php package avarda/checkout. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download avarda/checkout
More information about avarda/checkout
Files in avarda/checkout
Download avarda/checkout
More information about avarda/checkout
Files in avarda/checkout
Vendor avarda
Package checkout
Short Description Standalone checkout page tailored for Avarda Check-out 2 API as Magento 2 module.
License
Package checkout
Short Description Standalone checkout page tailored for Avarda Check-out 2 API as Magento 2 module.
License
Please rate this library. Is it a good library?
Informations about the package checkout
Avarda Checkout
The module implements two major features to run a Magento 2 single page checkout for a smooth flow and integration with Avarda's Check-out 2 API.
Backend API
The implementation goal of the backend API is to provide an API as a proxy to communicate with Avarda. The purpose of using a proxy is to have control of all incoming and outgoing requests with Avarda on the server level. The backend utilizes the standard Magento 2 cart API, with added resources for performing Avarda-specific actions.
Module Installation
composer require avarda/checkout
bin/magento module:enable Avarda_Checkout
bin/magento setup:upgrade
Or
- Download the release zip
- Unzip and upload content to
app/code/Avarda/Checkout/
bin/magento module:enable Avarda_Checkout
bin/magento setup:upgrade
Known Issues
- Selecting a region is not supported.
- Finland is the only supported country (hardcoded value).
- No return is made in Avarda when a creditmemo is done for order.
- Creditmemo's must be done online through an invoice or if no invoice yet cancel order will make refund
- inventory is not reserved before payment, which can cause issues when backorders are not enabled for low stock items
Found and issue in code?
- Please create issue to github
Found other issues?
- Please contact avarda support
All versions of checkout with dependencies
PHP Build Version
Package Version
Requires
magento/module-checkout Version
>=100.1.5
The package avarda/checkout contains the following files
Loading the files please wait ....