Download the PHP package thelia/wire-transfer-module without Composer
On this page you can find all versions of the php package thelia/wire-transfer-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package wire-transfer-module
Wire Tranfer Payment Module
Authors: Thelia [email protected]
Contents
fr_FR:
- Installation
- Utilisation
- Boucle
- Intégration
en_US:
- Install notes
- How to use
- Loop
- Integration
fr_FR
Ce module permet à vos clients de payer leurs commandes par virement banciare.
Il s'agit d'une amélioration du module PaymentTransfer.
Installation
Pour installer le module de paiement par virement, téléchargez l'archive et décompressez la dans
Utilisation
Tout d'abord, activez le module dans le Back-Office, onglet "Modules", puis cliquez sur "Configurer" sur la ligne du module.
Via la page de configuration, entrez vos informations bancaires et enregistrez.
Email de notification de paiement
Un email de notification de paiement est envoyé à vos clients lorsque vous avez bien reçu leur virement, et que leur commande passe à l'état payé. Le contenu de ce mail est configurable dans le back-office -> Configuration -> Template e-mail -> Confirmation de virement
Boucle
-
Le type de la boucle est
wiretransfer.get.info
. Cette boucle permet de récupérer les informations bancaires.- Arguments:
- order_id | obligatoire | id de la commande
-
Sorties:
- $ACCOUNT_HOLDER_NAME: nom du titulaire du compte
- $IBAN: Numéro IBAN
- $BIC: code BIC
- Utilisation:
- Arguments:
Intégration
Les informations bancaires du commerçant sont affichées sur la page order-placed.html
du template frontOffice standard,
en utilisant le hook order-placed.additional-payment-info
.
en_US
This module offers wire transfer payment to your customers.
This is an improvement of the TranferPayment module.
Install notes
To install the wire transfer payment module, download the archive and uncompress it in
Usage
You first need to activate the module in the Back-Office, tab "Modules". Then click on "Configure" on the line of the module.
Using module's the configuration page, enter you Bank account information and save.
Payment notification e-mail
A notification email is sent to your customers when you've received their wire transfer, and switcher the order to the "paid" status.
The content of this e-mail could be configured in the back-office -> Le contenu de ce mail est configurable dans le back-office -> Configuration -> Mailing templates -> Wire transfer confirmation
Loop
-
The loop type is
wiretransfer.get.info
. This loop returns the bank information.-
Arguments:
- order_id | mandatory | id of the order
-
Output:
- $ACCOUNT_HOLDER_NAME: name of the bank account holder
- $IBAN: IBAN number
- $BIC: BIC code
- Usage:
-
Integration
The bank account information are displayed in order-placed.html
file of the default front office template,
using the order-placed.additional-payment-info
hook.