📄 pm2checkout_checkout.tpl
字号:
{strip}
<form action="https://www.2checkout.com/2co/buyer/purchase" method="post">
<input type="hidden" name="total" value="{$amount}" />
<input type="hidden" name="sid" value="{$loginid}" />
<input type="hidden" name="cart_order_id" value="{$pay_txn_id}" />
{if $payment_mode == 'Test'}
<input type="hidden" name="demo" value="Y" />
{/if}
<input type="hidden" name="payment_method" value="CC" />
<input type="hidden" name="return_url" value="http://{$smarty.server.SERVER_NAME}{$docroot}checkout_process.php?paid_thru=pm2checkout" />
<input type="hidden" name="merchant_order_id" value="{$invoice_no}" />
<input type="hidden" name="id_type" value="1" />
<input type="hidden" name="c_prod" value="mship_{$item_no}" />
<input type="hidden" name="c_name" value="mship_{$item_name}" />
<input type="hidden" name="c_description" value="Membership Upgrade or Renewal - {$item_name}" />
<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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -