-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from buckaroo-it/develop
Update-Test-Release-1.1.0
- Loading branch information
Showing
8 changed files
with
287 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,36 @@ | ||
<p align="center"> | ||
<img src="https://www.buckaroo.nl/media/2975/m2_icon.jpg" width="150px" position="center"> | ||
<img src="https://github.com/user-attachments/assets/8da148e4-63ec-410b-af0e-033a8ad2aa9e" width="200px" position="center"> | ||
</p> | ||
|
||
# Buckaroo Magento 2 Second Chance extension | ||
# Buckaroo Magento 2 Second Chance plugin | ||
[![Latest release](https://badgen.net/github/release/buckaroo-it/Magento2_SecondChance)](https://github.com/buckaroo-it/Magento2_SecondChance/releases) | ||
|
||
## Installation | ||
### Index | ||
- [About](#about) | ||
- [Installation](#installation) | ||
- [Requirements](#requirements) | ||
- [Configuration](#configuration) | ||
- [Contribute](#contribute) | ||
- [Versioning](#versioning) | ||
- [Additional information](#additional-information) | ||
--- | ||
|
||
### About | ||
The Second Chance module makes it possible to follow up unpaid orders with one or two reminder emails. This extension to the Buckaroo Payment module ensures a higher conversion rate.The Second Chance functionality is fully white-labelled, e-mails can be sent from your own corporate identity and mail servers. On top of that, the module can optionally also take into account whether or not stock is available. | ||
|
||
### Installation | ||
``` | ||
composer require buckaroo/magento2secondchance | ||
php bin/magento module:enable Buckaroo_Magento2SecondChance | ||
php bin/magento setup:upgrade | ||
php bin/magento setup:static-content:deploy | ||
``` | ||
|
||
## Usage | ||
### General information | ||
The Second Chance module makes it possible to follow up unpaid orders with one or two reminder emails. This extension to the Buckaroo Payment module ensures a higher conversion rate.The Second Chance functionality is fully white-labelled, e-mails can be sent from your own corporate identity and mail servers. On top of that, the module can optionally also take into account whether or not stock is available. | ||
|
||
### Requirements | ||
To use the plugin you must use: | ||
- Magento Open Source version 2.3.x & 2.4.x | ||
- Buckaroo Magento 2 Payment module 1.39.0 or greater | ||
|
||
**To use the plugin you must use:** | ||
- Magento Open Source version 2.4.5, 2.4.6, and 2.4.7 | ||
- Buckaroo Magento 2 Payments plugin 1.50.2 or higher. | ||
|
||
### Configuration | ||
In the module configuration, various settings are available to build an ideal Second Chance flow to suit everyone. The settings below can be adjusted manually. | ||
|
@@ -33,13 +44,24 @@ In the module configuration, various settings are available to build an ideal Se | |
<img src="https://www.buckaroo.nl/media/2973/secondchance.png" width="750px" position="center"> | ||
</p> | ||
|
||
### Additional information | ||
For more information on Second Chance please visit: | ||
https://support.buckaroo.nl/categorieen/plugins/magento-2/magento-2-second-chance-extensie | ||
### Contribute | ||
|
||
We really appreciate it when developers contribute to improve the Buckaroo plugins. | ||
If you want to contribute as well, then please follow our [Contribution Guidelines](CONTRIBUTING.md). | ||
|
||
### Versioning | ||
|
||
## Contribute | ||
See [Contribution Guidelines](CONTRIBUTING.md) | ||
<p align="left"> | ||
<img src="https://www.buckaroo.nl/media/3480/magento_versioning.png" width="500px" position="center"> | ||
</p> | ||
|
||
- **MAJOR:** Breaking changes that require additional testing/caution. | ||
- **MINOR:** Changes that should not have a big impact. | ||
- **PATCHES:** Bug and hotfixes only. | ||
|
||
## Support: | ||
### Additional information | ||
- **Support:** https://support.buckaroo.eu/contact | ||
- **Contact:** [[email protected]](mailto:[email protected]) or [+31 (0)30 711 50 50](tel:+310307115050) | ||
|
||
https://support.buckaroo.nl/contact | ||
<b>Please note:</b><br> | ||
This file has been prepared with the greatest possible care and is subject to language and/or spelling errors. |
Oops, something went wrong.