anonymous_checkout.tpl
来自「NetGou商城购物系统是一款功能强大完善、操作界面友好、可扩展性好、专门针对个」· TPL 代码 · 共 24 行
TPL
24 行
{* $Id: anonymous_checkout.tpl,v 1.17 2004/06/28 10:53:36 mclap Exp $ *}{capture name=checkout_dialog}<FORM action="cart.php" method="POST" name="cartform"><INPUT type="hidden" name="cart_operation" value="cart_operation">{if $config.Appearance.show_cart_details eq "Y" or ($config.Appearance.show_cart_details eq "L" and $smarty.get.paymentid ne "" and $smarty.get.mode eq "checkout")}{include file="customer/main/cart_details.tpl"}{else}{include file="customer/main/cart_contents.tpl"}{/if}<HR noshade size="1"><BR>{include file="customer/main/cart_totals.tpl"}<P>{include file="buttons/update.tpl" href="javascript: document.cartform.submit()" js_to_href="Y"}</FORM>{/capture}{include file="dialog.tpl" title="`$lng.lbl_checkout`: `$lng.lbl_step` `$checkout_step` `$lng.lbl_of` `$total_checkout_steps`" content=$smarty.capture.checkout_dialog extra="width=100%"}<P class="AdminSmallMessage">{$lng.txt_register_have_account}</P><P>{include file="customer/main/register.tpl"}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?