⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 payment_execution.tpl

📁 一款C2C的网店程序 我也是在网上下载的
💻 TPL
字号:
{capture name=path}{$shipping}{/capture}
{include file=$tpl_dir./breadcrumb.tpl}

<h2>{$order_summary}</h2>

{assign var='current_step' value='payment'}
{include file=$tpl_dir./order-steps.tpl}

<h3>{$bwp}</h3>

<form action="{$this_path_ssl}validation.php" method="post" name="form1" id="form1">
<p>
	<img src="{$this_path}bill.jpg" alt="{$bw}" style="float:left; margin: 0px 10px 5px 0px;" />
	{$yhcp}
	<br/><br />
	{$ssoo}
</p>
<p style="margin-top:20px;">
	- {$ttao}
	{if $currencies|@count > 1}
		{foreach from=$currencies item=currency}
			<span id="amount_{$currency.id_currency}" class="price" style="display:none;">{convertPriceWithCurrency price=$total currency=$currency}</span>
		{/foreach}
	{else}
		<span id="amount_{$currencies.0.id_currency}" class="price">{convertPriceWithCurrency price=$total currency=$currencies.0}</span>
	{/if}
</p>
<p>
	-
	{if $currencies|@count > 1}
		{$ascs}
		<br /><br />
		{$coof}
		<select id="currency_payement" name="currency_payement" onChange="showElemFromSelect('currency_payement', 'amount_')">
		{foreach from=$currencies item=currency}
			<option value="{$currency.id_currency}" {if $currency.id_currency == $currency_default->id}selected="selected"{/if}>{$currency.name}</option>
		{/foreach}
		</select>
		<script language="javascript">showElemFromSelect('currency_payement', 'amount_');</script>
	{else}
		{$afcbw}<b>{$currencies.0.name}</b>
		<input type="hidden" name="currency_payement" value="{$currencies.0.id_currency}">
	{/if}
    
    <br><br>
	支付人姓名:<input type="text" name="payerName" value=""/><br /> 
    联系 方式:<input type="text" name="payerContact" value=""/> (请输入EMAIL或手机号)<br>
    <br><br>   
</p>
<p>
	{$bwaidn}
	<br /><br />
	<b>{$pcoc}.</b>
</p>
<p class="cart_navigation">
	<a href="{$base_dir_ssl}order.php?step=3" class="button_large">{$opm}</a>
    <input type="submit" name="submit" onclick="return fjs_submit_bill()"  value="{$confirm}" class="exclusive_large" />
</p>
</form>

⌨️ 快捷键说明

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