thelia / transfer-payment-module
Thelia 2 module for payment by bank transfer
Installs: 593
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 9
Open Issues: 4
Type:thelia-module
Requires
- thelia/installer: ~1.0
README
author: Thelia info@thelia.net
Summary
fr_FR:
- Installation
- Utilisation
- Boucle
- Intégration
en_US:
- Install notes
- How to use
- Loop
- Integration
fr_FR
Installation
Pour installer le module de paiement par virement, téléchargez l'archive et décompressez la dans <dossier de thelia>/local/modules
Utilisation
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:
Intégration
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
en_US
Install notes
To install the transfer payment module, download the archive and uncompress it in <path to thelia>/local/modules
How to use
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:
Integration
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