payment_confirm.tpl

来自「一款C2C的网店程序 我也是在网上下载的」· TPL 代码 · 共 60 行

TPL
60
字号
{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>

<p>
	<img src="{$this_path}bill.jpg" alt="{$bw}" style="float:left; margin: 0px 10px 5px 0px;" />
	<br/><br/><br /><br /><br />
</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>
	<br /><br />
	<b>{$pcoc}.</b>
</p>
<p class="cart_navigation">

<form name="kqPay" method="post" action="https://www.99bill.com/gateway/recvMerchantInfoAction.htm">
			<input type="hidden" name="inputCharset" value="{$inputCharset}"/>
			<input type="hidden" name="bgUrl" value="{$bgUrl}"/>
			<input type="hidden" name="pageUrl" value="{$pageUrl}"/>
			<input type="hidden" name="version" value="{$version}"/>
			<input type="hidden" name="language" value="{$language}"/>
			<input type="hidden" name="signType" value="{$signType}"/>
			<input type="hidden" name="signMsg" value="{$signMsg}"/>
			<input type="hidden" name="merchantAcctId" value="{$merchantAcctId}"/>
			<input type="hidden" name="payerName" value="{$payerName}"/>
			<input type="hidden" name="payerContactType" value="{$payerContactType}"/>
			<input type="hidden" name="payerContact" value="{$payerContact}"/>
			<input type="hidden" name="orderId" value="{$orderId}"/>
			<input type="hidden" name="orderAmount" value="{$orderAmount}"/>
			<input type="hidden" name="orderTime" value="{$orderTime}"/>
			<input type="hidden" name="productName" value="{$productName}"/>
			<input type="hidden" name="productNum" value="{$productNum}"/>
			<input type="hidden" name="productId" value="{$productId}"/>
			<input type="hidden" name="productDesc" value="{$productDesc}"/>
			<input type="hidden" name="ext1" value="{$ext1}"/>
			<input type="hidden" name="ext2" value="{$ext2}"/>
			<input type="hidden" name="payType" value="{$payType}"/>
			<input type="hidden" name="bankId" value="{$bankId}"/>
			<input type="hidden" name="redoFlag" value="{$redoFlag}"/>
			<input type="hidden" name="pid" value="{$pid}"/>
			<input type="submit" name="submit" value="{$confirm_payment}">
			
		</form>	
</p>

⌨️ 快捷键说明

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