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

📄 bestsellers.tpl

📁 NetGou商城购物系统是一款功能强大完善、操作界面友好、可扩展性好、专门针对个人和企业进行网上销售而开发的一套商城购物系统。 它具有完善的商品管理、订单管理、销售统计、新闻管理、结算系统、税率系统、
💻 TPL
字号:
{if $bestsellers}
{capture name=bestsellers}
<TABLE cellpadding="0" cellspacing="2" border="0">
{section name=num loop=$bestsellers}
<TR>
{if $config.Modules.bestsellers_thumbnails eq "Y"}
<TD width="30">
<A href="product.php?productid={$bestsellers[num].productid}&cat={$cat}">{include file="product_thumbnail.tpl" productid=$bestsellers[num].productid image_x=25 product=$bestsellers[num].product}</A>
</TD>
{/if}
<TD>
<B><A href="product.php?productid={$bestsellers[num].productid}&cat={$cat}">{$bestsellers[num].product}</A></B><BR>
{$lng.lbl_our_price}: {include file="currency.tpl" value=$bestsellers[num].price}<BR>
</TD>
</TR>
{/section}
</TABLE>
{/capture}
{include file="dialog.tpl" title=$lng.lbl_bestsellers content=$smarty.capture.bestsellers extra="width=100%"}
{/if}

⌨️ 快捷键说明

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