Download the PHP package thelia/klikandpay-module without Composer

On this page you can find all versions of the php package thelia/klikandpay-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 klikandpay-module

KLIKANDPAY PAYMENT FOR THELIA V2

This module add the secure payment method Klik & Pay on your site.

THELIA

Copyright (c) OpenStudio
email : [email protected] web : http://www.thelia.net Author: Christophe Laffont

INSTALLATION

To install this module, you will need:

  1. Download the archive uncompress in the folder /local/modules/ on your site.
  2. In your backOffice, click on the menu Modules and enable Klik & Pay under the PAYMENT MODULES section.
  3. You need to configure the module with your account id:     (The account identifier is available in your Klik & Pay backoffice, menu Account Administration > Information on the account. )
  4. You must also set your returns URL in your Klik & Pay backoffice, menu Account Set-up > Set-up,

    URL transaction accepted: http://www.yourdomain.com/klikandpay/order/placed URL refused/cancelled transaction: http://www.yourdomain.com/klikandpay/order/failed

  5. Finally, to automatically validate a transaction, you have to set the Dynamic Return URL in your klik & pay backoffice, menu Account Set-up > Dynamic Return.

    Dynamic Return URL: http://www.yourdomain.com/klikandpay/confirmation?commande=

    Important: If you use the dynamic return URL, it's also very important to checked the value MONTANTXKP (Transaction amount).

INTEGRATION

There are 3 samples pages in the module that you can find in the folder /local/modules/klikandpay/templates/frontOffice/default/ and you have to copy them into your theme if you are not using the default's theme.

Notice: These samples are just made to help you to integrate the module Klik & Pay in your project and you might have them already into your theme for an other module of payment.


FREQUENTLY ASKED QUESTIONS

I added a product in my cart , but I don't see the secure payment Klik & Pay? To use the secure payment Klik & Pay , you must make sure you have fill in the backoffice of your shop, Modules > Klik&Play > Configure, all the mandatory information.

I configured the module parameters, but I still don't see the secure payment Klik & Pay? You must ensure that the amount of your cart is not less than the Minimum Amount or above the Maximum amount.

Why my website is not authorized to access the secure payment Klik & Pay? Klik & Pay verifies the origin of transactions. Only sites declared under Account Set-Up > Set-up are allowed to send transactions.

Will my card be charged if I try to order a product in TEST mode No, the TEST mode works exactly like PRODUCTION mode but does not allow the sending bank transactions.

My order is not validated while the secure payment Klik & Pay worked well?


CHANGELOG

@TODO


All versions of klikandpay-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/klikandpay-module contains the following files

Loading the files please wait ....