📄 payment_execution.tpl
字号:
{capture name=path}{$pmet}{/capture}
{include file=$tpl_dir./breadcrumb.tpl}
<h2>{$ordersmy}</h2>
{assign var='current_step' value='payment'}
{include file=$tpl_dir./order-steps.tpl}
<h3>{$bspy}</h3>
<p>
<img src="{$this_path}buysafe.gif" alt="{$bay_safe}" style="float:left; margin: 0px 10px 5px 0px;" />
<br />
<br />
{$chosenbuysafe}
<br/><br />
{$smry_order}
</p>
<br /><br />
<p style="margin-top:20px;">- {$npct}
{if $currencies|@count > 1}
{foreach from=$currencies item=currency}
<span id="pound_amount_{$currency.id_currency}" class="price" style="display:none;">{convertPriceWithCurrency price=$nopoundagetotal currency=$currency}</span>
{/foreach}
{else}
<span id="pound_amount_{$currencies.0.id_currency}" class="price">{convertPriceWithCurrency price=$nopoundagetotal currency=$currencies.0}</span>
{/if}
</p>
<p>- {$pndg}<span class="price">{$poundage} %</span></p>
<p>
- {$ttayo}
{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}
{$svlbuy}
<br /><br />
{$coof}
<select id="currency_payement" name="currency_payement" onChange="showElemFromSelectPound('currency_payement', 'amount_','pound_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">showElemFromSelectPound('currency_payement', 'amount_', 'pound_amount_');</script>
{else}
{$svlbuy} <b>{$currencies.0.name}</b>
<input type="hidden" name="currency_payement" value="{$currencies.0.id_currency}">
{/if}
</p>
<br />
<p>{$pets}</p>
<form action="{$gotobuysafeurl}" method="post" name="gotobuysafe_form_ok" id="gotobuysafe_form_ok">
<input type="hidden" name="web" value="{$web}">
<input type="hidden" name="MN" value="{$MN}">
<input type="hidden" name="OrderInfo" value="{$OrderInfo}">
<input type="hidden" name="sna" value="{$sna}">
<input type="hidden" name="sdt" value="{$sdt}">
<input type="hidden" name="sd" value="{$sd}">
<input type="hidden" name="email" value="{$email}">
<input type="hidden" name="online" value="1">
{$uI_name}<input name="uI" type="text" value="" size="30" maxlength="30" />
<span style="color: #FF0000; font-weight: bold;">*</span>
<input type="hidden" name="note1" value=""> <!-- 備註1 maxlength="4000"-->
<input type="hidden" name="note2" value="">
<p class="cart_navigation">
<a href="{$base_dir_ssl}order.php?step=3£age_price={$poundage_price}" class="button_large">{$opm}</a>
<input type="submit" onclick="return confrimsubmit()" name="submit" value="{$icmo}" class="exclusive_large" />
</p>
</form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -