📄 payment_confirm.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>
<p>
<img src="{$this_path}tenpay.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">
<a href="{$payment_url}" class="exclusive_large">{$confirm_payment}</a>
</p>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -