{** * plugins/paymethod/paypal/templates/paymentForm.tpl * * Copyright (c) 2013-2015 Simon Fraser University Library * Copyright (c) 2006-2009 Gunther Eysenbach, Juan Pablo Alperin * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Form for submitting a PayPal payment *} {strip} {assign var="pageTitle" value="plugins.paymethod.paypal"} {include file="common/header.tpl"} {/strip}

paypal

{translate key="plugins.paymethod.paypal.warning"}

{include file="common/formErrors.tpl"} {if $params.item_name}
{translate key="plugins.paymethod.paypal.purchase.title"} {$params.item_name|escape}
{/if} {if $params.amount}
{translate key="plugins.paymethod.paypal.purchase.fee"} {$params.amount|string_format:"%.2f"}{if $params.currency_code} ({$params.currency_code|escape}){/if}
{/if} {if $params.item_description}
{$params.item_description|escape|nl2br}
{/if} {foreach from=$params key="name" item="value"} {/foreach}

{include file="common/footer.tpl"}