{* $Id: cc_gestpay.tpl,v 1.6 2002/10/21 12:39:21 sdg Exp $ *} {include file="location.tpl" last_location="Payment gateway settings"} {php} global $sql_tbl; $result = func_query_first ("SELECT COUNT(*) AS numba FROM ".$sql_tbl["cc_gestpay_data"]." WHERE type='C'"); $this->assign ("ric_number", $result["numba"]); $result = func_query_first ("SELECT COUNT(*) AS numba FROM ".$sql_tbl["cc_gestpay_data"]." WHERE type='S'"); $this->assign ("ris_number", $result["numba"]); {/php}

GestPay

Use this page to configure your store to communicate with your Payment Processing Gateway. Complete the required fields below and press the "Update" button.

Note: In setup GestPay payment gateway, you have to proceed these steps:

  • Log in to your GestPay backoffice
  • Go to the 'Configuration' menu
  • In the 'Responses' set callback URL's to :
    {$http_location}/payment/cc_gestpay.php
  • {capture name=dialog}

    Merchant ID:
    Currency:
    Terminal ID:

    {/capture} {include file="dialog.tpl" title="Settings" content=$smarty.capture.dialog extra="width=100%"}
    {capture name=dialog}
    Passwords left: ric/ris {$ric_number} / {$ris_number}
    Import passwords:
       RIC file
       RIS file
       Delete all before import
    {/capture} {include file="dialog.tpl" title="Passwords" content=$smarty.capture.dialog extra="width=100%"}