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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package wire-transfer-module

Wire Tranfer Payment Module

Authors: Thelia [email protected]

Contents

fr_FR:

  1. Installation
  2. Utilisation
  3. Boucle
  4. Intégration

en_US:

  1. Install notes
  2. How to use
  3. Loop
  4. 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

  1. Le type de la boucle est wiretransfer.get.info. Cette boucle permet de récupérer les informations bancaires.

    • Arguments:
      1. order_id | obligatoire | id de la commande
    • Sorties:

      1. $ACCOUNT_HOLDER_NAME: nom du titulaire du compte
      2. $IBAN: Numéro IBAN
      3. $BIC: code BIC
    • Utilisation:

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

  1. The loop type is wiretransfer.get.info. This loop returns the bank information.

    • Arguments:

      1. order_id | mandatory | id of the order
    • Output:

      1. $ACCOUNT_HOLDER_NAME: name of the bank account holder
      2. $IBAN: IBAN number
      3. $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.


All versions of wire-transfer-module with dependencies

PHP Build Version
Package Version
Requires thelia/installer Version ~1.1
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package thelia/wire-transfer-module contains the following files

Loading the files please wait ....