{**************************************************************************} {* *} {* Copyright (C) 2003-2008 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} {* it under the terms of the GNU General Public License as published by *} {* the Free Software Foundation; either version 2 of the License, or *} {* (at your option) any later version. *} {* *} {* This program is distributed in the hope that it will be useful, *} {* but WITHOUT ANY WARRANTY; without even the implied warranty of *} {* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *} {* GNU General Public License for more details. *} {* *} {* You should have received a copy of the GNU General Public License *} {* along with this program; if not, write to the Free Software *} {* Foundation, Inc., *} {* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *} {* *} {**************************************************************************}

Télépaiements

{if $smarty.request.op eq "submit" and !$pl_errors} {if $comment} {/if}
Paiement via {$meth->text}
Transaction {$pay->text}
Montant {$montant} €
Commentaire {$comment}
 
{foreach from=$pay->api->infos.commercant key="name" item="value"} {/foreach} {foreach from=$pay->api->infos.client key="name" item="value"} {/foreach} {foreach from=$pay->api->infos.commande key="name" item="value"} {/foreach} {foreach from=$pay->api->infos.divers key="name" item="value"} {/foreach}

En cliquant sur "Valider", tu seras redirigé{if $smarty.session.sexe}e{/if} vers le site de {$pay->api->nomsite}, où il te sera demandé de saisir ton numéro de carte bancaire. Lorsque le paiement aura été effectué, tu recevras une confirmation par email.

{if $pay->api->text}

{$pay->api->text}

{/if} {if $evtlink}

Si tu n'es pas encore inscrit à cet événement, n'oublie pas d'aller t'inscrire.

{/if} {else}

Effectuer un télépaiement
Transaction {if $asso} {$pay->text} {else} {/if} {if $pay->url}
plus d'informations {/if}
Méthode
Montant
Commentaire
 
{if $transactions}

Tu as déjà effectué des paiements pour cette transaction :

{iterate from=$transactions item=t} {/iterate}
DateMontant
{$t.timestamp|date_format} {$t.montant|replace:'EUR':'€'}
{/if} {/if} {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}