author: Thelia info@thelia.net
fr_FR:
- Installation
- Utilisation
- Boucle
- Intégration
en_US:
- Install notes
- How to use
- Loop
- Integration
Pour installer le module de paiement par virement, téléchargez l'archive et décompressez la dans <dossier de thelia>/local/modules
Tout d'abord, activez le module dans le Back-Office, onglet "Modules", puis cliquez sur "Configurer" sur la ligne du module. Entrez vos informations bancaires et enregistrez.
### Boucle
- transfer.get.info
- Arguments:
- order_id | obligatoire | id de la commande
- Sorties:
- $KEY: nom de l'information ( iban, swift, raison sociale )
- $VALUE: Valeur de l'information
- Utilisation:
{\$KEY}: {\$VALUE} {/loop}```
- Arguments:
Les informations bancaires du commerçant sont affichées sur la page order-placed.html,
un exemple d'intégration est proposé pour le thème par défault de Thelia.
Il vous suffit de copier le(s) fichier(s) contenu(s) dans <dossier du module>/templates/frontOffice/default
dans <dossier de Thelia>/templates/frontOffice/default
To install the transfer payment module, download the archive and uncompress it in <path to thelia>/local/modules
You first need to activate the module in the Back-Office, tab "Modules". Then click on "Configure" on the line of the module. Enter you Bank account information and save.
### Loop
- transfer.get.info
- Arguments:
- order_id | mandatory | id of the order
- Output:
- $KEY: name of the information ( iban, swift, company name )
- $VALUE: Value of the information
- Usage:
{\$KEY}: {\$VALUE} {/loop}```
- Arguments:
The bank account information are displayed on "order-placed.html".
An integration example is available for the default Thelia theme.
You only have to copy the file(s) of <path to module>/templates/frontOffice/default
in <path to Thelia>/templates/frontOffice/default