{* $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}
Note: In setup GestPay payment gateway, you have to proceed these steps:
{capture name=dialog}
{/capture} {include file="dialog.tpl" title="Settings" content=$smarty.capture.dialog extra="width=100%"}