nochex_checkout.tpl

来自「太烦了」· TPL 代码 · 共 39 行

TPL
39
字号
{strip}
<form action="https://www.nochex.com/nochex.dll/checkout" method="post">
	<input type="hidden" name="email" value="{$email}" />
	<input type="hidden" name="amount" value="{$amount}" />
	<input type="hidden" name="ordernumber" value="{$invoice_no}" />
	{if $test_mode == 'test'}
		<input type="hidden" name="status" value="test" />
	{/if}
	<input type="hidden" name="custom" value="{$pay_txn_id}" />

	<input type="hidden" name="description" value="membership upgrade to {$item_name}" />
	<input type="hidden" name="returnurl" value="http://{$smarty.server.SERVER_NAME}{$docroot}checkout_process.php?pay_txn_id={$pay_txn_id}&amp;paid_thru=nochex&amp;rtnlink=1" />
	<input type="hidden" name="responderurl" value="http://{$smarty.server.SERVER_NAME}{$docroot}nochex_process.php?pay_txn_id={$pay_txn_id}" />
	<input type="hidden" name="cancelurl" value="http://{$smarty.server.SERVER_NAME}{$docroot}checkout_process.php?pay_txn_id={$pay_txn_id}&amp;payment_cancel=1" />
<table width="100%" border="0" cellpadding="0" cellspacing="0" >
	<tr>
		<td class="module_detail" width="100%">
			{assign var="page_hdr01_text" value="{lang mkey='confirmation'}"}
			{include file="page_hdr01.tpl"}
			<table border="0" cellpadding="{$config.cellpadding}" cellspacing="{$config.cellspacing}" width="100%">
				<tr>
					<td width="100%">
						<table border="0" cellpadding="{$config.cellpadding}" cellspacing="{$config.cellspacing}" width="100%">
							<tr><td>{lang mkey='info_confirm'}</td></tr>
							<tr><td>{lang mkey='name'}{$smarty.session.FullName|stripslashes}
							</td></tr>
							<tr><td>{lang mkey='change_mship_to'}<b>{$item_name}</b>.</td></tr>
							<tr><td>{lang mkey='amount'}{mylang mkey='support_currency' skey=$currency}{$amount}</td></tr>
							<tr><td><input type="submit" class="formbutton" value="{lang mkey='confirm'}" /></td></tr>
						</table>
					</td>
				</tr>
			</table>
		</td>
	</tr>
</table>
</form>
{/strip}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?